/v1/podcast/episodes
Podcast episodes by id
Provalo dal vivo
10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.
Funziona. Prendi una chiave API e usala nel tuo progetto.
Ottieni una chiave APIFrammenti di codice
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_..."}
)
Risposta di esempio
Una risposta reale di questo endpoint, acquisita dall'ultimo 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
…