Tenor-compatible search, featured, and posts endpoints return arrays of Tenor Gif Objects under the results field.
| Property: | Example |
|---|---|
| id: string Unique content identifier. | "123" |
| title: string Content title. | "Cat" |
| url: string Canonical content URL. | "https://giphy.com/gifs/example" |
| itemurl: string Shareable short URL. | "https://gph.is/example" |
| created: number Creation timestamp in Unix epoch seconds. | 1430244728.0 |
| content_description: string Human-readable content description when available. | "A cat GIF" |
| tags: string[] Optional tags array. Omitted unless the API key has tags access. | ["cat", "cute"] |
| flags: string Flag string returned by the compatibility layer. | "hasaudio" |
| hasaudio: boolean Whether the content has audio. | true |
| hascaption: boolean Whether the content has captions. | false |
| media_formats: Tenor Media Format Object Map of requested rendition names to media format descriptors. | |