Skip to content
Lukas edited this page Dec 15, 2025 · 5 revisions

User API

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

Get public information about users in SGC.

Parms:

  • userid - write the Discord user ID you want information from

Example Payload:

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

Example URL: https://api.sgc.se/public_api/user/249653220534779905

Clone this wiki locally