v1
latestOpenAPI 3.0.02026-07-131091452.6 MBSearch for videos
This endpoint searches for videos. If you specify more than one search parameter, the API uses an AND condition. Array parameters can be specified multiple times; in this case, the API uses an AND or an OR condition with those values, depending on the parameter. You can also filter search terms out in the query parameter by prefixing the term with NOT.
Query parameters
Show videos added on the specified date
Show videos added on or after the specified date
Show videos added before the specified date
Show videos with the specified aspect ratio
Show videos with the specified Shutterstock-defined category; specify a category name or ID
Show videos with the specified artist names or IDs
Show videos from contributors in one or more specified countries
(Deprecated; use duration_from and duration_to instead) Show videos with the specified duration in seconds
Show videos with the specified duration or longer in seconds
Show videos with the specified duration or shorter in seconds
(Deprecated; use fps_from and fps_to instead) Show videos with the specified frames per second
Show videos with the specified frames per second or more
Show videos with the specified frames per second or fewer
Hide results with potentially unsafe keywords
Language code
Set query and result language (uses Accept-Language header if not set)
Show only videos with the specified license or licenses
Show videos with each of the specified models
Search for videos in a specific orientation
Page number
Number of results per page
Show videos that feature people of the specified age range
Show videos with people of the specified ethnicities
Show videos with people with the specified gender
Show videos with the specified number of people
Show only videos of people with a signed model release
One or more search terms separated by spaces; you can use NOT to filter out videos that match a term
Show videos with the specified resolution
Enable or disable safe search
Sort by one of these categories
Amount of detail to render in the response
Response
OK
Example response
{
"data": [
{
"id": "1033184651",
"aspect": 1.778,
"aspect_ratio": "16:9",
"assets": {
"thumb_webm": {
"url": "https://ak.picdn.net/shutterstock/videos/1033184651/thumb/stock-footage-camera-follows-hipster-millennial-young-woman-in-orange-jacket-running-up-on-top-of-mountain-summit.webm"
},
"thumb_mp4": {
"url": "https://ak.picdn.net/shutterstock/videos/1033184651/thumb/stock-footage-camera-follows-hipster-millennial-young-woman-in-orange-jacket-running-up-on-top-of-mountain-summit.mp4"
},
"preview_webm": {
"url": "https://ak.picdn.net/shutterstock/videos/1033184651/preview/stock-footage-camera-follows-hipster-millennial-young-woman-in-orange-jacket-running-up-on-top-of-mountain-summit.webm"
},
"preview_mp4": {
"url": "https://ak.picdn.net/shutterstock/videos/1033184651/preview/stock-footage-camera-follows-hipster-millennial-young-woman-in-orange-jacket-running-up-on-top-of-mountain-summit.mp4"
},
"thumb_jpg": {
"url": "https://ak.picdn.net/shutterstock/videos/1033184651/thumb/12.jpg"
},
"preview_jpg": {
"url": "https://ak.picdn.net/shutterstock/videos/1033184651/thumb/12.jpg"
}
},
"contributor": {
"id": "4411978"
},
"description": "Camera follows hipster millennial young woman in orange jacket running up on top of mountain summit at sunset, jumps on top of rocks, raises arms into air, happy and drunk on life, youth and happiness",
"duration": 14.081,
"has_model_release": true,
"media_type": "video"
}
],
"page": 1,
"per_page": 5,
"total_count": 123,
"search_id": "749090bb-2967-4a20-b22e-c800dc845e10"
}