Roblox-API
A unified api to access public information such as user profile, communities, games. You may also see visit games and communities separately Note - Not the offical Roblox API Still in development, contact if you would like another feature that isn't available yet.
Roblox-API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
users games /v1/users/{id}/games |
Returns an array of the players created games |
| GET |
game from place-id /v1/games/by-place/{universe-id} |
returns data about the game and universe from a place-id |
| GET |
players communites /v1/users/{id}/communities |
returns a list of the players communities and information about each |
| GET |
favorites /v1/users/{id}/favorites/ |
returns a users favorite games |
| GET |
profile from username /v1/users/by-username/{name} |
retrieves a conjugated version of the players profile |
| GET |
aggregated profile /v1/users/{id}/profile |
Gets the same data as [/v1/users/{id}/](https://roblox-api2.p.rapidapi.com/v1/users/%7Bid%7D) along with a list of their communities and published games and favorites |
| GET |
bare profile /v1/users/{id} |
Retrieves relevant player informaiton |
| GET |
game /v1/games/{universe-id} |
returns information about a requested game from the universe-id |
| GET |
game votes /v1/games/{universe-id}/votes |
returns up and down votes for a specific game by universe id |
Roblox-API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $10 / month | 20 / second |
|
| ULTRA | $15 / month | 500 / second |
|