v1
latestOpenAPI 3.0.02026-07-131091452.6 MBcontributors
Get details about a single contributor
This endpoint shows information about a single contributor, including contributor type, equipment they use, and other attributes.
get/v2/contributors/{contributor_id}
Path parameters
contributor_idstring required
Contributor ID
Response
OK
Example response
{
"about": "John Doe's photographs",
"contributor_type": [
"photographer"
],
"display_name": "John Doe",
"equipment": [
"Nikon",
"Fuji"
],
"id": "12345678",
"location": "US",
"portfolio_url": "https://www.shutterstock.com/g/jdoe",
"social_media": {
"facebook": "http://example.com/jdoe",
"google_plus": "http://example.com/jdoe",
"linkedin": "http://example.com/jdoe",
"pinterest": "http://example.com/jdoe",
"tumblr": "http://example.com/jdoe",
"twitter": "http://example.com/jdoe"
},
"styles": [
"landscape",
"nature",
"footage_travel"
],
"subjects": [
"animals",
"landmarks",
"nature",
"objects",
"recreation"
],
"website": "http://example.com/profiles/jdoe"
}