I’m looking into making a bot that will use the presence.roblox.com api’s and I’d like to know the rate limit for it if anyone knows, thanks.
1 Like
It’s up to the restrictions of your own code. Roblox doesn’t document the limit of requesting JSON from their own site but I assume there isn’t one, there probably is… but… yeah. Just try requesting as minimal times as possible is the best way to go about it and always implement a retry on the request just in-case there is a limit. If not, try to stress test the api yourself and find the limit based off of that…
G’Luck.
3 Likes