Skip to main content

Roblox

Base URL: https://drain.lat/api/v1/roblox
Fetch a public Roblox user’s profile including follower counts, avatar, and account info.
string
required
The Roblox username to look up.
number
Roblox user ID.
string
Roblox username.
string
Display name shown on profile.
string
Profile bio/description.
boolean
Whether the account is banned.
string
Account creation date (ISO 8601).
number
Number of friends.
number
Number of followers.
number
Number of accounts followed.
string
URL to the user’s avatar image.
string
Link to the Roblox profile page.
string
Timestamp of when the data was fetched.
Response
Get the public games created by a Roblox user.
string
required
The Roblox username.
number
Roblox user ID.
string
Roblox username.
array
Response
Only returns public games. Private games are not included.
Get a user’s Roblox friends list.
string
required
The Roblox username.
number
Roblox user ID.
string
Roblox username.
array
number
Total number of friends returned.
Response
As of May 2026, Roblox removed unauthenticated access to follower/following lists. This endpoint may return an error for some accounts depending on their privacy settings.
Get badges earned by a Roblox user.
string
required
The Roblox username.
number
Roblox user ID.
string
Roblox username.
array
number
Total badges returned.
Response
Get the groups a Roblox user belongs to, including their role.
string
required
The Roblox username.
number
Roblox user ID.
string
Roblox username.
array
number
Total groups returned.
Response