v1

latestOpenAPI 3.0.02026-07-131091452.6 MB
contributors

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

aboutstring

Short description of the contributors' library

contributor_typestring[]

Type of content that the contributor specializes in (photographer, illustrator, etc)

display_namestring

Preferred name to be displayed for the contributor

equipmentstring[]

List of equipment used by the contributor (Canon EOS 5D Mark II, etc)

idstring required

Contributor ID

locationstring

Country code representing the contributor's locale

portfolio_urlstring

Web URL for the contributors' profile

stylesstring[]

List of styles that the contributor specializes in (lifestyle, mixed media, etc)

subjectsstring[]

Generic list of subjects for contributors' work (food_and_drink, holiday, people, etc)

websitestring

Personal website for the contributor

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"
}