Availabilities
Manage availability information for artists, products, and tracks on Digital Service Providers (DSPs).
Availabilities track the presence and external identifiers of your content on various streaming platforms, including:
- External identifiers (e.g., Spotify IDs, Apple Music IDs)
- Platform-specific URLs
- Territory-specific availability
Supported item types: Artist, Product, Track
Use this resource to link your internal content to external platform identifiers for tracking and integration purposes.
List availabilities
Retrieve a list of availabilities for artists, products, or tracks on DSPs
query Parameters
page[number]Page number for pagination
page[size]Number of items per page (max 200)
filter[track-id]Filter by track ID
filter[product-id]Filter by product ID
filter[artist-id]Filter by artist ID
List availabilities › Responses
Successful response
Array of resource objects (override with specific resource schema)
Related resources included in the response
Create an availability
Create a new availability record linking an item (artist/product/track) to a DSP.
Required relationships: dsp, item
Required attributes: external
Create an availability › Responses
Availability created successfully
The primary resource object (override with specific resource schema)
Related resources included in the response
Get availability details
Retrieve a single availability by ID
path Parameters
idResource ID
query Parameters
includeComma-separated list of related resources to include
Get availability details › Responses
Successful response
The primary resource object (override with specific resource schema)
Related resources included in the response
Update an availability
Update an existing availability record
path Parameters
idResource ID
Update an availability › Responses
Availability updated successfully
The primary resource object (override with specific resource schema)
Related resources included in the response