v50
latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KBRetrieve contributors
Retrieves contributors.
Query parameters
Filter by entry slug.
Filter by tab slug.
Filter by entry status.
Filter by payment status.
Filter by moderation status.
Filter by review status.
Filter by tag.
Filter by category slug.
Filter by chapter slug.
Filter by season slug. Use all to show all seasons.
Specify the page number to return.
Limit the number of items returned to between 1 and 100.
If you provide a value outside this range, you will receive a 400 response.
Sort by a supported contributor field. Custom contributor field slugs are also accepted.
Sort in ascending or descending order.
Headers
Defines the response type.
Defines the languages included in the response. If non are provided, the account default language is returned.
Value all overrides any other values present.
You can request multiple languages using a comma-separated string of languages.
The selected language must be supported by your account or a 400 error is returned.
Response
Contributors retrieved.
Example response
{
"current_page": 1,
"data": [
{
"entry": {
"slug": "IjKlMnOp",
"link": "https://api.au.cr4ce.com/entry/IjKlMnOp",
"title": "Documentary submission"
},
"created": "2025-01-15T09:00:00Z",
"fields": [
{
"slug": "StUvWxYz",
"link": "https://api.au.cr4ce.com/field/StUvWxYz",
"label": {
"en_GB": "Team member name"
},
"title": {
"en_GB": "Team member name"
},
"value": "Jane Seymour",
"translated": {
"en_GB": ""
}
}
],
"season": {
"slug": "QrStUvWx",
"link": "https://api.au.cr4ce.com/season/QrStUvWx",
"name": {
"en_GB": "2025"
}
},
"slug": "AbCdEfGh",
"tab": {
"slug": "MnOpQrSt",
"link": "https://api.au.cr4ce.com/tab/MnOpQrSt",
"name": {
"en_GB": "Contributors"
}
},
"updated": "2025-06-20T14:30:00Z"
},
{
"entry": {
"slug": "MnOpQrSt",
"link": "https://api.au.cr4ce.com/entry/MnOpQrSt",
"title": "Short film submission"
},
"created": "2025-02-10T10:00:00Z",
"fields": [
{
"slug": "UvWxYzAb",
"link": "https://api.au.cr4ce.com/field/UvWxYzAb",
"label": {
"en_GB": "<p>Confirmed</p>"
},
"title": {
"en_GB": "Confirmed"
},
"value": true,
"translated": {
"en_GB": ""
}
}
],
"season": {
"slug": "QrStUvWx",
"link": "https://api.au.cr4ce.com/season/QrStUvWx",
"name": {
"en_GB": "2025"
}
},
"slug": "WxYzAbCd",
"tab": {
"slug": "MnOpQrSt",
"link": "https://api.au.cr4ce.com/tab/MnOpQrSt",
"name": {
"en_GB": "Contributors"
}
},
"updated": "2025-02-10T10:05:00Z"
}
],
"first_page_url": "https://api.au.cr4ce.com/contributor?per_page=10&page=1",
"from": 1,
"last_page": 2,
"last_page_url": "https://api.au.cr4ce.com/contributor?per_page=10&page=2",
"next_page_url": "https://api.au.cr4ce.com/contributor?per_page=10&page=2",
"path": "https://api.au.cr4ce.com/contributor",
"per_page": 10,
"prev_page_url": "",
"to": 10,
"total": 14
}