Response format

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

In this case, the response will look like this:

Error messages

Code Description
400 The request is missing a required parameter or an invalid parameter value is specified. The message contains additional information about the error.
403 The request doesn't contain the apikey parameter or an invalid key was specified.
429 There are too many requests in a short time.

If an error occurs while processing the request, the API returns a message describing the error.

Examples:

Invalid key

Key is required

The tile number at the X axis is required

Previous