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 featured charts by country API Playground
Returns normalized Spotify country hub content from Spotify's countryHubContent Pathfinder response. Defaults to the CHARTS content shelf for the requested country.
GETapiKey3 credits/requestspotify.countryHubContentResponseDocSpotify
Endpoint details
Returns normalized Spotify country hub content from Spotify's countryHubContent Pathfinder response. Defaults to the CHARTS content shelf for the requested country.
- Method
- GET
- Path
- /spotify/featured-charts-by-country
- Authentication
- apiKey
- Credit cost
- 3 credits/request
- Platform
- Spotify
- Parameters
- 3 documented fields
Request parameters
country_code:querycontent_id:queryx-api-key:header
Response schema fields
codedatadata.contentIddata.countryCodedata.countryNamedata.hexColordata.itemsdata.items[].albumdata.items[].album.descriptiondata.items[].album.externalUrldata.items[].album.imageUrldata.items[].album.images
Sample response summary
{
"countryCode": "ID",
"countryName": "Indonesia",
"hexColor": "#F037A5",
"contentId": "CHARTS",
"title": "Featured Charts",
"items": [
{
"uri": "spotify:playlist:37i9dQZEVXbObFQZ3JLcXt",
"type": "Playlist",
"title": "Top 50 - Indonesia",
"subtitle": "Spotify",
"description": "Your daily update of the most played tracks right now - Indonesia.",
"externalUrl": "https://open.spotify.com/playlist/37i9dQZEVXbObFQZ3JLcXt",
"attributes": {
"rank_type": "plays",
"chart_entity_type": "track"
}
}
],
"meta": {
"operationName": "countryHubContent",
"itemCount": 1,
"fetchedAt": "2026-05-13T20:03:43Z"
}
}cURL example
curl "https://api.crawlora.net/api/v1/spotify/featured-charts-by-country" \
-H "x-api-key: <api-key>"