Map

Get places for map display

Retrieve places organized by coordinates, optimized for map visualization.

Map Response Format: Returns an object with coordinates as keys and place data as values, making it easy to display places on a coordinate grid.

Use Case: Building interactive maps of Genesis City showing which places exist at each parcel.

Performance: Higher limit (1000 default) for bulk map loading.

get/map

Query parameters

limitinteger

Maximum number of places (default 1000, suitable for maps)

offsetinteger
positionsstring[]

Filter by specific coordinates

only_favoritesboolean
only_highlightedboolean
order_by'like_score' | 'most_active' | 'updated_at' | 'created_at'
order'asc' | 'desc'
with_realms_detailboolean

Include real-time realm data for each place

searchstring
categoriesstring[]

Response

Map data retrieved successfully

okboolean
dataobject

Object with coordinates as keys and place data as values

totalinteger

Total number of unique coordinates with places

Changes

No recorded changes to this endpoint across all 1 revision of this API.