Skip to content

Search in the titles of forum threads in a specific group.

GET
/api/search/forum/{groupId}/{subforumId}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

groupId*

Which forum to return threads for (region or group)

Typeinteger
Required
Pattern"\\d+"
subforumId*

ID of the forum in the group (normal or ambassador forum)

Typeinteger
Required
Pattern"\\d+"

Query Parameters

q

Search query

Typestring
Defaultnull

Responses

Success

application/json
JSON
[
{
"id": 1,
"name": "Name",
"search_string": "Münster;meunster",
"time": "2023-10-04 15:21:52",
"stickiness": 1,
"is_closed": false,
"is_inside_ambassador_forum": false,
"region_id": 1,
"region_name": "Münster"
}
]

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python