Response format

Image with format png

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 with the code 400 occurs during request processing, the API returns a message with a description of the error in the message field.

Examples:

<error>
    <status>400</status>
    <message>Unable to evaluate area of interest</message>
</error>
<?xml version="1.0" encoding="UTF-8"?>
<error>
    <status>400</status>
    <message>Wrong polyline</message>
</error>

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

Examples:

Invalid api key:*****

Missing apikey parameter