GET /api/forum
Supported formats: json
Returns a list posts on the BGA forum.
Example
This is an example of recent posts
GEThttps://api.boardgameatlas.com/api/forum?client_id=
Parameters
These are all the posible parameters to add to the request to filter or change the results based on how each function.
Parameter | Type | Example | Details |
---|---|---|---|
search | String | Catan | This will fetch posts related to the search text. |
username | String | trentellingsen | This will only show posts made by the username |
feed | Boolean | true | This will only show posts for the logged in user that match their feed. |
order_by | String | new | Returns by created_at if equal to new . Default is returned in order of rank or created_at if rank is equal. |
game_id | String | 6FmFeux5xH | The the posts linked to the game Pandemic |
flair | String | Review | Filter the results that match to the flair. Available flair options can be found if you go to Create a Post. The list includes Review, Rule Question, BGA, Spoiler, Deal, Crowdfunding, COMC, How-To/DIY, and Game Design. |
news | Boolean | true | Filter the results to only be the hand selected news feed displayed on Board Game Atlas. This is different than using Flair since only BGA Admins manage this list. |
count | Boolean | true | Returns the total count of posts based on the request parameters |
limit | Int | 100 | The limit of results (Default 30) |
skip | Int | 30 | The amount of results to skip (Typically used for paging) |