Tiles API
Tiles API reference
Tiles
Embeddable HTML viewer
- Type: stringtiles
Id requiredIdentifier of the tiles. See MapTiler Tiles.
- text/html
curl 'https://api.maptiler.com/tiles/satellite-v4/?key=YOUR_SECRET_TOKEN'
XYZ tiles
The individual tiles. Can be used with various libraries to display the tiles (e.g. Leaflet, OpenLayers, ...). It's usually better (if possible) to use the TileJSON rather than using the tile URL directly.
- Type: stringtiles
Id requiredIdentifier of the tiles. See MapTiler Tiles.
- Type: integerzrequired
Zoom level. Specifies the tile's zoom level. See Tiles à la Google Maps
- Type: integerxrequired
Column. Specifies the tile's column. See Tiles à la Google Maps
- Type: integeryrequired
Row. Specifies the tile's row. See Tiles à la Google Maps
- *
- 204
Tile not present -- presumed empty (empty response)
- 400
Out of bounds
- 403
Key is missing, invalid or restricted
- 404
The item does not exist
curl 'https://api.maptiler.com/tiles/satellite-v4/1/1/1?key=YOUR_SECRET_TOKEN'
TileJSON
TileJSON describing the metadata of the tiles as well as link to the XYZ tiles. Can be used with various libraries to display the tiles (e.g. Leaflet, OpenLayers, ...).
- Type: stringtiles
Id requiredIdentifier of the tiles. See MapTiler Tiles.
- application/json
curl 'https://api.maptiler.com/tiles/satellite-v4/tiles.json?key=YOUR_SECRET_TOKEN'
{}OGC API - Tiles
Tileset landing page of the tiles. Can be used in software supporting the OGC API - Tiles v1.0 specification.
- Type: stringtiles
Id requiredIdentifier of the tiles. See MapTiler Tiles.
- application/json
curl 'https://api.maptiler.com/tiles/satellite-v4/tiles?key=YOUR_SECRET_TOKEN'
stringOGC API TileMatrixSets
Description of the tileset tile matrix sets according to the OGC Web API. This resource is linked from the OGC API - Tiles endpoint.
- Type: stringtiles
Id requiredIdentifier of the tiles. See MapTiler Tiles.
- application/json
curl 'https://api.maptiler.com/tiles/satellite-v4/tileMatrixSet?key=YOUR_SECRET_TOKEN'
stringWMTS Capabilities
WMTS Capabilities XML document describing the metadata of the tiles as well as link to the XYZ tiles. Can be used with various GIS software (e.g. QGIS) to display the tiles.
- Type: stringtiles
Id requiredIdentifier of the tiles. See MapTiler Tiles.
- text/xml
curl 'https://api.maptiler.com/tiles/satellite-v4/WMTSCapabilities.xml?key=YOUR_SECRET_TOKEN'
string