Round
Retrieve rounds
Retrieves rounds.
get/round
Query parameters
type'entry' | 'judge' | 'feedback'
Filter by round type.
formstring
Filter by form slug.
Use the value all to include results from every form rather than a single form.
seasonstring
Filter by season slug. Use all to show all seasons.
slugstring
Filter to a single round by slug. Returns at most one item.
order'created' | 'end_date' | 'name' | 'start_date' | 'type' | 'updated'
Sort by a supported round field.
dir'asc' | 'desc'
Sort in ascending or descending order.
trashed'only' | 'all' | 'none'
Filter by soft-deletion mode.
- only - Show only soft-deleted resources.
- all - Include soft-deleted resources alongside live ones.
- none - Exclude soft-deleted resources.
pagestring
Specify the page number to return.
per_pagestring
Limit the number of items returned to between 1 and 100.
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
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
}