Giphy · Example Payload

Giphy Get Trending Searches Example

PhotographyMediaGIFsStickersEmojiVideoMessagingSocialMeta

Giphy Get Trending Searches 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/trending/searches?api_key=YOUR_KEY"
  },
  "response": {
    "status": 200,
    "body": {
      "data": ["mood", "monday", "happy birthday", "celebrate", "thank you"],
      "meta": { "status": 200, "msg": "OK", "response_id": "abc" }
    }
  }
}