Get Player Info
Get detailed information about a Roblox player.Endpoint
Path Parameters
Roblox username
Example Request
Response Example
Response Fields
Unique Roblox user ID
Roblox username
Display name shown on profile
Account creation date (ISO 8601 format)
Whether the account has a verified badge
URL to the player’s avatar image (720x720)
Number of followers
Number of friends
Current online status (e.g., “Online”, “Offline”)
Total number of items owned
Recent Average Price (RAP) of player’s items
Total estimated value of player’s items
Get Player Outfits
Get a player’s saved outfits.Endpoint
Path Parameters
Roblox username
Example Request
Response Example
Response Fields
Array of outfit objects
Player profiles must be public to retrieve information. Private profiles will return limited data or errors.
Use Cases
Profile Lookup
Display player statistics and info
Trading Tools
Track item values and RAP
Outfit Browser
Browse and display player outfits
Analytics
Track follower growth and stats
Additional Notes
Account Age Calculation
Thecreated field is in ISO 8601 format. Calculate account age:
Value vs RAP
- RAP (Recent Average Price): Average of recent item sales
- Value: Estimated total worth of all items
Presence Status
Common presence values:"Online"- Currently online"Offline"- Not online"In Game"- Playing a game"In Studio"- Using Roblox Studio