v1
latestOpenAPI 3.1.22026-07-1716233693.2 KBForums
Get information about the specified forum
Get information about the specified forum.
get/forums/{id}/
Query parameters
with_threadsboolean
If true, gets a page of threads in this forum
pageinteger
prefix_idinteger
Filters to only threads with the specified prefix.
starter_idinteger
Filters to only threads started by the specified user ID.
last_daysinteger
Filters to threads that have had a reply in the last X days.
unreadboolean
Filters to unread threads only. Ignored for guests.
thread_typestring
Filters to threads of the specified thread type.
orderstring
Method of ordering: last_post_date, post_date. When in a specific forum context: title, reply_count, view_count, vote_score, first_post_reaction_score.
directionstring
Either "asc" or "desc" for ascending or descending. Applies only if an order is provided.
Response
OK