v1
latestOpenAPI 3.0.02026-07-131091452.6 MBaudio
Get the details of audio collections
This endpoint gets more detailed information about a collection, including the number of items in it and when it was last updated. To get the tracks in collections, use GET /v2/audio/collections/{id}/items.
get/v2/audio/collections/{id}
Path parameters
idstring required
Collection ID
Query parameters
embedstring[]
Which sharing information to include in the response, such as a URL to the collection
share_codestring
Code to retrieve a shared collection
Response
OK
Example response
{
"id": "293542904",
"name": "My collection",
"total_item_count": 85,
"items_updated_time": "2021-05-20T16:15:22-04:00",
"cover_item": {
"id": "297886754"
}
}