Skip to content

Gets available threads including their last post.

GET
/api/forum/{forumId}/{forumSubId}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

forumId*

which forum to return threads for (region or group)

Typeinteger
Required
Pattern"\\d+"
forumSubId*

each region/group has another namespace to separate different forums with the same base id (region/group id, here: forumId). So with any forumId, there is (currently) 2, possibly infinite, actual forums (list of threads).
* 0: Forum, 1: Ambassador forum

Typeinteger
Required
Pattern"\\d"

Query Parameters

limit

how many search results to return

Typeinteger
Default"20"
Pattern"\\d+"
offset

starting with which result

Typeinteger
Default"0"
Pattern"\\d+"

Responses

Success

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python