Aeplexi
(Aep)
February 22, 2022, 11:37pm
#1
I’m gonna mess more around with APIs, this time using the DevForum API. Anyone know what it is?
7z99
(cody)
February 22, 2022, 11:38pm
#2
The devforum uses discourse:
https://docs.discourse.org/
LegendOJ1
(Owen)
February 22, 2022, 11:39pm
#3
I recommend looking at this post for more information on certain features with the API, and as you’ll find, you can refer to the Discourse API Docs to learn more.
Discourse is built on a public api. To get someone’s trust level, you can do https://devforum.roblox.com/u/coexperience.json
[image]
This can also be done with groups , categories topics , posts , and so much more (basically everything).
These endpoints (for public profiles/groups/categories) do not require authentication.
The RoVer API just tells you a Roblox account from a Discord account. The RoVer bot uses the methods I listed above.
iirc the API requires authentication, and DET disabl…
https://docs.discourse.org/