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 Spotify Podcasts categories API Playground
Returns normalized Spotify podcast category sections and items from Spotify's all-categories browsePage Pathfinder response.
GETapiKey3 credits/requestspotify.browsePageResponseDocSpotifyPodcasts
Endpoint details
Returns normalized Spotify podcast category sections and items from Spotify's all-categories browsePage Pathfinder response.
- Method
- GET
- Path
- /spotify-podcasts/categories
- Authentication
- apiKey
- Credit cost
- 3 credits/request
- Platform
- SpotifyPodcasts
- Parameters
- 7 documented fields
Request parameters
uri:querypage_offset:querypage_limit:querysection_offset:querysection_limit:queryinclude_episode_content_ratings_v2:queryx-api-key:header
Response schema fields
codedatadata.metadata.meta.appVersiondata.meta.fetchedAtdata.meta.operationNamedata.meta.sectionCountdata.sectionsdata.sections[].itemsdata.sections[].items[].descriptiondata.sections[].items[].externalUrldata.sections[].items[].imageUrl
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"uri": "spotify:page:0JQ5DArNBzkmxXHCqFLx2U",
"title": "All podcast categories",
"sections": [
{
"uri": "spotify:section:example",
"title": "Categories",
"items": [
{
"uri": "spotify:page:example",
"title": "Arts"
}
]
}
],
"meta": {
"operationName": "browsePage",
"sectionCount": 1,
"fetchedAt": "2026-05-13T15:22:41Z"
}
}
}cURL example
curl "https://api.crawlora.net/api/v1/spotify-podcasts/categories" \
-H "x-api-key: <api-key>"