Units & Limits

Units

This API use GraphQL instead of REST. With GraphQL, one GraphQL call can replace multiple REST calls. A single complex GraphQL call could be the equivalent of thousands of REST requests.
An HTTP request no longer exactly represents the true cost for the API. That's why we introduced an intermediate unit, "units".

Each GraphQL queries costs a certain amount of unit (10 units for vehicle). You can find out the cost of each requests by consulting the documentation or by looking at the response header.

Card image

This request will have a cost of 10 units.

Card image

On this request, we call two queries of 10 units. The total will be 20 units.

Limits

Paying plan are not limited.
Only the free plan have a rate-limit and a maximum count of units per month.
See pricing