Giphy · Example Payload
Giphy Search Gifs Example
PhotographyMediaGIFsStickersEmojiVideoMessagingSocialMeta
Giphy Search Gifs 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
{
"request": {
"method": "GET",
"url": "https://api.giphy.com/v1/gifs/search?api_key=YOUR_KEY&q=cheeseburgers&limit=2&offset=0&rating=g&lang=en"
},
"response": {
"status": 200,
"body": {
"data": [
{
"type": "gif",
"id": "FiGiRei2ICzzG",
"slug": "cheeseburger-FiGiRei2ICzzG",
"url": "https://giphy.com/gifs/cheeseburger-FiGiRei2ICzzG",
"bitly_gif_url": "https://gph.is/2Hb2QGZ",
"embed_url": "https://giphy.com/embed/FiGiRei2ICzzG",
"username": "",
"source": "http://tumblr.com",
"rating": "g",
"title": "Hungry Cheese Burger GIF",
"alt_text": "An animated cheeseburger spinning slowly on a plate.",
"import_datetime": "2014-05-29 02:28:32",
"trending_datetime": "2017-08-18 16:15:01",
"images": {
"fixed_height": {
"url": "https://media1.giphy.com/media/FiGiRei2ICzzG/200.gif",
"width": "200",
"height": "200",
"size": "32381",
"mp4": "https://media1.giphy.com/media/FiGiRei2ICzzG/200.mp4",
"webp": "https://media1.giphy.com/media/FiGiRei2ICzzG/200.webp"
},
"original": {
"url": "https://media1.giphy.com/media/FiGiRei2ICzzG/giphy.gif",
"width": "500",
"height": "500",
"size": "150000",
"frames": "23"
}
},
"analytics_response_payload": "e=Z2lmX2lkPUZpR2lSZWkySUN6ekc"
}
],
"pagination": { "total_count": 4287, "count": 2, "offset": 0 },
"meta": { "status": 200, "msg": "OK", "response_id": "5894d8d8c83e1c19c41cd24a" }
}
}
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/giphy-search-gifs-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.