Get artist metadata
Get artist metadata/ISNI/IPI numbers using their UUID.
If you need to find an artist's UUID, use the Get artist by platform ID or Search artist by name endpoint.
Request
GET
/api/v2.9/artist/{uuid}
Path parameters
| Parameter | Value | Description | Additional |
|---|---|---|---|
| uuid | string | An artist UUID | Required |
Response
| 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
Artist not found |