Get the details of audio collections
GET {{baseUrl}}/v2/audio/collections/:id
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
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
embed | string | Which sharing information to include in the response, such as a URL to the collection | |
share_code | string | Code to retrieve a shared collection |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
User-Agent | string |
RESPONSES
status: OK
{"id":"48433107","name":"Test Collection c28c","created_time":"2016-06-09T17:13:17.000Z","updated_time":"2016-08-18T18:52:56-04:00","cover_item":{"id":"4928431","media_type":"audio","added_time":"2018-07-21T16:55:17.000Z"},"total_item_count":10}