Zum Inhalt springen
GET /v1/search/live

Search live

Aktuell live laufende Streams.

Live testen

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

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

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

API-Key holen

Code-Snippets

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

Beispiel-Response

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

{
    "data": {
        "live": [
            {
                "type": "video",
                "title": "🔴LIVE | TN Election Result Live Today | சற்றுநேரத்தில் விஜய் Entry.. | TVK Vijay | Election Results",
                "duration": null,
                "video_id": "EdcJHyvDScs",
                "thumbnail": "https://i.ytimg.com/vi/EdcJHyvDScs/hq720.jpg?v=69f891a0&sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDi9kjsnECc-lXfJbClSLxytBsK0w",
                "watch_url": "https://www.youtube.com/watch?v=EdcJHyvDScs",
                "view_count": "76248",
                "channel_url": "https://www.youtube.com/@PuthiyaThalaimuraiTV",
                "channel_name": "PuthiyathalaimuraiTV",
                "published_time": null,
                "view_count_text": "76,248 watching"
            },
            {
                "type": "video",
                "title": "Kerala Assembly Election Results 2026 | Counting Day Live | Result updates | Kerala Results 2026",
                "duration": null,
                "video_id": "3miKzKlmA-4",
                "thumbnail": "https://i.ytimg.com/vi/3miKzKlmA-4/hq720.jpg?v=69f8502d&sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDZHQzntXw3l7pErX8nicYcIaRKiA",
                "watch_url": "https://www.youtube.com/watch?v=3miKzKlmA-4",
                "view_count": "22837",
                "channel_url": "https://www.youtube.com/@manoramanews",
                "channel_name": "Manorama News",
                "published_time": null,
                "view_count_text": "22,837 watching"
            },
            {
                "type": "video",
                "title": "🔴LIVE : Tamil Nadu Election Results Live 2026 | Vote Counting | DMK vs ADMK vs TVK vs NTK | Sun News",
                "duration": null,
                "video_id": "5MjTknq-kc8",
                "thumbnail": "https://i.ytimg.com/vi/5MjTknq-kc8/hq720.jpg?v=69f7e76f&sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCOxNFBhTeyA-xSsEbaI5PhVhToww",
                "watch_url": "https://www.youtube.com/watch?v=5MjTknq-kc8",
                "view_count": "33063",
                "channel_url": "https://www.youtube.com/@Sunnewstamil",
                "channel_name": "Sun News",
                "published_time": null,
                "view_count_text": "33,063 watching"
            },
            {
                "type": "video",
                "title": "Election Results LIVE: West Bengal Results | Tamil Nadu Results | Assam | Keralam | NDTV 24x7 LIVE",
                "duration": null,
                "video_id": "piFbSNT8rJk",
                "thumbnail": "https://i.ytimg.com/vi/piFbSNT8rJk/hq720.jpg?v=69f83fa7&sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBnu5EkEtG07kCE8wHEzccVa50INg",
                "watch_url": "https://www.youtube.com/watch?v=piFbSNT8rJk",
                "view_count": "15073",
                "channel_url": "https://www.youtube.com/@NDTV",
                "channel
…