v50
latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KBSeasons
Retrieve seasons
Retrieves seasons.
get/season
Query parameters
order'created' | 'name' | 'status' | 'updated'
Column name to order by. An unrecognised value falls back to the default sort by updated.
dir'asc' | 'desc'
Sort in ascending or descending order.
pagenumber
Specify the page number to return.
per_pagenumber
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
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 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
Seasons retrieved.
Example response
{
"current_page": 1,
"data": [
{
"created": "2023-01-16T10:01:11Z",
"name": {
"en_GB": "2026"
},
"slug": "AbCdEfGh",
"status": "active",
"updated": "2026-06-03T06:50:16Z"
},
{
"created": "2026-06-02T14:11:32Z",
"name": {
"en_GB": "copy test 2 june"
},
"slug": "CdEfGhIj",
"status": "archived",
"updated": "2026-06-03T06:50:16Z"
}
],
"first_page_url": "https://api.eu.staging.cr4ce.com/season?per_page=100&page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://api.eu.staging.cr4ce.com/season?per_page=100&page=1",
"next_page_url": "",
"path": "https://api.eu.staging.cr4ce.com/season",
"per_page": 100,
"prev_page_url": "",
"to": 8,
"total": 8
}