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

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

gifs
object[]
required

Array of featured/trending clips

Maximum array length: 50
categories
object[]
required

Array of clip categories

Maximum array length: 100