Steam WebAPI Docs - v1.2.2
    Preparing search index...

    Type Alias PlayerBan

    type PlayerBan = {
        CommunityBanned: boolean;
        DaysSinceLastBan: number;
        EconomyBan: string;
        NumberOfGameBans: number;
        NumberOfVACBans: number;
        SteamId: SteamId;
        VACBanned: boolean;
    }
    Index

    Properties

    CommunityBanned: boolean

    Boolean indicating whether the player is banned from Community.

    DaysSinceLastBan: number

    Days since last ban.

    EconomyBan: string

    String containing the player's ban status in the economy. If the player has no bans on record the string will be "none", if the player is on probation it will say "probation", and so forth.

    NumberOfGameBans: number

    Number of bans in games.

    NumberOfVACBans: number

    Number of VAC bans.

    SteamId: SteamId

    A string containing the player's 64-bit ID.

    VACBanned: boolean

    Boolean indicating whether the player has VAC bans on record.