Skip to main content
GET
Get Artist Stats
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

artist/stats/ Description: The /artist/stats/{id} endpoint retrieves statistical information for a specific artist. Authorization:
  • Required role: user or higher
Method: GET Path Parameter:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string
required

Artist ID

Response

Success

downloads
integer

Total number of downloads

Example:

500

streams
integer

Total number of streams

Example:

15000

count
integer

Total count (streams + downloads)

Example:

15500

royalty
number<float>

Total royalty amount

Example:

125.5