Roblox Community Forums API

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.

8 Likes

This returns all the types of categories you can post in.

Example (Badimo) https://groups.roblox.com/v1/groups/3059674/forums?sortOrder=Desc&limit=25

Returns:

{
  "previousPageCursor": "eyJrZXkiOiJwOmlkXzJCc0RQQUFBQmx2RGx0cDdFRUJwa0pqWUExMFpPallSZFlPQmY4YjQiLCJzb3J0T3JkZXIiOiJBc2MiLCJwYWdpbmdEaXJlY3Rpb24iOiJCYWNrd2FyZCIsInBhZ2VOdW1iZXIiOjEsImRpc2NyaW1pbmF0b3IiOiJncm91cElkOjMwNTk2NzRhcmNoaXZlZDoiLCJjb3VudCI6MjV9CjI0MGRlYmMxOTA0MzcyMDUxN2RiNmNmODFhNmRhMTE1N2RhNzQwNzVmNTNiMWE0ODI5ZmNiMmY0MzNlMTc3Nzg=",
  "nextPageCursor": "eyJrZXkiOiJuOmlkXzJCc0RQQUFBQmx2RGtvN1BFRUdnRnZFZFpFMEk1amNmUG9TRGMxS3MiLCJzb3J0T3JkZXIiOiJEZXNjIiwicGFnaW5nRGlyZWN0aW9uIjoiRm9yd2FyZCIsInBhZ2VOdW1iZXIiOjEsImRpc2NyaW1pbmF0b3IiOiJncm91cElkOjMwNTk2NzRhcmNoaXZlZDoiLCJjb3VudCI6MjV9Cjc5NTFlY2QxNTAzOWEyYmYyNTJmZGFiZjEwMjhhZmU1M2I5ZDkxMzQzMzhkNmIzYTRiMDBmMDRmMGNhMzM2NDE=",
  "data": [
    {
      "id": "6805bc47-5913-4239-8dc7-cfa120dcd4ab",
      "groupId": 3059674,
      "name": "Feature Requests",
      "description": null,
      "channelType": null,
      "parentChannelId": null,
      "createdBy": 2837719,
      "createdAt": "2025-05-21T03:30:38.131Z",
      "updatedAt": "2025-05-21T03:30:38.131Z",
      "deletedAt": null,
      "archivedAt": null,
      "archivedBy": null
    },
    {
      "id": "fa48f426-54ae-4b73-9953-9907e88d47f5",
      "groupId": 3059674,
      "name": "Game Questions",
      "description": null,
      "channelType": null,
      "parentChannelId": null,
      "createdBy": 2837719,
      "createdAt": "2025-05-21T03:30:38.141Z",
      "updatedAt": "2025-05-21T03:30:38.141Z",
      "deletedAt": null,
      "archivedAt": null,
      "archivedBy": null
    },
    {
      "id": "1a642636-00d7-464e-8d84-5d60e05ff1be",
      "groupId": 3059674,
      "name": "Discuss",
      "description": null,
      "channelType": null,
      "parentChannelId": null,
      "createdBy": 2837719,
      "createdAt": "2025-05-21T03:31:48.51Z",
      "updatedAt": "2025-05-21T03:31:48.51Z",
      "deletedAt": null,
      "archivedAt": null,
      "archivedBy": null
    }
  ]
}

Do you know how you would get the speicifc threads of each category?

1 Like

HEY!!! I found this:

https://groups.roblox.com/v1/groups/412401649/forums/c53beca7-25b4-4fff-8ae5-e392160d3138/posts?includeCommentCount=true&limit=25

I’ll add this.

1 Like

I think this works (I tested it):

?caterogyId=CATEROGY_ID

add this after “/posts” and it limits to the caterogy with that ID.
Example: https://groups.roblox.com/v1/groups/412401649/forums/c53beca7-25b4-4fff-8ae5-e392160d3138/posts?caterogyId=c53beca7-25b4-4fff-8ae5-e392160d3138

Hello Guys! You can support my weekly journey of finding new APIs and more by joining my community: Parzialmente Gaming - Roblox

1 Like

Where did you find the roblox community forums api

1 Like

i kidnapped a roblox employee

just kidding, i used the “Inspect” function in chrome, went to the “Network” tab, searched for forums-related stuff, clicked it, went to its details and the i copied the first link, which is the API.

1 Like

very nice. i got bored so i decided to make a little game that displays group forums and the post replies and reactions lol. just for fun. i have learnt some things about this api. thank you for sharing this resource.

1 Like

thanks i will totally not steal your idea

This was exactly what I was looking for, thanks!

Cool finding! Is there a post comments API though?

I managed to find one.

https://groups.roblox.com/v1/groups/COMMUNITY_ID/forums/FORUM_ID/posts/POST_ID/comments

per chance do you have a API to fetch new forum posts under a group?

I came here to look for the same thing. If anyone finds anything please share it!! : P