All URIs are relative to https://api.gametools.network
| Method | HTTP request | Description |
|---|---|---|
| bf_bans_check_bfban_checkban_post | POST /bfban/checkban/ | check if list of player is banned in bfban |
| get_all_banned_players_bfban_banned_players_get | GET /bfban/banned_players/ | Get all banned players ids from bfban (used internally, cached for 1 hour) |
| get_bf_bans_check_bfban_checkban_get | GET /bfban/checkban/ | check if list of player is banned in bfban |
serde_json::Value bf_bans_check_bfban_checkban_post(request_body) check if list of player is banned in bfban
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| request_body | Vec<std::collections::HashMap<String, String>> | [required] |
serde_json::Value
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
serde_json::Value get_all_banned_players_bfban_banned_players_get() Get all banned players ids from bfban (used internally, cached for 1 hour)
This endpoint does not need any parameter.
serde_json::Value
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
serde_json::Value get_bf_bans_check_bfban_checkban_get(names, userids, personaids) check if list of player is banned in bfban
Give a list of names, userids and/or personaids seperated with "," this is a GET request because POST isn't allowed when allow_origins="*"
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| names | Option<String> | [default to ] | ||
| userids | Option<String> | [default to ] | ||
| personaids | Option<String> | [default to ] |
serde_json::Value
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]