cURL
curl --request GET \ --url https://spotify-api31.p.rapidapi.com/api/v1/podcasts/episodes \ --header 'x-rapidapi-key: <api-key>'
{ "data": [ { "id": "1loeWEN8v8pVAddWuKz33C", "name": "AWH: Taylor Swifts Eras Tour Bonuses & Celebrity Gossip We Cant Confirm with Justin Sylvester", "uri": "spotify:episode:1loeWEN8v8pVAddWuKz33C", "duration": 1603369, "description": "Today, we are in our Justin Sylvester era!! From Taylor Swifts Eras Tour bonuses...", "htmlDescription": "<p>Today, we are in our Justin Sylvester era!! From Taylor Swifts Eras Tour bonuses</p>", "releaseDate": { "isoString": "2025-12-18T08:00:00Z", "precision": "MINUTE" }, "coverArt": [ { "url": "https://i.scdn.co/image/ab6765630000f68d94f52ca224075c6411271ad4", "width": 64, "height": 64 } ], "playability": { "playable": true } } ], "message": "Success", "statusCode": 200, "pagination": { "total": 100, "hasMore": true, "continuation": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX" } }
Get episodes from a specific podcast show
API Key
Spotify podcast show URI to get episodes from
"spotify:show:00wEJsU0XM16HnVSu4c8hd"
Offset for pagination
x >= 0
0
Number of results to return
1 <= x <= 300
50
Success
Array of podcast episodes
Show child attributes
"Success"
200
Was this page helpful?