Devforum membership API?

I was playing this game: Flex Your Account Ageˢ 🔊 - Roblox, and somehow it knows my devforum membership status. How is this possible, is there an API related to this. It would be useful in my game as well.

3 Likes

Yes, it is possible using “ROBLOX Proxy and APIs”. By sending a get request to: https://devforum.rprxy.xyz/u/RobloxUserNameHere.json, you will receive a full json of the user’s devforum information. You can check if they are a member by searching for, “trust_level”. 0 is new user, 1 is a member, and so on. Hope this helped!

1 Like

I’d like to note that the game mentioned in the OP gets it’s info from the group, Roblox DevForum Community.

This is in fact not true. I have never joined the group, yet I am still marked as a DevForum Member.

Are you sure? I’ve seen people on that game who are DevForum members, but aren’t labeled as one. Perhaps it was changed since I’ve last seen this.

I can say that it does not check group because I suggested the idea of using rprxy to the owner of that game, and he implemented it.

I also asked Froast to add support for the devforum subdomain, and he added that within 5 minutes - really cool guy.

1 Like