Player Bans
Returns the latest player bans.
get/bans
Query parameters
Example:AlphaKeks
Only include bans for this player.
banned_bystring u-int64
a 64-bit SteamID
Example:76561198282622073
Only include bans issued by this user.
reason'macro' | 'auto-bhop' | 'auto-strafe'
Only include bans with this reason.
limitinteger
offsetinteger
Response
Example response
{
"values": [
{
"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.