v50
latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KBSeasons
Retrieve a season
Retrieves the season identified by the specified slug.
get/season/{season_slug}
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
Season retrieved.
Example response
{
"created": "2023-01-16T10:01:11Z",
"name": {
"en_GB": "2026"
},
"slug": "AbCdEfGh",
"status": "active",
"updated": "2026-06-03T06:50:16Z"
}