A location is essentially represented by a geocode. A location limit is the maximum number of locations you can use in one request. For example, if you have a Standard plan, you may use up to 80 locations per request. If the number of locations in a request exceeds the location limit, e.g. if you use 100 locations, we send an email and the following error with HTTP status code 400 (Bad Request) is returned:

{
  "message": "Too many locations for Route Optimization API: 100, allowed: 80. Upgrade your subscription or contact us."
}


We only count unique locations in one request.



If the vehicle limit is exceeded, you also will be informed by an email and you will receive an error with HTTP status code 400 (Bad Request). For example, if you buy a Standard plan, you can use up to 10 vehicles for each Route Optimization request. If you actually use 49, you will receive the following error:

{
   "message": "Too many vehicles for Route Optimization API: 49, allowed: 10. Upgrade your subscription or contact us."
}
Vehicle limits are only relevant when using our Route Optimization API.