v50
latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KBRetrieve rounds
Retrieves rounds.
Query parameters
Filter by round type.
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.
Filter to a single round by slug. Returns at most one item.
Sort by a supported round field.
Sort in ascending or descending order.
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
Rounds retrieved.
Example response
{
"current_page": 1,
"data": [
{
"chapters": [
{
"slug": "AbCdEfGh",
"link": "https://api.eu.staging.cr4ce.com/chapter/AbCdEfGh",
"name": {
"en_GB": "lecht"
}
},
{
"slug": "CdEfGhIj",
"link": "https://api.eu.staging.cr4ce.com/chapter/CdEfGhIj",
"name": {
"en_GB": "Glencoe"
}
}
],
"created": "2026-06-24T13:57:52Z",
"end_date": null,
"form": "EfGhIjKl",
"name": {
"en_GB": "form 15"
},
"season": {
"slug": "GhIjKlMn",
"link": "https://api.eu.staging.cr4ce.com/season/GhIjKlMn",
"name": {
"en_GB": "2026"
}
},
"slug": "IjKlMnOp",
"start_date": null,
"type": "entry",
"updated": "2026-06-24T13:57:52Z"
},
{
"chapters": [],
"created": "2025-02-13T11:41:26Z",
"end_date": "2026-04-22 07:43:00",
"form": "KlMnOpQr",
"name": {
"en_GB": "Cycling grants judging"
},
"season": {
"slug": "GhIjKlMn",
"link": "https://api.eu.staging.cr4ce.com/season/GhIjKlMn",
"name": {
"en_GB": "2026"
}
},
"slug": "MnOpQrSt",
"start_date": "2025-03-07 08:43:00",
"type": "judge",
"updated": "2026-04-08T15:24:34Z"
}
],
"first_page_url": "https://api.eu.staging.cr4ce.com/round?per_page=100&page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://api.eu.staging.cr4ce.com/round?per_page=100&page=1",
"next_page_url": "",
"path": "https://api.eu.staging.cr4ce.com/round",
"per_page": 100,
"prev_page_url": "",
"to": 29,
"total": 29
}