GIPHY Alt Text for GIFs is now available! Email us to learn more at bd.team@giphy.com.
GIPHY Clips (GIFs with Sound)have arrived! Learn about adding Clips to your app in our documentation!
Need to move your project from Tenor to GIPHY?   Check out our  migration guide!
logo

The Tenor Gif Object

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.