Player Bans

Returns the ban with the specified ID.

get/bans/{ban_id}

Path parameters

ban_idinteger required

Response

idinteger required
reason'macro' | 'auto-bhop' | 'auto-strafe' required
created_atstring date-time required

a UTC timestamp

Example response

{
  "player": {
    "id": "STEAM_1:1:161178172"
  },
  "banned_by": {
    "id": "76561198282622073"
  },
  "unban": {
    "admin_id": "76561198282622073",
    "created_at": "1970-01-01T00:00:00Z"
  },
  "created_at": "1970-01-01T00:00:00Z"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.