Get the details of featured image collections
GET {{baseUrl}}/v2/images/collections/featured/:id
This endpoint gets more detailed information about a featured collection, including its cover image and timestamps for its creation and most recent update. To get the images, use GET /v2/images/collections/featured/{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 | |
asset_hint | string | Cover image size |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
User-Agent | string |
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"}}