v50
latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KBRetrieve leaderboard results
Retrieves leaderboard results.
Query parameters
Filter by score set slug.
Filter by category slug.
Filter by chapter slug.
Filter by entry slug.
Filter by tag.
Filter by archive mode.
- only - Show only archived resources.
- all - Include archived resources.
- none - Exclude archived resources.
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 leaderboard field.
- category - Sort by category slug.
- chapter - Sort by chapter slug.
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
Leaderboard results retrieved.
Example response
{
"current_page": 1,
"data": [
{
"slug": "AbCdEfGh",
"title": "Sustainable Cities Initiative",
"tags": "",
"category": {
"slug": "IjKlMnOp",
"link": "https://api.au.cr4ce.com/category/IjKlMnOp",
"name": {
"en_GB": "Documentary"
}
},
"chapter": {
"slug": "QrStUvWx",
"link": "https://api.au.cr4ce.com/chapter/QrStUvWx",
"name": {
"en_GB": "United Kingdom"
}
},
"division": null,
"submitted": "2026-01-15T09:00:00Z",
"auto_score": 0,
"status": "submitted",
"grant_status": null,
"link": "https://api.au.cr4ce.com/entry/AbCdEfGh",
"scores": {
"total_votes": 12
}
},
{
"slug": "MnOpQrSt",
"title": "Ocean Cleanup Documentary",
"tags": "",
"category": {
"slug": "IjKlMnOp",
"link": "https://api.au.cr4ce.com/category/IjKlMnOp",
"name": {
"en_GB": "Documentary"
}
},
"chapter": {
"slug": "QrStUvWx",
"link": "https://api.au.cr4ce.com/chapter/QrStUvWx",
"name": {
"en_GB": "United Kingdom"
}
},
"division": null,
"submitted": "2026-01-12T14:20:00Z",
"auto_score": 0,
"status": "submitted",
"grant_status": null,
"link": "https://api.au.cr4ce.com/entry/MnOpQrSt",
"scores": {
"total_votes": 9
}
}
],
"first_page_url": "https://api.au.cr4ce.com/leaderboard?score_set=UvWxYzAb&page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://api.au.cr4ce.com/leaderboard?score_set=UvWxYzAb&page=1",
"next_page_url": "",
"path": "https://api.au.cr4ce.com/leaderboard",
"per_page": 10,
"prev_page_url": "",
"to": 2,
"total": 2,
"score_set": {
"slug": "UvWxYzAb",
"name": {
"en_GB": "Voting"
},
"mode": "voting",
"form": {
"slug": "GhIjKlMn",
"link": "https://api.au.cr4ce.com/form/GhIjKlMn",
"name": {
"en_GB": "Entry form"
}
}
},
"season": {
"slug": "CdEfGhIj",
"link": "https://api.au.cr4ce.com/season/CdEfGhIj",
"name": {
"en_GB": "2025"
}
}
}