Tiles
Endpoints for retrieving map tile data. Tiles represent individual parcels and their properties in the Decentraland virtual world.
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.
Minimum X coordinate for bounding box filter
-150Minimum Y coordinate for bounding box filter
-150Maximum X coordinate for bounding box filter
150Maximum Y coordinate for bounding box filter
150Comma-separated list of fields to include in each tile
id,x,y,type,owner,priceComma-separated list of fields to exclude from each tile
updatedAt,tokenIdSuccessful response with tile data
Redirect to S3-hosted tiles (when feature flag is enabled)
Service not ready
DEPRECATED: This endpoint returns tiles in the legacy format. Please use /v2/tiles instead.
Returns all tiles in the map using the older data format. This endpoint is maintained for backward compatibility but will be removed in a future version.
Successful response with legacy tile data
Redirect to S3-hosted tiles
Service not ready
Returns metadata about the tiles dataset, including the last update timestamp. This endpoint is useful for cache invalidation and determining when to refresh data.
Successful response with tiles info
Service not ready
Last updated