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

Clips Response Schema

The clip object is a variation of our publicly documented gif object. In addition to the properties provided by the gif object, clip objects have an additional video property that contains all of the media information for video format. The Pagination and Meta objects are also publicly documented.

PropertyTypeDescription
typestringIndicates the type of GIPHY asset, always “video” for clips
idstringUnique ID for a GIPHY asset
urlstringURL linking to the GIPHY - Be Animated page for the clip
embed_urlstringURL used to access a rich media player for the Clip
durationstringThe duration of the video expressed as seconds plus a portion of a second as a decimal.
usernamestringUsername the Clip is attached to, if applicable
sourcestringThe page on which this Clip was found
titlestringThe title that appears on GIPHY - Be Animated for the clip
ratingstringThe MPAA-style rating for this content. Accepted values are G, PG, PG-13 and R
ctaCTAAn optional object containing data for connections to third party applications for custom GIPHY partnerships when available for a Clip. For example, for this GIF we link to a specific track within the Spotify app.
imagesImage[]An object containing data for various available formats and sizes of this GIF version (i.e no sound) of Clip. Use any of these for previews in a scrollable grid. Check here for more details. We do not generate the following renditions for Clips: preview, preview_gif, looping, fixed_width_small, fixed_width_small_still, fixed_height_small, fixed_height_small_still, downsized_small, downsized_still, downsized
userUserAn object containing data about the user associated with this clip, if applicable. Check here for more details
videoVideoAn object that contains all of the media information for video format for the clip. Check here for more details