Create a contributor
Creates a contributor.
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.
Request body
Response
Contributor created.
Example response
{
"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": ""
}
},
{
"slug": "KlMnOpQr",
"link": "https://api.au.cr4ce.com/field/KlMnOpQr",
"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": "AbCdEfGh",
"tab": {
"slug": "MnOpQrSt",
"link": "https://api.au.cr4ce.com/tab/MnOpQrSt",
"name": {
"en_GB": "Contributors"
}
},
"updated": "2025-06-20T14:30:00Z"
}Changes
Changed in 2 of the 50 revisions of this API.9
- ○
api tag
Contributorsaddedapi-tag-added
- ○
api tag
Contributorremovedapi-tag-removed
- ○
- ○
added the media type
application/xmlfor the response with the status201response-media-type-added
- ○
added the media type
application/xmlfor the response with the status400response-media-type-added
- ○
added the media type
application/xmlfor the response with the status401response-media-type-added
- ○
added the media type
application/xmlfor the response with the status403response-media-type-added
- ○
added the media type
application/xmlfor the response with the status422response-media-type-added
- ○
added the media type
application/xmlfor the response with the status429response-media-type-added
- ○
added the media type
application/xmlfor the response with the status503response-media-type-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○