| 200 | OK | Everything worked as expected. |
| 400 | Bad Request | The request was unacceptable, often due to missing a required parameter. |
| 401 | Unauthorized | Invalid token provided in Authorization header |
| 402 | Payment Required | You don’t have enough credits on your account to perform the request. |
| 403 | Forbidden | The API key doesn’t have permissions to perform the request. |
| 404 | Not Found | The API didn’t find any result for this query. |
| 429 | Too Many Requests | The request was unacceptable due to too many request (see Rate limit bellow). |
| 500 | Server Error | The request fail due to a server error. |