v50
latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KBRetrieve score sets
Retrieves score sets.
Query parameters
Filter by score set mode.
Filter by form slug.
Use the value all to include results from every form rather than a single form.
Filter by season slug. Use all to show all seasons.
Sort by a supported score set field.
Sort in ascending or descending order.
Filter by archive mode.
- only - Show only archived resources.
- all - Include archived resources.
- none - Exclude archived resources.
Filter by soft-deletion mode.
- only - Show only soft-deleted resources.
- all - Include soft-deleted resources alongside live ones.
- none - Exclude soft-deleted 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.
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
Score sets retrieved.
Example response
{
"current_page": 1,
"data": [
{
"created": "2026-06-24T13:43:50Z",
"form": "AbCdEfGh",
"mode": "vip_judging",
"name": {
"en_GB": "Assignments view testing"
},
"order": null,
"season": {
"slug": "CdEfGhIj",
"link": "https://api.eu.staging.cr4ce.com/season/CdEfGhIj",
"name": {
"en_GB": "2026"
}
},
"slug": "EfGhIjKl",
"updated": "2026-06-24T13:43:50Z"
},
{
"created": "2025-04-02T16:00:58Z",
"form": "AbCdEfGh",
"mode": "voting",
"name": {
"en_GB": "Voting"
},
"order": null,
"season": {
"slug": "CdEfGhIj",
"link": "https://api.eu.staging.cr4ce.com/season/CdEfGhIj",
"name": {
"en_GB": "2026"
}
},
"slug": "GhIjKlMn",
"updated": "2026-06-23T15:22:33Z"
}
],
"first_page_url": "https://api.eu.staging.cr4ce.com/score-set?per_page=100&page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://api.eu.staging.cr4ce.com/score-set?per_page=100&page=1",
"next_page_url": "",
"path": "https://api.eu.staging.cr4ce.com/score-set",
"per_page": 100,
"prev_page_url": "",
"to": 21,
"total": 21
}