Examples

Required params only

https://tiles.api.mappable.world/v1/tiles/?x=42830&y=28025&z=16&lang=en_US&l=map&apikey=YOUR_API_KEY

Get the entire map in a single tile

https://tiles.api.mappable.world/v1/tiles/?x=0&y=0&z=0&lang=en_US&l=map&apikey=YOUR_API_KEY

Get a zero tile on the first zoom

https://tiles.api.mappable.world/v1/tiles/?x=0&y=0&z=1&lang=en_US&l=map&apikey=YOUR_API_KEY

Display tile knowing zoom, latitude and longitude

Calculate the tile number

https://tiles.api.mappable.world/v1/tiles/?x=42830&y=28025&z=16&lang=en_US&l=map&apikey=YOUR_API_KEY

Double the tile size

https://tiles.api.mappable.world/v1/tiles/?scale=2&x=42830&y=28025&z=16&lang=en_US&l=map&apikey=YOUR_API_KEY

Tile sizes: 512 x 512px

Reduce the tile size by half

https://tiles.api.mappable.world/v1/tiles/?scale=0.5&x=42830&y=28025&z=16&lang=en_US&l=map&apikey=YOUR_API_KEY

Tile sizes: 128 x 128px

Get a tile for a spherical Mercator projection

https://tiles.api.mappable.world/v1/tiles/?projection=web_mercator&x=297&y=192&z=9&lang=en_US&l=map&apikey=YOUR_API_KEY

Get a tile for the elliptical Mercator projection

https://tiles.api.mappable.world/v1/tiles/?projection=wgs84_mercator&x=42830&y=28025&z=16&lang=en_US&l=map&apikey=YOUR_API_KEY