Explore map catalog
Design and customize your own maps
Create powerful apps with our versatile SDK
Powerful map searching and geocoding services
Enrich maps with your own data
Secure self-hosted mapping solutions
MapTiler API
Your own API key from https://cloud.maptiler.com/
JSON describing the metadata of the image. Can be used with MapTiler SDK to display the image.
Identifier of the image.
curl 'https://api.maptiler.com/images/{imageId}/image.json?key=YOUR_SECRET_TOKEN'
{ "id": "string", "description": "string", "attribution": "string", "width": 1, "height": 1, "minzoom": 1, "maxzoom": 1, "tileSize": 1 }
The individual tiles. Can be used with various libraries to display the image. It's better to use the ImageJSON with MapTiler SDK rather than using the tile URL directly.
Zoom level. Specifies the tile's zoom level. See Tiles à la Google Maps
Column. Specifies the tile's column. See Tiles à la Google Maps
Row. Specifies the tile's row. See Tiles à la Google Maps
Tile not present -- presumed empty (empty response)
Out of bounds
Key is missing, invalid or restricted
The item does not exist
curl 'https://api.maptiler.com/images/{imageId}/1/1/1?key=YOUR_SECRET_TOKEN'
Thank you! Please tell us what's unclear or missing on this page, so we can improve it for you.
Thank you for your feedback!
You've already voted on this page.
reCAPTCHA failed! Please try again.