HTTP response status codes you may encounter while using our APIs

You may encounter different HTTP status codes while using our APIs. Below you’ll find a summary of each possible status code.

Status CodeDescription
200 OKOK, all went through!
401 UnauthorizedAccess denied due to invalid subscription key. Make sure to provide a valid key for an active subscription and that the subscription has not expired.
403 ForbiddenForbidden; the API key has insufficient permissions to access the resources. Check the message of the response for details, e.g. the subscription or trial period has ended.
404 Not FoundNot Found, search did not find anything!
429 Too Many RequestsRate limit is exceeded. Too many requests have been made too quickly. Try to wait longer between requests or add an exponential backoff to your calls. Learn more about rate limits and thresholds.
5xx Server ErrorInternal Server Error, we had a problem with our server. Try again later.