Map
Specialized endpoints for map applications that need coordinate-based queries and bulk place data. Optimized for displaying places on a visual map interface.
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.
Maximum number of places (default 1000, suitable for maps)
10000Filter by specific coordinates
Include real-time realm data for each place
Map data retrieved successfully
Bad request - Invalid parameters or malformed request
Internal server error - Something went wrong on the server
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.
Maximum results (default 2000 for places + worlds)
20000Filter places by coordinates
Filter worlds by names
Combined places and worlds retrieved
Bad request - Invalid parameters or malformed request
Internal server error - Something went wrong on the server
Last updated