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"
  }
}

Authorizations

x-rapidapi-key
string
header
required

API Key

Query Parameters

uri
string
required

Spotify podcast show URI to get podcast details

Pattern: ^spotify:show:[a-zA-Z0-9]+$
Example:

"spotify:show:49OwrixbpMZv50gcLPH9TV"

Response

Success

message
string
Example:

"Success"

statusCode
number
Example:

200

pagination
object
data
object

Podcast detail information