curl --request GET \
--url https://spotify-api31.p.rapidapi.com/api/v1/podcasts/detail \
--header 'x-rapidapi-key: <api-key>'{
"message": "Success",
"statusCode": 200,
"pagination": {
"total": 100,
"hasMore": true,
"continuation": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX"
},
"data": {
"id": "01D0AFRb4NwV2bbMbsQMgo",
"name": "Lady Killers with Lucy Worsley",
"uri": "spotify:show:01D0AFRb4NwV2bbMbsQMgo",
"coverArt": [
{
"url": "https://i.scdn.co/image/ab6765630000f68d94f52ca224075c6411271ad4",
"width": 64,
"height": 64
}
],
"description": "Lucy Worsley investigates the crimes of Victorian women from a contemporary, feminist perspective.",
"htmlDescription": "<p>Lucy Worsley investigates the crimes of Victorian women from a contemporary, feminist perspective.</p>",
"publisher": {
"name": "BBC Radio 4"
},
"topics": [
{
"title": "History",
"uri": "spotify:genre:0JQ5DAqbMKFKK9EFSCDuOS"
}
],
"rating": {
"averageRating": {
"average": 4.83631232361242,
"showAverage": true,
"totalRatings": 1063
},
"canRate": true
},
"playability": {
"playable": true,
"reason": "PLAYABLE"
},
"totalEpisodes": 100,
"following": false,
"saved": false,
"sharingInfo": {
"shareId": "4lR0Ww6YR-qK_KRQoewyaA",
"shareUrl": "https://open.spotify.com/show/01D0AFRb4NwV2bbMbsQMgo?si=4lR0Ww6YR-qK_KRQoewyaA"
}
}
}Get detailed information about a specific podcast show
curl --request GET \
--url https://spotify-api31.p.rapidapi.com/api/v1/podcasts/detail \
--header 'x-rapidapi-key: <api-key>'{
"message": "Success",
"statusCode": 200,
"pagination": {
"total": 100,
"hasMore": true,
"continuation": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX"
},
"data": {
"id": "01D0AFRb4NwV2bbMbsQMgo",
"name": "Lady Killers with Lucy Worsley",
"uri": "spotify:show:01D0AFRb4NwV2bbMbsQMgo",
"coverArt": [
{
"url": "https://i.scdn.co/image/ab6765630000f68d94f52ca224075c6411271ad4",
"width": 64,
"height": 64
}
],
"description": "Lucy Worsley investigates the crimes of Victorian women from a contemporary, feminist perspective.",
"htmlDescription": "<p>Lucy Worsley investigates the crimes of Victorian women from a contemporary, feminist perspective.</p>",
"publisher": {
"name": "BBC Radio 4"
},
"topics": [
{
"title": "History",
"uri": "spotify:genre:0JQ5DAqbMKFKK9EFSCDuOS"
}
],
"rating": {
"averageRating": {
"average": 4.83631232361242,
"showAverage": true,
"totalRatings": 1063
},
"canRate": true
},
"playability": {
"playable": true,
"reason": "PLAYABLE"
},
"totalEpisodes": 100,
"following": false,
"saved": false,
"sharingInfo": {
"shareId": "4lR0Ww6YR-qK_KRQoewyaA",
"shareUrl": "https://open.spotify.com/show/01D0AFRb4NwV2bbMbsQMgo?si=4lR0Ww6YR-qK_KRQoewyaA"
}
}
}API Key
Spotify podcast show URI to get podcast details
"spotify:show:49OwrixbpMZv50gcLPH9TV"
Was this page helpful?