Get the details of featured video collections

GET {{baseUrl}}/v2/videos/collections/featured/:id

This endpoint gets more detailed information about a featured video collection, including its cover video and timestamps for its creation and most recent update. To get the videos, use GET /v2/videos/collections/featured/{id}/items.

Request Params

KeyDatatypeRequiredDescription
embedstringWhat information to include in the response, such as a URL to the collection

HEADERS

KeyDatatypeRequiredDescription
User-Agentstring

RESPONSES

status: OK

{"total_item_count":100,"items_updated_time":"2016-05-18T10:49:02-04:00","name":"Feeling Down","id":"136351027","created_time":"2018-03-06T18:54:19.000Z","updated_time":"2018-03-07T13:58:21.000Z","cover_item":{"url":"https://ak.picdn.net/assets/cms/3aa67c2b92c7ceadd79da08b95d5f409269553fade-shutterstock_343681901.jpg"}}