Map

Specialized endpoints for map applications that need coordinate-based queries and bulk place data. Optimized for displaying places on a visual map interface.

Get places for map display

get
/map

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.

Query parameters
limitinteger · max: 2000Optional

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

Default: 1000
offsetintegerOptionalDefault: 0
positionsstring[]Optional

Filter by specific coordinates

only_favoritesbooleanOptional
only_highlightedbooleanOptional
order_bystring · enumOptionalPossible values:
orderstring · enumOptionalPossible values:
with_realms_detailbooleanOptional

Include real-time realm data for each place

searchstring · min: 3Optional
categoriesstring[]Optional
Responses
chevron-right
200

Map data retrieved successfully

application/json

Places indexed by coordinates for map display

okbooleanOptionalExample: true
totalintegerOptional

Total number of unique coordinates with places

Example: 2
get
/map

Get all places and worlds for map

get
/map/places

Retrieve both Genesis City places AND Decentraland Worlds in a single query.

Combined Data: Merges places and worlds into one result set for comprehensive map display.

Use Case: Applications that need to show all available content (places + worlds) on a single map interface.

Higher Limits: Default limit of 2000 to accommodate both places and worlds.

Query parameters
limitinteger · max: 5000Optional

Maximum results (default 2000 for places + worlds)

Default: 2000
offsetintegerOptionalDefault: 0
positionsstring[]Optional

Filter places by coordinates

namesstring[]Optional

Filter worlds by names

only_favoritesbooleanOptional
only_highlightedbooleanOptional
order_bystring · enumOptionalPossible values:
orderstring · enumOptionalPossible values:
with_realms_detailbooleanOptional
searchstring · min: 3Optional
categoriesstring[]Optional
Responses
chevron-right
200

Combined places and worlds retrieved

application/json
okbooleanOptional
totalintegerOptional

Total count of places and worlds

get
/map/places

Last updated