Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Playground
Retrieve Apple Podcasts chart rankings API Playground
Returns Apple Podcasts show chart rankings from public iTunes RSS JSON feeds. Supported collections are `toppodcasts` and `topaudiopodcasts`.
GETapiKey1 credit/requestapplepodcasts.chartsResponseDocApplePodcasts
Endpoint details
Returns Apple Podcasts show chart rankings from public iTunes RSS JSON feeds. Supported collections are `toppodcasts` and `topaudiopodcasts`.
- Method
- GET
- Path
- /apple-podcasts/charts
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- ApplePodcasts
- Parameters
- 5 documented fields
Request parameters
collection:querycategory:querycountry:querylimit:queryx-api-key:header
Response schema fields
codedatadata[].artist_namedata[].artist_urldata[].artwork_urldata[].currencydata[].descriptiondata[].freedata[].genredata[].genre_iddata[].iddata[].name
Sample response summary
{
"code": 200,
"msg": "OK",
"data": [
{
"id": 360084272,
"name": "The Joe Rogan Experience",
"artist_name": "Joe Rogan",
"url": "https://podcasts.apple.com/us/podcast/the-joe-rogan-experience/id360084272?uo=2",
"genre": "Comedy",
"genre_id": 1303
}
]
}cURL example
curl "https://api.crawlora.net/api/v1/apple-podcasts/charts" \
-H "x-api-key: <api-key>"