Skip to content

Search threads in a specific forum

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

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

q*
Typestring
Required
Pattern"/^.+$/"
searchBody
Typeboolean
subforumId
Typeinteger
Minimum0

Responses

Success

application/json
JSON
[
{
"id": 1,
"name": "Name",
"searchString": "Münster;meunster",
"lastPostSentAt": "string",
"pinnedLevel": 1,
"isClosed": true,
"isInsideAmbassadorForum": true,
"postId": 42,
"regionId": 0,
"regionName": "Münster",
"body": "This is the body of the thread",
"relevance": 0.85
}
]

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python