cURL
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>" } }
Required: API key to access
Roblox user ID
The request was successful, and the server has returned the requested resource in the response body.
Show child attributes