Vai al contenuto
GET /v1/trending

The platform's trending videos now

Provalo dal vivo

10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.

Intestazioni personalizzate (facoltative)
api.oanor.com/odysee-api

Funziona. Prendi una chiave API e usala nel tuo progetto.

Ottieni una chiave API

Frammenti di codice

curl "https://api.oanor.com/odysee-api/v1/trending" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/odysee-api/v1/trending", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/odysee-api/v1/trending");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
    "https://api.oanor.com/odysee-api/v1/trending",
    headers={"x-oanor-key": "oanor_test_..."}
)

Risposta di esempio

Una risposta reale di questo endpoint, acquisita dall'ultimo health check.

{
    "data": {
        "tag": "news",
        "count": 20,
        "videos": [
            {
                "tags": [
                    "technology",
                    "bryan vokey",
                    "democrat",
                    "emma vigeland",
                    "left politics",
                    "liberal",
                    "majority report",
                    "matt lech",
                    "news",
                    "podcast",
                    "politics news",
                    "progressive politics"
                ],
                "title": "How Biden Tanked Obama’s Best Foreign Policy Wins",
                "channel": "@majorityreport",
                "claim_id": "342450b276cf8b71b294fb3d77fbaaf05093bfd5",
                "thumbnail": "https://thumbnails.lbry.com/-WSTy3NGYZU",
                "watch_url": "https://odysee.com/@majorityreport:7/how-biden-tanked-obama’s-best-foreign:342450b276",
                "description": "Live-streamed on May 27, 2026.\n\nMatt Duss, executive vice-president at the Center for International Policy and co-host of the UnDiplomatic podcast joins the program for a conversation about his piece in Foreign Policy magazine entitled: “How the Abraham Accords Fueled a New era of Conflict”.\n\nWatch the Majority Report live Monday–Friday at 12pm EST on YouTube or http://www.Majority.fm\n\nMatt's work",
                "release_time": 1781391606,
                "duration_seconds": 902
            },
            {
                "tags": [
                    "news",
                    "politics",
                    "political",
                    "australia",
                    "humour"
                ],
                "title": "The Revolution Brought to You by Pfizer™",
                "channel": "@i_malcontent",
                "claim_id": "778b521611ba960f93ab47462c0b9027fa8843cc",
                "thumbnail": "https://thumbs.odycdn.com/ce34ba66f94dde9773881174068163e1.webp",
                "watch_url": "https://odysee.com/@i_malcontent:6/The_Revolution_Brought_to_You_by_Pfizer:7",
                "description": "Oh how quickly the Socialists will spend our money helping the Corporations to get rich!\nAustralia Day",
                "release_time": 1781328806,
                "duration_seconds": 607
            },
            {
                "tags": [
                    "news",
                    "cold war",
                    "cool stories",
                    "geopolitics",
                    "perestroika and glasnost",
                    "post-soviet era",
                    "post-soviet russia",
                    "putin",
                    "russia ukraine conflict",
                    "russia ukraine news",
                    "russia ukraine war",
                    "russian aggression"
                ],
                "title": "Improving News, Not the Army",
                "channel": "@elvirabary",
                "claim_id": "129426186b87aa828caa0620f1df
…