Skip to main content
GET
/
tenor
/
trending-gifs
Get trending Tenor GIFs
curl --request GET \
  --url https://api.fluxer.app/v1/tenor/trending-gifs \
  --header 'Authorization: <api-key>'
[
  {
    "id": "<string>",
    "title": "<string>",
    "url": "<string>",
    "src": "<string>",
    "proxy_src": "<string>",
    "width": 1073741823,
    "height": 1073741823
  }
]

Authorizations

Authorization
string
header
required

Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.

Query Parameters

locale
enum<string>

The locale code for the user interface language

Available options:
ar,
bg,
cs,
da,
de,
el,
en-GB,
en-US,
es-ES,
es-419,
fi,
fr,
he,
hi,
hr,
hu,
id,
it,
ja,
ko,
lt,
nl,
no,
pl,
pt-BR,
ro,
ru,
sv-SE,
th,
tr,
uk,
vi,
zh-CN,
zh-TW

Response

Success

id
string
required

The unique Tenor result id

title
string
required

The title/description of the GIF

url
string
required

The Tenor page URL for the GIF

src
string
required

Direct URL to the GIF media file

proxy_src
string
required

Proxied URL to the GIF media file

width
integer<int32>
required

Width of the GIF in pixels

Required range: 0 <= x <= 2147483647
height
integer<int32>
required

Height of the GIF in pixels

Required range: 0 <= x <= 2147483647