Fetch Stats
Retrieves the user's stats data.
GET https://api-sidemod.sidetechroblox.com/v3/stats/:userid
Path Parameters
Name
Type
Description
userid*
String
425168602
(Roblox UserId)
Headers
Name
Type
Description
Authorization*
String
QBLn8GyVpaOHIdWO2iDE
If you have reached your daily limit:
{ "status": "429", "message": "Too Many Requests!" }If data was correctly fetched:
{ "status": "200", "message": "OK", "data": object }If something goes wrong on our end:
{ "status": "500", "message": "Internal Server Error" }If you excluded the path parameter:
{ "status": "400", "message": "Missing Path Parameter. (userid)" }Last updated