Skip to content

List threads of a forum

GET
/api/regions/{regionId}/forum/threads

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

regionId*
Typestring
Required
Pattern"[1-9][0-9]*"

Query Parameters

subforumId
Typeinteger
limit
Typeinteger
offset
Typeinteger

Responses

Success

application/json
JSON
{
"totalCount": 42,
"offset": 20,
"entries": [
{
"id": 0,
"title": "Beta Testing: API refactoring",
"pinnedLevel": 3,
"isLocked": true,
"latestPost": {
"createdAt": "string",
"author": {
"id": 342528,
"name": "Franzi",
"avatar": "/api/uploads/99d1fb45-9748-3510-ac02-87b46c40048c",
"isSleeping": true
}
}
}
]
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python