Tenor · Example Payload

Categories Response

#reaction#love#celebration

Categories Response is an example object payload from Tenor, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

tags

Example Payload

Raw ↑
{
  "tags": [
    {
      "name": "#reaction",
      "image": "https://media.tenor.com/images/category_reaction/tenor.gif",
      "path": "https://tenor.com/search/reaction-gifs"
    },
    {
      "name": "#love",
      "image": "https://media.tenor.com/images/category_love/tenor.gif",
      "path": "https://tenor.com/search/love-gifs"
    },
    {
      "name": "#celebration",
      "image": "https://media.tenor.com/images/category_celebration/tenor.gif",
      "path": "https://tenor.com/search/celebration-gifs"
    }
  ]
}