IP2Proxy Proxy Detection icon

IP2Proxy Proxy Detection

IP2Proxy allows instant detection of anonymous proxy, VPN, TOR exit nodes, search engine robots (SES), data center ranges (PX2-PX10), residential proxies (PX10) and VPN provider name (PX11) by IP a...

COMMUNITYNO AUTH0 INSTALLS
OpenAPI Specificationv3.0
{
  "openapi": "3.0.1",
  "servers": [
    {
      "url": "https://api.ip2proxy.com"
    }
  ],
  "info": {
    "contact": {
      "x-twitter": "ip2location"
    },
    "description": "IP2Proxy allows instant detection of anonymous proxy, VPN, TOR exit nodes, search engine robots (SES), data center ranges (PX2-PX10), residential proxies (PX10) and VPN provider name (PX11) by IP address. It also returns the threat type of the proxy (PX9 or higher). Visit https://www.ip2location.com/web-service/ip2proxy for further information.",
    "title": "IP2Proxy Proxy Detection",
    "version": "1.0",
    "x-apisguru-categories": [
      "location"
    ],
    "x-logo": {
      "url": "https://api.apis.guru/v2/cache/logo/https_twitter.com_ip2location_profile_image.png"
    },
    "x-origin": [
      {
        "converter": {
          "url": "https://github.com/mermade/oas-kit",
          "version": "7.0.4"
        },
        "format": "openapi",
        "url": "https://api.swaggerhub.com/apis/ip2location/ip2proxy-proxy-detection/1.0",
        "version": "3.0"
      }
    ],
    "x-providerName": "ip2proxy.com"
  },
  "paths": {
    "/": {
      "get": {
        "description": "Check if an IP address is proxy",
        "parameters": [
          {
            "description": "Package name from PX1 to PX11. If not present, the web service will assume the PX1 package query.",
            "in": "query",
            "name": "package",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "IP address (IPv4) for lookup purpose. If not present, the server IP address will be used for the lookup.",
            "in": "query",
            "name": "ip",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "If not present, json format will be returned as the search result.",
            "in": "query",
            "name": "format",
            "schema": {
              "enum": [
                "json",
                "xml"
              ],
              "type": "string"
            }
          },
          {
            "description": "API key. Please sign up free trial license key at ip2location.com",
            "in": "query",
            "name": "key",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "text/html; charset=UTF-8": {
                "examples": {
                  "0": {
                    "value": "{\"response\": \"\",\"countryCode\": \"\",\"countryName\": \"\",\"regionName\": \"\",\"cityName\": \"\",\"isp\": \"\",\"domain\": \"\",\"usageType\":\"\",\"asn\":\"\",\"as\": \"\",\"lastSeen\": \"\",\"proxyType\":\"\",\"isProxy\": \"\",\"threat\": \"\",\"provider\": \"\"}"
                  }
                },
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "Get response from IP2Proxy"
          }
        }
      }
    }
  }
}