Get favorite artists
This endpoint is restricted to specific plans. View pricing
Retrieve the artists configured for high-frequency data updates.
This endpoint lists the artists you have flagged for priority tracking. Artists included in this list benefit from an accelerated refresh rate for their audience metrics.
Note: This API list defines data refresh priorities and is completely separate from the UI bookmarks ("Favorites") managed within the Soundcharts dashboard.
Request
GET
/api/v2/favorite/artists
Query string parameters
| Parameter | Value | Description | Additional |
|---|---|---|---|
| offset | integer | Get results starting from position | Optional |
| limit | integer | Number of results (max. 20) | Optional |
Response
| Code | Description | Resource |
|---|---|---|
| 200 |
OK
An Artist response |
Artist |
| 400 |
Bad Request
Invalid request |
|
| 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 |