Zum Inhalt springen
GET /v1/search

Search the platform for videos

Live testen

10 freie Calls pro Tag — keine Anmeldung, kein API-Key. Geht durchs oanor-Gateway.

Eigene Header (optional)
api.oanor.com/odysee-api

Funktioniert. Hol dir einen API-Key und nutze sie in deinem Projekt.

API-Key holen

Code-Snippets

curl "https://api.oanor.com/odysee-api/v1/search" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/odysee-api/v1/search", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/odysee-api/v1/search");
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/search",
    headers={"x-oanor-key": "oanor_test_..."}
)

Beispiel-Response

Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.

{
    "data": {
        "count": 20,
        "query": "bitcoin",
        "videos": [
            {
                "tags": [
                    "discordant dragons",
                    "d&d",
                    "comedy",
                    "cultural commentary",
                    "politics",
                    "c:scheduled:hide"
                ],
                "title": "Discordant Dragons 232 w Pomen and Hunger Merchant",
                "channel": "@Yizz_the_Eunuch",
                "claim_id": "6a05266597709670c5ef0909a00023e7f5fb3e72",
                "thumbnail": "https://thumbs.odycdn.com/e3e0edf8cde66808499746176b1b171d.webp",
                "watch_url": "https://odysee.com/@Yizz_the_Eunuch:e/DD232:6a05266597",
                "description": "Pomen's Twitter: https://x.com/ThePomen\nPomen's Channel: https://www.youtube.com/@Pomen\n\nHunger's Twitter: https://x.com/HungerDye\nHunger's Substack: https://hunger.substack.com/\n\n--\n\nPooTube: https://www.youtube.com/channel/UCGXOHoqaqraxpJwUpQ7qD1w\nRumble: https://rumble.com/c/YizztheEunuch\nSubstack: https://yizztheeunuch.substack.com/\nIntro & elements by Lomax Designs: https://youtu.be/fygRHrWzX",
                "release_time": 1780956000,
                "duration_seconds": 6994
            },
            {
                "tags": [
                    "blockchain",
                    "economics",
                    "bitcoin",
                    "btc",
                    "criptomonedas",
                    "cryto",
                    "elliott",
                    "elliottwaves",
                    "fibonacci",
                    "gestion",
                    "rentablidad",
                    "riesgo"
                ],
                "title": "QUE ROMPIMOS ? ... | Le queda mas caída a BTC ? | Trading en Vivo",
                "channel": "@clasesdebitcoin",
                "claim_id": "6fc45c4542478801825f66a105d4fc65586f50ba",
                "thumbnail": "https://thumbnails.lbry.com/M4M6l-C6asQ",
                "watch_url": "https://odysee.com/@clasesdebitcoin:0/que-rompimos-...-le-queda-mas-caída-a:6fc45c4542",
                "description": "00:00 Introducción\n16:54 Análisis de Bitcoin\n56:07 Operatoria\n01:11:53 Trading Manija\n\n🔸 🔸 🔸 🔸 🔸 🔸 🔸 🔸 🔸 🔸 🔸 🔸 🔸 🔸 🔸 🔸\n\n💥 Sumate AHORA a nuestro Club de Trading GRATUITO 💥\n\n🚀 Hace Click aquí para registrarte 👇\n🔗 https://cutt.ly/Registroclubdetrading\n \n🔸 🔸 🔸 🔸 🔸 🔸 🔸 🔸 🔸 🔸 🔸 🔸 🔸 🔸 🔸 🔸 \n\n👥 GRUPO PÚBLICO CRIPTO-HUMANOS CDB\n💬 Preguntá, aprendé y compartí con la co",
                "release_time": 1780611146,
                "duration_seconds": 6929
            },
            {
                "tags": [
                    "crypto",
                    "bitcoin",
                    "technology",
                    "money",
                    "finance"
                ],
                "title": "The Bitcoin Cash Podcast #180: ParyonUSD Launch & Conference Representation feat. Mathieu Geukens",
                "
…