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 popular by country API Playground
Returns normalized Spotify country hub shelves from Spotify's countryHubsPage Pathfinder response. The country_code parameter accepts Spotify popular-in country codes from open.
GETapiKey3 credits/requestspotify.countryHubResponseDocSpotify
Endpoint details
Returns normalized Spotify country hub shelves from Spotify's countryHubsPage Pathfinder response. The country_code parameter accepts Spotify popular-in country codes from open.spotify.com/popular-in/us.
- Method
- GET
- Path
- /spotify/popular-by-country
- Authentication
- apiKey
- Credit cost
- 3 credits/request
- Platform
- Spotify
- Parameters
- 2 documented fields
Request parameters
country_code:queryx-api-key:header
Response schema fields
codedatadata.countryCodedata.countryNamedata.hexColordata.metadata.meta.appVersiondata.meta.fetchedAtdata.meta.itemCountdata.meta.operationNamedata.meta.sectionCountdata.sections
Sample response summary
{
"countryCode": "US",
"countryName": "United States",
"hexColor": "#EB1E32",
"sections": [
{
"contentId": "CHARTS",
"title": "Charts",
"totalCount": 1,
"items": [
{
"uri": "spotify:playlist:37i9dQZEVXbLRQDuF5jeBp",
"type": "Playlist",
"title": "Top 50 - USA",
"subtitle": "Spotify",
"description": "Your daily update of the most played tracks right now - USA.",
"externalUrl": "https://open.spotify.com/playlist/37i9dQZEVXbLRQDuF5jeBp"
}
]
}
],
"supportedCountries": [
{
"code": "us",
"name": "United States"
}
],
"meta": {
"operationName": "countryHubsPage",
"sectionCount": 1,
"itemCount": 1,
"fetchedAt": "2026-05-13T19:45:00Z"
}
}cURL example
curl "https://api.crawlora.net/api/v1/spotify/popular-by-country" \
-H "x-api-key: <api-key>"