Giphy · Example Payload

Giphy Get Related Search Terms Example

PhotographyMediaGIFsStickersEmojiVideoMessagingSocialMeta

Giphy Get Related Search Terms Example is an example object payload from Giphy, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.giphy.com/v1/tags/related/happy?api_key=YOUR_KEY"
  },
  "response": {
    "status": 200,
    "body": {
      "data": [
        { "name": "joy" },
        { "name": "yay" },
        { "name": "celebrate" }
      ]
    }
  }
}