• 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

      Retrieves the current API usage statistics

      GET
      https://api.killbot.to/getUsage
      This endpoint allows you to monitor your current usage of Killbot's services in relation to your subscription plan. By sending a request to this endpoint, you can retrieve detailed information about the number of requests made and compare it against your quota. This helps you manage your usage efficiently and ensures that you stay within the limits of your subscribed plan.

      Request

      Header Params

      Request Code Samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.killbot.to/getUsage' \
      --header 'X-API-Key;'

      Responses

      🟢200Information about the user's IP, User-Agent, and bot status.
      application/json
      Body

      Example
      {
          "success": true,
          "quota": "228/40000",
          "message": "You have a valid subscription."
      }
      🟠401Unauthorized request
      Modified at 2024-05-17 11:01:56
      Previous
      Check if visitor is a bot or not
      Next
      Pet
      Built with