Charts · GET

Top 200 tracks

GET /top_200_tracks

About

Top 200 tracks is a GET endpoint in the Charts group of the Spotify Data API. It takes 3 parameters: period, country and date (optional). The recorded sample response, captured 2025-06-07, is a JSON array of 200 objects: [].chartEntryData, [].missingRequiredFields and [].trackMetadata.

Parameters 3

period Optional
In
query
Default
daily
country Optional
In
query
Default
global
date Optional
In
query
Default

Request

Against https://spotify-proxy.checkleaked.cc, with the same example values the Run button sends.

Sample response

Recorded sample · captured 2025-06-07

The first 80 of 8,417 lines. Press Run for the full body.

Response fields

Read off the recorded sample, not a schema: a JSON array of 200 objects.

  • [].chartEntryDataobject
  • [].missingRequiredFieldsboolean
  • [].trackMetadataobject

Errors

400
No parameter on this endpoint is required, so a 400 means one that was sent carries a value it does not accept — check the allowed values in the table above.
401 / 403
The key is missing, wrong, or on a plan that does not include this endpoint. On RapidAPI the header is X-RapidAPI-Key; on the Direct Portal it is an Authorization: Bearer token; on Apify the actor supplies it.
429
Rate limited. The demo on this site allows 100 requests per 15 minutes and 500 per day per visitor, inside a budget shared by every visitor. With a key it is 5 requests per second on every RapidAPI plan and 10 per second on the Direct Portal.
5xx
Spotify itself failed or timed out. These are transient; retry once with a short backoff rather than immediately.

The other 5 operations in the Charts group.