Get the latest song ranking for a specific chart.
Charts displaying a metric are:
This endpoint also returns the number of days (DOC) or weeks (WOC) that a song has been on that chart.
In the response:
Need to get the chart’s slug? Use the Get song chart list by platform endpoint.
GET /api/v2.14/chart/song/{slug}/ranking/latest
Parameter name | Value | Description | Additional |
---|---|---|---|
slug | string | A song chart slug |
Required |
Parameter name | Value | Description | Additional |
---|---|---|---|
offset | integer | Get results starting from position |
|
limit | integer | Number of results (max. 100) |
Status code | Description | Resource |
---|---|---|
200 | OK
A Song Chart Rank Collection response |
Song Chart Rank Collection |
401 | Unauthorized
You are not logged in |
|
403 | Forbidden
This endpoint is not included in your current plan, reach out to help@soundcharts.com if you want access. |
|
404 | Not Found
Chart not found |