latestOpenAPI 3.1.02026-08-1013317298.0 KB
d94e0e0f1821
Map Images
Generate a PNG image of the map
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
get/v2/map.png
Query parameters
widthinteger
Width of the image in pixels
heightinteger
Height of the image in pixels
sizeinteger
Size of each tile in pixels
centerstring
Center coordinates in format "x,y"
selectedstring
Semicolon-separated list of coordinates to highlight (format "x1,y1;x2,y2;...")
on-saleboolean
Highlight parcels that are on sale
listed-for-rentboolean
Highlight parcels that are listed for rent
Response
PNG image of the map