v50
latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KBChapters
Retrieve chapters
Retrieves chapters.
get/chapter
Query parameters
status'active' | 'inactive'
Filter by status.
seasonstring
Filter by season slug. Use all to show all seasons.
deleted'only' | 'included' | 'none'
Filter by deletion mode.
- only - Show only deleted resources.
- included - Include deleted resources.
- none - Exclude deleted resources.
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.
order'created' | 'name' | 'season' | 'status' | 'updated'
Sort by a supported chapter field.
dir'asc' | 'desc'
Sort in ascending or descending order.
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
Chapters retrieved.
Example response
{
"current_page": 1,
"data": [
{
"created": "2024-12-12T09:41:21Z",
"description": {
"en_GB": "Chapter for the Glenlivet region."
},
"managers": [
{
"slug": "AbCdEfGh",
"link": "https://api.au.cr4ce.com/user/AbCdEfGh",
"first_name": "John",
"last_name": "Smith"
},
{
"slug": "CdEfGhIj",
"link": "https://api.au.cr4ce.com/user/CdEfGhIj",
"first_name": "Carol",
"last_name": "Murphy"
}
],
"name": {
"en_GB": "Glenlivet"
},
"season": {
"slug": "EfGhIjKl",
"link": "https://api.au.cr4ce.com/season/EfGhIjKl",
"name": {
"en_GB": "2026"
}
},
"slug": "GhIjKlMn",
"status": "Active",
"updated": "2026-04-13T13:45:50Z"
},
{
"created": "2023-01-16T10:01:11Z",
"description": {
"en_GB": "Chapter for the Lecht region."
},
"managers": [],
"name": {
"en_GB": "Lecht"
},
"season": {
"slug": "EfGhIjKl",
"link": "https://api.au.cr4ce.com/season/EfGhIjKl",
"name": {
"en_GB": "2026"
}
},
"slug": "IjKlMnOp",
"status": "Active",
"updated": "2026-04-13T13:45:43Z"
}
],
"first_page_url": "https://api.au.cr4ce.com/chapter?per_page=10&page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://api.au.cr4ce.com/chapter?per_page=10&page=1",
"next_page_url": "",
"path": "https://api.au.cr4ce.com/chapter",
"per_page": 10,
"prev_page_url": "",
"to": 4,
"total": 4
}