The API will return a Meta Object in its response containing one of the following codes to describe the result of your request.
| Code | Type | Description |
|---|---|---|
| 200 | OK | Your request was successful! |
| 400 | Bad Request | Your request was formatted incorrectly or missing a required parameter(s). |
| 401 | Unauthorized | Your request lacks valid authentication credentials for the target resource, which most likely indicates an issue with your API Key or the API Key is missing. |
| 403 | Forbidden | You weren't authorized to make your request; most likely this indicates an issue with your API Key. |
| 404 | Not Found | The particular GIF or Sticker you are requesting was not found. This occurs, for example, if you request a GIF by using an id that does not exist. |
| 414 | URI Too Long | The length of the search query exceeds 50 characters. |
| 429 | Too Many Requests | Your API Key is making too many requests. Read about requesting a Production Key to upgrade your API Key rate limits. |