Zum Inhalt springen
GET /v1/podcast/episodes

Podcast episodes by id

Live testen

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

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

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

API-Key holen

Code-Snippets

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

Beispiel-Response

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

{
    "data": {
        "podcast": {
            "kind": "podcast",
            "genre": "Comedy",
            "price": 0,
            "artwork": "https://is1-ssl.mzstatic.com/image/thumb/Podcasts221/v4/33/11/6f/33116fdc-3ed2-1ddf-6dd5-e0f34446a7de/mza_7460778646059903122.jpg/600x600bb.jpg",
            "country": "USA",
            "currency": "USD",
            "explicit": "explicit",
            "feed_url": "https://feeds.megaphone.fm/GLT1412515089",
            "track_id": 360084272,
            "artist_id": 974891224,
            "track_url": "https://podcasts.apple.com/us/podcast/the-joe-rogan-experience/id360084272?uo=4",
            "artist_url": "https://podcasts.apple.com/us/artist/joe-rogan/974891224?uo=4",
            "track_name": "The Joe Rogan Experience",
            "artist_name": "Joe Rogan",
            "track_count": 2000,
            "release_date": "2026-06-05T17:00:00Z",
            "wrapper_type": "track",
            "collection_id": 360084272,
            "track_time_ms": 10129,
            "collection_url": "https://podcasts.apple.com/us/podcast/the-joe-rogan-experience/id360084272?uo=4",
            "content_rating": "Explicit",
            "collection_name": "The Joe Rogan Experience",
            "release_date_utc": "2026-06-05T17:00:00Z"
        },
        "episodes": [
            {
                "kind": "podcast-episode",
                "artwork": "https://is1-ssl.mzstatic.com/image/thumb/Podcasts221/v4/06/f9/91/06f99174-e874-dd50-3ad8-86eb1261dcbb/mza_2744928380407378862.jpg/600x600bb.jpg",
                "country": "USA",
                "feed_url": "https://feeds.megaphone.fm/GLT1412515089",
                "track_id": 1000771350445,
                "track_url": "https://podcasts.apple.com/us/podcast/2510-devon-larratt/id360084272?i=1000771350445&uo=4",
                "track_name": "#2510 - Devon Larratt",
                "description": "Devon Larratt is a veteran of the Canadian Armed Forces and a professional arm wrestler who is widely considered one of the sport’s greatest competitors.www.youtube.com/@devlarratthttps://armbet.nethttps://linktr.ee/devonlarratt\n\n\n\n\nLearn more about your ad choices. Visit podcastchoices.com/adchoices",
                "episode_url": "https://traffic.megaphone.fm/GLT7596740308.mp3",
                "preview_url": "https://traffic.megaphone.fm/GLT7596740308.mp3",
                "release_date": "2026-06-05T17:00:00Z",
                "wrapper_type": "podcastEpisode",
                "collection_id": 360084272,
                "track_time_ms": 10129000,
                "collection_url": "https://itunes.apple.com/us/podcast/the-joe-rogan-experience/id360084272?mt=2&uo=4",
                "content_rating": "Explicit",
                "collection_name": "The Joe Rogan Experience",
                "release_date_utc": "2026-06-05T17:00:00Z"
            },
            {
                "kind": "podcast-episode",
                "artwork": "https://is1-ssl.mzstatic.com/image/th
…