API Documentation

Use the following URL format to check the proxy:

GET /json?ip={ip}&port={port}&host={host}&tls={true}

Parameters:

Example request:

GET /json?ip=8.8.8.8&port=8080&host=speed.cloudflare.com&tls=true

Response will be in JSON format:

{
    {
  "proxyip": true,
  "warp": "on",
  "ip_info": {
    "ip": "8.8.8.8",
    "country": "United States",
    "region": "California",
    "city": "Mountain View",
    "isp": "Google LLC"
  }
}