---
title: "Generate a PNG image of the map"
method: GET
path: "/v2/map.png"
tags: ["Map Images"]
---

# Generate a PNG image of the map

`GET /v2/map.png`

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

## Query parameters

- `width` integer
- `height` integer
- `size` integer
- `center` string
- `selected` string
- `on-sale` boolean
- `listed-for-rent` boolean

## Response `200`

PNG image of the map

## Other responses

- `500` — Error generating image
- `503` — Service not ready

---

[API](https://skmtc.net/decentraland/apis/realm-provider-api.md) · [All operations](https://skmtc.net/decentraland/apis/realm-provider-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decentraland/realm-provider-api/revisions/d94e0e0f1821/schema)
