Get Artist Products
Artist
Get Artist Products
artist//products
GET
Get Artist Products
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
artist//products Description: The/artist/{id}/products endpoint retrieves all products associated with a specific artist, including related assets and statistics.
Method:
GET
Path Parameter:
| Parameter | Type | Description |
|---|---|---|
| id (required) | string | The unique identifier of the artist. |
| page (optional) | integer | Page number for pagination (default: 1) |
| size (optional) | integer | Number of products per page (default: 10) |
| type (optional) | string | Filter by product type (default: all) |
- Basic product information
- Related assets (id, isrc, title, version, track number)
- Split count (number of splits associated with the product)
- Total play/stream count (from ProductStats)
- Total royalties (from ProductStats)
- Artist information including the type of association
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Artist ID
Query Parameters
Page number for pagination
Number of products per page
Filter by product type
Response
Success
Unique identifier of the product
UPC code of the product
Title of the product
Number of splits associated with this product
Total play/stream count from ProductStats
Total royalties from ProductStats