Get details about multiple contributors
GET {{baseUrl}}/v2/contributors?id=<string>
This endpoint lists information about one or more contributors, including contributor type, equipment they use and other attributes.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | string | (Required) One or more contributor IDs |
RESPONSES
status: OK
{"data":[{"id":"800506","display_name":"Dave Pusey","about":"Dave is a self confessed emotional photographer, capturing, keeping and sharing images for the stories of the wild that they convey.","equipment":["Both Canon \u0026 Nikon"],"contributor_type":["illustrator","videographer"],"styles":["black_and_white","landscape","nature"],"subjects":["animals","holiday","nature","travel","wildlife"],"website":"leovantage.com","location":"za","portfolio_url":"http://www.shutterstock.com/g/davep","social_media":{"facebook":"pages/Dave-Pusey-Photography/131399733564475"}}]}