latestOpenAPI 3.1.02026-08-1013317298.0 KB

d94e0e0f1821

Tiles

Get all map tiles

Returns all tiles in the Decentraland map with detailed information about each parcel. This endpoint supports filtering by coordinates and field selection to optimize payload size.

Filtering Options

  • Coordinate filtering: Use x1, y1, x2, y2 to request a specific area
  • Field inclusion: Use 'include' to select specific fields
  • Field exclusion: Use 'exclude' to omit specific fields

Caching

This endpoint includes Last-Modified headers and supports conditional requests with If-Modified-Since.

get/v2/tiles

Query parameters

x1integer

Minimum X coordinate for bounding box filter

y1integer

Minimum Y coordinate for bounding box filter

x2integer

Maximum X coordinate for bounding box filter

y2integer

Maximum Y coordinate for bounding box filter

includestring

Comma-separated list of fields to include in each tile

excludestring

Comma-separated list of fields to exclude from each tile

Response

Successful response with tile data

okboolean
dataobject