v50

latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KB
Score sets

Retrieve a score set

Retrieves the score set identified by the specified slug.

get/score-set/{score_set_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

Score set retrieved.

createdstring date-time
formstring
mode'qualifying' | 'top_pick' | 'vip_judging' | 'voting' | 'gallery'
nameobject

Map keyed by locale code (for example, en_GB or fr_FR). Keys are drawn from the languages enabled on the account. Values are the translated string.

orderinteger nullable
slugstring
updatedstring date-time

Example response

{
  "created": "2026-03-19T08:05:41Z",
  "form": "AbCdEfGh",
  "mode": "top_pick",
  "name": {
    "en_GB": "Top pick test"
  },
  "order": null,
  "season": {
    "slug": "CdEfGhIj",
    "link": "https://api.au.cr4ce.com/season/CdEfGhIj",
    "name": {
      "en_GB": "2026"
    }
  },
  "slug": "EfGhIjKl",
  "updated": "2026-06-03T06:50:18Z"
}