v1

latestOpenAPI 3.0.02026-07-131091452.6 MB
contributors

Get details about multiple contributors

This endpoint lists information about one or more contributors, including contributor type, equipment they use and other attributes.

get/v2/contributors

Query parameters

idstring[] required

One or more contributor IDs

Response

OK

messagestring

Error message

pageinteger

Page of response

per_pageinteger

Number of contributors per page

total_countinteger

Total count of contributors for this request

Example response

{
  "data": [
    {
      "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"
    }
  ],
  "page": 1,
  "per_page": 5,
  "total_count": 15
}