Any devforum API endpoints?

Hello!

I was just wondering if there were any API endpoints for the devforum, specifically getting a post’s info?

I tried looking here and here but I don’t think I can do anything without an authentication key. I’ve also tried just making a get request to devforum.roblox.com but as you may know, requests to the Roblox domain are disallowed.

Pretty sure yeah as I just saw this post

1 Like

Thanks for that. I’ll try a few things out as I haven’t tried anything for myself yet but thanks for giving me some hope haha

1 Like

I guess you can ask @worstrbx how he did it.

1 Like

yes i am open to dms if u want help

1 Like

Figured it out, I didn’t know why I thought I could only access things that were publicly documented but here’s how. Also note that I’m using ProxyService by Froast:

Anyway, when making the request you just have to add a .json to the end of the post, so for example,

httpService:JSONDecode(module:Get('https://devforum.roblox.com/t/1492641.json').body)

And it gives you the response you’d expect which is just the contents of Any devforum API endpoints?

2 Likes