This API returns 3 Soundcharts scores per artist: score, fanbase score and trending score.

Learn more about the scores in the help center.

Request

GET /api/v2/artist/{uuid}/soundcharts/score

Path parameters

Parameter name Value Description Additional
uuid string

An artist UUID

Required

Query string parameters

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

Response

Status code Description Resource
200 OK

A Sounddcharts Score response

SoundchartsScoreCollectionResponse
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

Artist not found


Explore this api

uuid

An artist UUID

startDate

Optional period start date (format YYYY-MM-DD), period cannot exceed 90 days

endDate

Optional period end date (format YYYY-MM-DD), leave empty to use latest 90 days

Try it out!