Units & Limits
Units
This API uses 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 query costs a certain amount of units (10 units for vehicle). You can find out the cost of each request by consulting the documentation or by looking at the response header.

This request will have a cost of 10 units.

On this request, we call two queries of 10 units. The total will be 20 units.
Limits
Paid plans are not limited.
Only the free plan has a rate-limit and a maximum count of units per month.
See
pricing