v8

latestOpenAPI 3.0.3raw.githubusercontent.com2026-05-2526602.8 MB
Giphy

List Trending GIFs

Get trending GIFs from the OnlyFans Giphy proxy. Use the returned id as the giphyId body param when sending a chat or mass message.

get/api/{account}/giphy/trending

Query parameters

limitinteger

Number of GIFs to return (default = 10, max = 50)

Example:10

Number of GIFs to return (default = 10, max = 50)

offsetinteger

Number of GIFs to skip for pagination (default = 0)

Number of GIFs to skip for pagination (default = 0)

Response

Success

Example response

{
  "data": [
    {
      "type": "gif",
      "id": "WAGC3LeqJvXglm5H7a",
      "url": "https://giphy.com/gifs/wwe-raw-smackdown-WAGC3LeqJvXglm5H7a",
      "slug": "wwe-raw-smackdown-WAGC3LeqJvXglm5H7a",
      "title": "Roman Reigns Indecisiveness GIF by WWE",
      "rating": "g",
      "username": "wwe",
      "embed_url": "https://giphy.com/embed/WAGC3LeqJvXglm5H7a",
      "images": {
        "original": {
          "height": "480",
          "width": "480",
          "url": "https://media0.giphy.com/media/WAGC3LeqJvXglm5H7a/giphy.gif",
          "mp4": "https://media0.giphy.com/media/WAGC3LeqJvXglm5H7a/giphy.mp4",
          "webp": "https://media0.giphy.com/media/WAGC3LeqJvXglm5H7a/giphy.webp"
        },
        "fixed_height": {
          "height": "200",
          "width": "200",
          "url": "https://media0.giphy.com/media/WAGC3LeqJvXglm5H7a/200.gif"
        }
      }
    },
    {
      "type": "gif",
      "id": "fUQ4rhUZJYiQsas6WD",
      "url": "https://giphy.com/gifs/muppetwiki-sesame-street-muppets-elmo-fUQ4rhUZJYiQsas6WD",
      "slug": "muppetwiki-sesame-street-muppets-elmo-fUQ4rhUZJYiQsas6WD",
      "title": "Happy Sesame Street GIF by Muppet Wiki",
      "rating": "g",
      "username": "muppetwiki",
      "embed_url": "https://giphy.com/embed/fUQ4rhUZJYiQsas6WD",
      "images": {
        "original": {
          "height": "300",
          "width": "400",
          "url": "https://media4.giphy.com/media/fUQ4rhUZJYiQsas6WD/giphy.gif",
          "mp4": "https://media4.giphy.com/media/fUQ4rhUZJYiQsas6WD/giphy.mp4",
          "webp": "https://media4.giphy.com/media/fUQ4rhUZJYiQsas6WD/giphy.webp"
        },
        "fixed_height": {
          "height": "200",
          "width": "266",
          "url": "https://media4.giphy.com/media/fUQ4rhUZJYiQsas6WD/200.gif"
        }
      }
    }
  ],
  "_meta": {
    "_credits": {
      "used": 1,
      "balance": 999999999,
      "note": "Always"
    },
    "_cache": {
      "is_cached": false,
      "note": "Cache disabled for this endpoint"
    },
    "_rate_limits": {
      "limit_minute": 1000,
      "limit_day": 50000,
      "remaining_minute": 999,
      "remaining_day": 49999
    }
  }
}