Zum Inhalt springen
GET /v1/channels/rss-feed

RSS feed

Roher RSS-Feed eines Channels.

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

Beispiel-Response

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

{
    "data": {
        "count": 15,
        "title": "MrBeast",
        "videos": [
            {
                "title": "Asking My Fiancée on a Date",
                "updated": "2026-05-04T02:54:12+00:00",
                "video_id": "feu5PQvoCiA",
                "published": "2026-05-03T16:00:11+00:00",
                "thumbnail": "https://i3.ytimg.com/vi/feu5PQvoCiA/hqdefault.jpg",
                "watch_url": "https://www.youtube.com/shorts/feu5PQvoCiA",
                "channel_id": "UCX6OQ3DkcsbYNE6H8uQQuVA",
                "view_count": "3497091",
                "author_name": "MrBeast",
                "description": null
            },
            {
                "title": "I Stranded 100 People In The Wilderness For $250,000",
                "updated": "2026-05-04T13:52:37+00:00",
                "video_id": "6Zy5VLcEbZc",
                "published": "2026-05-02T16:00:01+00:00",
                "thumbnail": "https://i3.ytimg.com/vi/6Zy5VLcEbZc/hqdefault.jpg",
                "watch_url": "https://www.youtube.com/watch?v=6Zy5VLcEbZc",
                "channel_id": "UCX6OQ3DkcsbYNE6H8uQQuVA",
                "view_count": "51872069",
                "author_name": "MrBeast",
                "description": "what wins in a battle of survival, knowledge or resources?\n\nThanks to Bass Pro Shops for providing these teams with some awesome gear. Shop here: https://www.basspro.com/home\n\nDisclaimer: We are contributing cash towards the wish of your choosing. Rules and conditions apply. Please visit https://bit.ly/MrB_Birthday for additional rules and details.\n\nThe survivalists were told they’d be in a MrBeast Survival video so they packed for that. They were also given a small limited amount of food and gear like rice, beans, fishing gear, first aid kits, and a few tarps.\n\nSUBSCRIBE OR I TAKE YOUR DOG\n╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗\n║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣ \n╠╗║╚╝║║╠╗║╚╣║║║║║═╣\n╚═╩══╩═╩═╩═╩╝╚╩═╩═╝\n\nFor any questions or inquiries regarding this video, please reach out to [email protected]\n\nMusic Provided by https://www.extrememusic.com\n----------------------------------------------------------------\nFollow all of these or I will kick you\n• Facebook - https://www.facebook.com/MrBeast/\n• Twitter - https://twitter.com/MrBeast\n•  Instagram - https://www.instagram.com/mrbeast\n•  Im Hiring! - https://www.mrbeastjobs.com/\n--------------------------------------------------------------------"
            },
            {
                "title": "Subscribe for $10,000",
                "updated": "2026-05-01T19:28:16+00:00",
                "video_id": "VEGq2Du_HCw",
                "published": "2026-05-01T16:00:01+00:00",
                "thumbnail": "https://i3.ytimg.com/vi/VEGq2Du_HCw/hqdefault.jpg",
                "watch_url": "https://www.youtube.com/shorts/VEGq2Du_HCw",
                "channel_id": "UCX6OQ3DkcsbYNE6H8uQQuVA",
                "view_count": "136304794",
                "author_name": "MrBeast",
             
…