Get a summary of Royalties
This endpoint provides a comprehensive summary of royalty data including downloads, streams, total royalties, and comparative analytics.
Query Parameters:
Parameter | Type | Description |
---|---|---|
artists | string | Filters the data by artist. Comma-separated list of artist IDs |
user | string | Filters the data by user. Specifies a user ID |
country | string | Filter the data by country. Comma-separated values |
dsp | string | Filters by DSP (Digital Service Provider). Comma-separated values |
start | string | Start date of the period (YYYY-MM-DD format) |
end | string | End date of the period (YYYY-MM-DD format) |
type | string | Filters by sale type. Comma-separated values |
aggregator | string | Filters by aggregator. Comma-separated values |
upc | string | Filters by UPC (Universal Product Code). Comma-separated values |
isrc | string | Filters by ISRC (International Standard Recording Code). Comma-separated values |
includePreviousPeriod | string | Includes analytical data for percentage change |
periodFilterType | string | Filters by either āaccountingā or āsaleā period |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Filters the data by artist. Comma-separated list of artist IDs
Filters the data by user. Specifies a user ID
Filter the data by country. Comma-separated values
Filters by DSP (Digital Service Provider). Comma-separated values
Start date of the period (YYYY-MM-DD format)
End date of the period (YYYY-MM-DD format)
Filters by sale type. Comma-separated values
Filters by aggregator. Comma-separated values
Filters by UPC (Universal Product Code). Comma-separated values
Filters by ISRC (International Standard Recording Code). Comma-separated values
Includes analytical data for percentage change
Filters by either 'accounting' or 'sale' period
accounting
, sale
Successfully retrieved royalty summary
The response is of type object
.