Map Images
Endpoints for generating PNG images of the Decentraland map. Images can be customized with various parameters such as size, center, and highlighted parcels.
Generates a customizable PNG image of the Decentraland map. You can control the dimensions, tile size, center point, and highlight specific parcels. Optional overlays include parcels on sale and rental listings.
Parameters
width/height: Image dimensions (100-4096px, default: 1024)
size: Size of each tile in pixels (5-50px, default: 20)
center: Coordinates to center the map on
selected: Semicolon-separated list of coordinates to highlight
on-sale: Show parcels listed for sale in blue
listed-for-rent: Show parcels available for rent
Width of the image in pixels
1024Example: 2048Height of the image in pixels
1024Example: 2048Size of each tile in pixels
20Example: 20Center coordinates in format "x,y"
0,0Semicolon-separated list of coordinates to highlight (format "x1,y1;x2,y2;...")
10,10;10,11;11,10;11,11Highlight parcels that are on sale
falseExample: trueHighlight parcels that are listed for rent
falseExample: truePNG image of the map
Error generating image
Service not ready
Version 1 of the map image endpoint. Functionally identical to v2.
1024102420PNG image
Error
Not ready
Generates a minimap view of the entire Decentraland world. This endpoint uses extended caching (10 minutes) for better performance.
PNG minimap image
Error generating minimap
Service not ready
Generates a minimap view with emphasis on estate boundaries. Uses extended caching (10 minutes) for better performance.
PNG estate map image
Error
Not ready
Generates a PNG image of the map centered on and highlighting a specific parcel. The parcel is automatically selected and centered in the generated image.
X coordinate of the parcel
23Y coordinate of the parcel
-231024102420PNG image centered on the parcel
Error
Not ready
Version 1 of the parcel map endpoint. Functionally identical to v2.
PNG image
Error
Not ready
Generates a PNG image of the map centered on and highlighting all parcels that belong to a specific estate. If the estate has been dissolved, redirects to a dissolved estate image.
Estate ID
123451024102420PNG image centered on the estate
Redirect to dissolved estate image
Error
Not ready
Version 1 of the estate map endpoint. Functionally identical to v2.
PNG image
Redirect to dissolved estate image
Error
Not ready
Last updated