Skip to main content
GET
/
api
/
v1
/
podcasts
/
detail
Get podcast detail
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"
    }
  }
}

Authorizations

x-rapidapi-key
string
header
required

API Key

Query Parameters

uri
string
required

Spotify podcast show URI to get podcast details

Example:

"spotify:show:49OwrixbpMZv50gcLPH9TV"

Response

Success

message
string
Example:

"Success"

statusCode
number
Example:

200

pagination
object
data
object

Podcast detail information