👤Player

Get informations about Steam CSGO player

Get current player

GET https://api.devbaier.dev/steam/player/:id

Get current player from id

Path Parameters

Name
Type
Description

id

number

A unique identifier

{
    "player": [
        {
            "steamid": "76561198844149635",
            "communityvisibilitystate": 3,
            "profilestate": 1,
            "personaname": "✪ Buu",
            "commentpermission": 1,
            "profileurl": "https://steamcommunity.com/id/danibuu/",
            "avatar": "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/27/27e38f22cd7367f814e378683785e39342a4ebb7.jpg",
            "avatarmedium": "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/27/27e38f22cd7367f814e378683785e39342a4ebb7_medium.jpg",
            "avatarfull": "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/27/27e38f22cd7367f814e378683785e39342a4ebb7_full.jpg",
            "avatarhash": "27e38f22cd7367f814e378683785e39342a4ebb7",
            "lastlogoff": 1622640042,
            "personastate": 0,
            "realname": "Dani",
            "primaryclanid": "103582791429521408",
            "timecreated": 1530032874,
            "personastateflags": 0,
            "loccountrycode": "CH"
        }
    ]
}

Last updated

Was this helpful?