Documentation
Here you will be able to see the Web-Api documentation easily explained. The API is limited to 1 request per second comming from your Machine/Device. Your server sends us data every 5 minutes.
Retrieve your server whitelisted or Blacklisted IPs amount
GET
https://cyberdevelopment.es/BotSentry/publicapi/?apikey={key}&ip={ipport}&action={action}
This endpoint retrieves you your whitelisted or Blacklisted IPs amount. Read Setup in case you don't know how to get some parameters.
Path Parameters
action
string
The action you want to do, in this case, "getwlnumber" or "getblnumber"
ip
string
Your server IP Port
apikey
string
Your server API Key
Retrieve global whitelisted or Blacklisted IPs amount
GET
https://cyberdevelopment.es/BotSentry/publicapi/?apikey={key}&ip={ipport}&action={action}
This endpoint retrieves you the global whitelisted or Blacklisted IPs amount. Read Setup in case you dont know how to get some parameters.
Path Parameters
action
string
The action you want to do, in this case "getglwlnumber" or "getglblnumber"
ip
string
Your server IP Port
apikey
string
Your server API Key
Retrieve the total Prevented Bots number in all servers
GET
https://cyberdevelopment.es/BotSentry/publicapi/?apikey={key}&ip={ipport}&action={action}
This endpoint retrieves you the global Prevented Bots number. Read Setup in case you dont know how to get some parameters
Path Parameters
action
string
The action you want to do, in this case "getpbnumber"
ip
string
Your server IP Port
apikey
string
Your server API Key
Retrieve all attacks that your server received and their stats
GET
https://cyberdevelopment.es/BotSentry/publicapi/?apikey={key}&ip={ipport}&action={action}
This endpoint retrieves you all the attacks you received in your server with the stats of each of them.
Path Parameters
action
string
The action you want to do, in this case "getattackslog"
ip
string
Your server IP Port
apikey
string
Your server API Key
Get an image with your server BotSentry statistics
GET
https://cyberdevelopment.es/BotSentry/publicapi/?apikey={key}&ip={ipport}&action={action}
This endpoint retrieves you an image with nearly all the stats about your server mentioned above.
Path Parameters
action
string
The action you want to do, in this case "getimage"
ip
string
Your server IP Port
apikey
string
Your server API Key
Last updated