Skip to content
Lukas edited this page Oct 15, 2024 · 3 revisions

User API

api.sgc.se/public_api/user/:userid GET

Get public information about users in SGC.

Parms:

  • userid - write the user ID you want info from

Example Payload:

{
    "userID": "249653220534779905",
    "serverID": "516605157795037185",
    "xp": 154,
    "level": 41,
    "colorHexCode": "#f5a9a4",
    "profileFrame": "11",
    "exclusiveFrames": [
        "2",
        "0"
    ]
}

Clone this wiki locally