Documentation menu
tiles
GET/tiles/{territory}/{z}/{x}/{y}.mvt
API key required, sent as Authorization: Bearer snk_… or ?api_key=snk_….
What it does
One vector tile. The .mvt extension is required (.pbf is also accepted); a URL without an extension is a 404.
Call it
bash
curl -fsS -X GET "https://api.mapmap.ai/tiles/{territory}/{z}/{x}/{y}.mvt" \
-H "Authorization: Bearer $MAPMAP_KEY"Parameters
| Name | In | Required | Description |
|---|---|---|---|
| territory | path | yes | Territory id, e.g. uk |
| z | path | yes | Zoom level |
| x | path | yes | Tile column |
| y | path | yes | Tile row. The path continues with .mvt (or .pbf), for example /tiles/uk/12/2047/1362.mvt |
Responses
200One Mapbox Vector Tile
204No data for this tile (empty tile)
304Not modified (If-None-Match matched the ETag)
404Tiles not configured, unknown territory, or out-of-range tile
Error bodies follow the shared problem model documented on API conventions.
Also under tiles
Generated from https://api.mapmap.ai/openapi.json on 2026-09-23 · operationId get_tile