Search for GIFs using the Tenor API. This endpoint provides a wrapper around Tenor’s GIF search functionality, supporting all Tenor search parameters including query, pagination, content filtering, and localization. Tenor Attribution: This endpoint uses the Tenor API. When displaying GIFs from this endpoint, you must include proper attribution to Tenor as required by their Terms of Service. See Tenor’s API documentation for details. This endpoint is public and does not require authentication.Documentation Index
Fetch the complete documentation index at: https://docs.discovr.media/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | Yes | Search query string |
| limit | integer | No | Maximum number of results to return (1-50) |
| pos | string | No | Pagination token for retrieving the next page of results (returned in the next field of the response) |
| contentfilter | "high" | "medium" | "low" | "off" | No | Content safety filter level |
| country | string | No | ISO 3166-1 alpha-2 country code for regional content filtering |
| locale | string | No | Locale code for language/region preferences (e.g., “en_US”) |
Returns
GifSearchResponse — GIF search results retrieved successfully
View response structure
View response structure