The
/artist/stats/{id}
endpoint retrieves statistical information for a specific artist.
Method:GET
Path Parameter:
Parameter | Type | Description |
---|---|---|
id | string | The unique identifier of the artist. |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | ✅ | Artist ID |
Responses
✅ 200 - Success
⚠️ 401 - undefined
⚠️ 404 - undefined
❌ 500 - undefined
Tags
Artist
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Artist ID