Skip to content

Get a Roblox Profile


Returns a Roblox Profile by inputting either a User ID or Username

GET /api/roblox/user
Terminal window
https://api.cookie-api.com/api/roblox/user


URL Parameters
useridRoblox User ID
usernameRoblox Username

curl --location 'https://api.cookie-api.com/api/roblox/user?username=Cooki080820' \
--header 'Authorization: API_Key'

Responses
{
"created_iso": "2023-05-20T11:25:04.123Z",
"description": "radiance fireworks waffle zebra raccoon",
"display_name": "The_Cookie",
"has_verified_badge": false,
"is_banned": false,
"success": true,
"user_avatar_picture": "https://tr.rbxcdn.com/30DAY-AvatarHeadshot-39D53A2153B2C5D867A1CE20A605DA41-Png/150/150/AvatarHeadshot/Png/noFilter",
"userid": 4635563910,
"username": "Cooki080820"
}