Retrieves trending GIFs from KLIPY based on user locale and popularity.
curl --request GET \
--url https://api.fluxer.app/v1/klipy/trending-gifs \
--header 'Authorization: <api-key>'[
{
"id": "<string>",
"title": "<string>",
"url": "<string>",
"src": "<string>",
"proxy_src": "<string>",
"width": 1073741823,
"height": 1073741823
}
]Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.
The locale code for the user interface language
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 Success
The unique Klipy clip slug
The title/description of the clip
The Klipy page URL for the clip
Direct URL to the clip media file
Proxied URL to the clip media file
Width of the clip in pixels
0 <= x <= 2147483647Height of the clip in pixels
0 <= x <= 2147483647curl --request GET \
--url https://api.fluxer.app/v1/klipy/trending-gifs \
--header 'Authorization: <api-key>'[
{
"id": "<string>",
"title": "<string>",
"url": "<string>",
"src": "<string>",
"proxy_src": "<string>",
"width": 1073741823,
"height": 1073741823
}
]