The Spotify popularity of a track is between 0 and 100, with 100 being the most popular. The popularity is calculated by algorithm and is based mainly on the total number of plays the track has had and how recent those plays are.
Duplicate tracks (e.g., the same track from a single and an album) are rated independently. The popularity value may lag actual popularity by a few days: the value is not updated in real time by Spotify.
Need to get the song UUID first? Use the Get song by ISRC or Get song by platform ID or Search song by name endpoints.
GET /api/v2/song/{uuid}/spotify/identifier/popularity
Parameter name | Value | Description | Additional |
---|---|---|---|
uuid | string | A Song UUID |
Required |
Parameter name | Value | Description | Additional |
---|---|---|---|
startDate | string | Optional period start date (format YYYY-MM-DD), period cannot exceed 90 days |
|
endDate | string | Optional period end date (format YYYY-MM-DD), leave empty to use latest 90 days |
Status code | Description | Resource |
---|---|---|
200 | OK
A song response with Spotify popularity for a period |
SongPlotCollectionResponse |
400 | Bad Request
Invalid platform code |
|
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
Song not found |