MapTiler API
v1.0
API Base URL
MapTiler API: https://api.maptiler.com/
MapTiler API allows you to programmatically access all the data, maps, services, and resources available in your MapTiler account.
Access to your resources via MapTiler API is read-only, and therefore safe and well suited for public end-user applications. You can use it to add a map directly to your website, request map tiles, create an image with a location map for your business, search for addresses, and more.
The universal public API request format is:
https://api.maptiler.com/{METHOD}/{QUERY}.json?{PARAMS}&key=YOUR_MAPTILER_API_KEY_HERE
Additional Information
On this page