Skip to main content
GET
/
database
/
robloxuser
Get account details for roblox users
curl --request GET \
  --url https://api.s15x.dev/database/robloxuser \
  --header 'API-Authorization: <api-key>' \
  --header 'x-roblox-id: <x-roblox-id>'
{
  "user": {
    "id": "<string>",
    "username": "<string>",
    "display_name": "<string>",
    "avatar_url": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>"
  }
}

Authorizations

API-Authorization
string
header
required

Required: API key to access

Headers

x-roblox-id
string
required

Roblox user ID

Response

The request was successful, and the server has returned the requested resource in the response body.

user
object
required