Leaderboard
Retrieve leaderboard results
Retrieves leaderboard results.
get/leaderboard
Query parameters
score_setstring required
Filter by score set slug.
categorystring
Filter by category slug.
chapterstring
Filter by chapter slug.
entrystring
Filter by entry slug.
tagstring
Filter by tag.
archived'only' | 'all' | 'none'
Filter by archive mode.
- only - Show only archived resources.
- all - Include archived resources.
- none - Exclude archived resources.
pagestring
Specify the page number to return.
per_pagestring
Limit the number of items returned to between 1 and 100.
order'category' | 'chapter' | 'division' | 'link' | 'slug' | 'status' | 'submitted' | 'auto_score' | 'title' | 'tags'
Sort by a supported leaderboard field.
- category - Sort by category slug.
- chapter - Sort by chapter slug.
dir'asc' | 'desc'
Sort in ascending or descending order.
Headers
Accept'application/vnd.Creative Force.v2.3+json' | 'application/vnd.Creative Force.v2.3+xml' required
Defines the response type.
x-api-languagestring[]
Defines the languages included in the response. If omitted, the account default language is used.
Value all overrides any other values present.
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"
}
}
}