Get Soundcharts' UUID and artist metadata based on platform IDs.
For instance, you can retrieve Soundcharts' UUID using Spotify IDs with this endpoint.
If you need to find a platform code, use the Get platforms endpoint.
GET /api/v2.9/artist/by-platform/{platform}/{identifier}
Parameter name | Value | Description | Additional |
---|---|---|---|
platform | string | A platform code |
Required |
identifier | string | An artist platform identifier |
Required |
Status code | Description | Resource |
---|---|---|
200 | OK
An artist response |
Artist |
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
No artist found for this platform identifier |