Bans API
Advanced and powerful global ban list API
Add a Ban
POST
https://api.ksoft.si/bans/add
This endpoint allows you to add bans to the list. If you don't have BAN_MANAGER
permission your ban will be automatically converted to a ban report and we will take a look and act accordingly.
Headers
Request Body
Get ban info
GET
https://api.ksoft.si/bans/info
Get more information about a ban
Query Parameters
Headers
Check user
GET
https://api.ksoft.si/bans/check
Simple way to check if the user is banned
Query Parameters
Headers
Delete ban
DELETE
https://api.ksoft.si/bans/delete
Delete a ban, only users with BAN_MANAGER
permission can use this.
Query Parameters
Headers
List of bans
GET
https://api.ksoft.si/bans/list
Pagination of bans, you can request up to 1000 records per page, default is 20.
Query Parameters
Headers
Ban updates
GET
https://api.ksoft.si/bans/updates
Gets updates from the previous update
Query Parameters
Headers
Last updated