Hi, I found the Roblox Community Forums API, this might be helpful.
The API Actually works the same way as the Roblox Community Wall API, aside from the fact that the limit thing that limits the amount of posts being show is broken, because it only works with 10 and 25 currently, even through if you set it to 0 it says it also supports 50 and 100, which (CURRENTLY) is not true.
API:
https://groups.roblox.com/v1/groups/COMMUNITY_ID/forums/FORUM_ID/posts
An example with my community is:
https://groups.roblox.com/v1/groups/412401649/forums/c53beca7-25b4-4fff-8ae5-e392160d3138/posts?includeCommentCount=true&limit=25
I, as shown in the example with my community, recommend to add “?includeCommentCount=true&limit=25” after “/posts” to sort the posts by most recent and to GET the biggest (CURRENT) amounts of posts possible.
Thank you if you might find this helpful.
oh and a very small detail, you can try adding “?archived=true” after “/posts” to see archived posts.
Oh, and another forums API I found before shows every caterogy:
https://groups.roblox.com/v1/groups/COMMUNITY_ID/forums
An example with my community is:
https://groups.roblox.com/v1/groups/412401649/forums?sortOrder=Desc&limit=25
Any problems and missing details in the post? Reply and let me know.
Any usage of “CURRENT” refers to the date of writing this topic in the forum.