/
CS
cs2kz
/
CS2KZ API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18h ago · Updated 2d ago
Details
Filter operations
CS2 Server Authentication
1
CS2 Servers
6
cs2kz-metamod
3
Jumpstats
2
Maps
4
Player Bans
5
get
Returns the latest player bans.
post
Bans a player.
get
Returns the ban with the specified ID.
delete
Reverts a ban and creates an unban.
patch
Updates an active ban.
Players
5
Records
2
User Authentication
3
Users
5
Player Bans
Reverts a ban and creates an unban.
delete
/bans/{ban_id}
Path parameters
ban_id
integer
required
Request body
NewUnban
required
reason
string
required
The reason for the unban.
Changes