v1
latestOpenAPI 3.0.02026-07-131091452.6 MBList updated content
This endpoint lists editorial images that have been updated in the specified time period to update content management systems (CMS) or digital asset management (DAM) systems. In most cases, use the date_updated_start and date_updated_end parameters to specify a range updates based on when the updates happened. You can also use the date_taken_start and date_taken_end parameters to specify a range of updates based on when the image was taken.
Query parameters
Specify addition to return only images that were added or edit to return only images that were edited or deleted
Show images images added, edited, or deleted after the specified date. Acceptable range is 1970-01-01T00:00:01 to 2038-01-19T00:00:00.
Show images images added, edited, or deleted before the specified date. Acceptable range is 1970-01-01T00:00:01 to 2038-01-19T00:00:00.
Show images that were taken on or after the specified date; use this parameter if you want recently created images from the collection instead of updated older assets
Show images that were taken before the specified date
The cursor of the page with which to start fetching results; this cursor is returned from previous requests
Sort by
Show only editorial content from certain suppliers
Show only editorial content that is available for distribution in a certain country
Number of results per page
Response
OK
Example response
{
"per_page": 1,
"next": "eyJ2IjoxLCJzIjoxfQ==",
"prev": "",
"data": [
{
"id": "9804979n",
"title": "Hong Kong kicks off international e-Sports competition, China - 24 Aug 2018",
"caption": "",
"description": "Members of the TyLoo e-Sports team from China prepare to face off against the Kinguin e-Sports team from Poland at the ICBC (Asia) e-Sports and Music Festival Hong Kong 2018, Hong Kong, China, 24 August 2018. The festival runs from 24 to 26 August with professional gamers from around the world competing in international e-sports tournaments.",
"byline": "ALEX HOFFORD/EPA-EFE/Shutterstock",
"supplier_code": "EPA",
"keywords": [],
"date_taken": "2018-08-24",
"categories": [],
"aspect": 1.481,
"assets": {
"thumb_170": {
"height": 115,
"width": 170,
"url": "https://editorial01.shutterstock.com/thumb/9804979n/c4377a53/Shutterstock_9804979n.jpg"
},
"thumb_220": {
"height": 149,
"width": 220,
"url": "https://editorial01.shutterstock.com/thumb-220/9804979n/c57a68c7/Shutterstock_9804979n.jpg"
},
"watermark_450": {
"height": 304,
"width": 450,
"url": "https://editorial01.shutterstock.com/wm-preview-450/9804979n/37d19dce/Shutterstock_9804979n.jpg"
},
"watermark_1500": {
"height": 1500,
"width": 1040,
"url": "https://editorial01.shutterstock.com/wm-preview-1500/9933285a/ab82fea4/Shutterstock_9933285a.jpg"
},
"original": {
"display_name": "Original",
"height": 3263,
"width": 4831,
"is_licensable": true
},
"small_jpg": {
"display_name": "Small",
"height": 337,
"width": 500,
"is_licensable": true
},
"medium_jpg": {
"display_name": "Med",
"height": 675,
"width": 1000,
"is_licensable": true
}
},
"updated_time": "2019-07-15T20:04:44-04:00",
"updates": [
"addition"
],
"commercial_status": {
"status": "available"
},
"rights": {
"countries": "CAN,+DEU,+GBR,+USA,-*"
}
}
]
}