Property

steam_ihs

Property Name Type Description Required
client_id string
connect_port integer
enabled_services integer
euniverse integer
hostname string
instance_id string
ip_addresses array of string
is_64bit boolean
mac_addresses array of string
min_version integer
os_type integer
public_ip_address string
timestamp integer
users array of SteamIhsUser
version integer Yes

SteamIhsUser

Property Name Type Description Required
auth_key_id integer Yes
steam_id string Yes


↑ TopExample
{
    "euniverse": 1,
    "users": [
        {
            "steam_id": "76261198372351005",
            "auth_key_id": 202817628
        }
    ],
    "timestamp": 1635977672,
    "ip_addresses": [
        "210.41.16.17",
        "172.30.1.20"
    ],
    "hostname": "ui-iMac",
    "mac_addresses": [
        "82:BE:3B:83:20:00",
        "82:BE:3B:83:20:01",
        "3C:CD:36:63:E7:D0",
        "EE:17:E8:DB:E2:C2"
    ],
    "instance_id": "322879113192119633",
    "connect_port": 27036,
    "enabled_services": 2,
    "version": 8,
    "client_id": "4792996978666264315",
    "os_type": -82,
    "min_version": 6,
    "is_64bit": true,
    "public_ip_address": "210.41.16.17"
}