---
title: "Get details about multiple contributors"
method: GET
path: "/v2/contributors"
tags: ["contributors"]
---

# Get details about multiple contributors

`GET /v2/contributors`

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

## Query parameters

- `id` string[], required

## Response `200`

OK

- object — List of contributor profiles
  - `data` object[] — Conributor profiles
    - `about` string — Short description of the contributors' library
    - `contributor_type` string[] — Type of content that the contributor specializes in (photographer, illustrator, etc)
    - `display_name` string — Preferred name to be displayed for the contributor
    - `equipment` string[] — List of equipment used by the contributor (Canon EOS 5D Mark II, etc)
    - `id` string, required — Contributor ID
    - `location` string — Country code representing the contributor's locale
    - `portfolio_url` string — Web URL for the contributors' profile
    - `social_media` object — Contributor profile social media links
      - `facebook` string — Facebook link for contributor
      - `google_plus` string — Google+ link for contributor
      - `linkedin` string — LinkedIn link for contributor
      - `pinterest` string — Pinterest page for contributor
      - `tumblr` string — Tumblr link for contributor
      - `twitter` string — Twitter link for contributor
    - `styles` string[] — List of styles that the contributor specializes in (lifestyle, mixed media, etc)
    - `subjects` string[] — Generic list of subjects for contributors' work (food_and_drink, holiday, people, etc)
    - `website` string — Personal website for the contributor
  - `errors` object[] — Error list; appears only if there was an error
    - `code` string — The error code of this error
    - `data` string — Debugging information about the error
    - `items` object[] — A list of items that produced the error
    - `message` string, required — Specific details about this error
    - `path` string — Internal code reference to the source of the error
  - `message` string — Error message
  - `page` integer — Page of response
  - `per_page` integer — Number of contributors per page
  - `total_count` integer — Total count of contributors for this request

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer.md) · [All operations](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shutterstock/shutterstock-api-explorer/revisions/d2e03e7f655d/schema)
