latestOpenAPI 3.1.02026-08-1013317298.0 KB

d94e0e0f1821

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