1. Schemas
  • Killbot.to Antibot API Documentation
  • Check if visitor is a bot or not
    POST
  • Retrieves the current API usage statistics
    GET
  • Schemas
    • Sample Schemas
    • Schemas
      • Pet
      • CheckResponse
      • Category
      • UsageResponse
      • Tag
  1. Schemas

CheckResponse

{
    "success": true,
    "block": true,
    "type": "string",
    "proxyType": "string",
    "IPlocation": {
        "isp": "string",
        "continent": "string",
        "country": "string",
        "countryCode": "string",
        "zip": "string",
        "city": "string"
    },
    "quota": "string"
}
Built with