I’ve been asking a lot of questions regarding to Roblox API these days…
I’ll get right on point
How many requests can I send to the Roblox API exactly?(number/minute)
^ I’m talking about the Web-API not the kind you send in-game
Lets say I’m using a group api, and a player api under a same IP.
Assuming that the request limit is 500 per minute, can I send 500 group api and player api each or would it add up to 500?
(if I can send api each)
If I’m using a group api but targetting a different ID
https://groups.roblox.com/v2/groups?groupIds=1
https://groups.roblox.com/v2/groups?groupIds=2
would I also get 500 each?
if I hit a api limit, how many seconds should I sleep(wait in Lua’s term) before I make a request to the API again?(preferred time)
Thanks in advance!(I’m off studying social study might respond late)
I actually doubt this… last time I (cough) spam-sent a request(personal project nothing serious), I got rate-limited under 1-2 seconds when I sent about less than 20 requests
Yeah, that’s the limit for HttpService. Like I said, I’m not sure if Roblox’s web API itself has any specific limits, since it’s not documented anywhere I can find.