How to create a DevForum API

How would you go about creating an API in which you can get user’s posts that they’ve published?

2 Likes

→ inspect element
→ network

you also need some knowledge in languages outside of roblox like node js or c#

if you want to get peoples posts from devforum you would have to send a get request to the server and decode the json data returned from the server

example payloads :

image

https://devforum.roblox.com/topics/created-by/lostresosostedyiii.json

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.