The Tilerank API will return JSON error messages if something goes wrong, to help you debug your applications and raise alerts.
All Tilerank API errors currently use the same format.
Here's an example response, produced when an invalid API Key
is provided:
{
"error": true,
"message": "Invalid API Key provided"
}