Help with API || Getting all the games in roblox

  1. What do you want to achieve?
    My main goal is to get all the games in roblox into tables, and i need help finding apis for that

  2. What is the issue?
    I already found a searching api, but it has about 40 games per page, i tried adding “&maxPerPage” or smth to the url but nothing worked, i also made searches, nothing worked

  3. What solutions have you tried so far?
    I tried using python to not run into limits, but even python had its limits

Questions:

Anything is appreciated!

1 Like

Hi there! Trust me, I understand why you went for the full set. Regarding this you may get some hints: TODO 1. API Limit: I doubt there is a way to change the 40 games limit per page of the search API. This is a very common behavior in APIs where there are pagination constraint to get these issues fixed. 2. Speed Limits: Just a note – all Roblox APIs are rate limited to ~60 requests per minute. This is important when actually writing code so that you dont fall into pitfalls. 3. Alternative APIs: Use other Roblox APIs, if there are any that would be a better fit for your needs. Local resources: Other developers frequently create useful tools Browsing through the GitHub or forums might be purchasing.

6 Likes