Skip to main content
GET
/
api
/
roblox
Roblox Lookup
curl --request GET \
  --url https://www.osintcat.net/api/roblox \
  --header 'X-API-KEY: <x-api-key>'
Get detailed information about a Roblox user by their username.

Parameters

query
string
required
Roblox username

Headers

X-API-KEY
string
required
Your API key

Response

Returns detailed Roblox user information including profile data, statistics, and more.

Example Request

curl "https://www.osintcat.net/api/roblox?query=RobloxUsername" \
     -H "X-API-KEY: YOUR_API_KEY"