---
title: "List Trending GIFs"
method: GET
path: "/api/{account}/giphy/trending"
tags: ["Giphy"]
---

# List Trending GIFs

`GET /api/{account}/giphy/trending`

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

## Query parameters

- `limit` integer — Number of GIFs to return (default = 10, max = 50)
- `offset` integer — Number of GIFs to skip for pagination (default = 0)

## Response `200`

Success

- object
  - `data` object[]
    - `type` string
    - `id` string
    - `url` string
    - `slug` string
    - `title` string
    - `rating` string
    - `username` string
    - `embed_url` string
    - `images` object
      - `original` object
        - `height` string
        - `width` string
        - `url` string
        - `mp4` string
        - `webp` string
      - `fixed_height` object
        - `height` string
        - `width` string
        - `url` string
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` integer
      - `remaining_minute` integer
      - `remaining_day` integer

---

[API](https://skmtc.net/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.net/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/revisions/4a99d36f28a3/schema)
