{
  "ok": true,
  "service": "HTTP Latency Check API",
  "serviceName": "HTTP Latency Check API",
  "name": "HTTP Latency Check API",
  "endpoint": "https://tools.ipintel.ai/http-latency",
  "method": "POST",
  "x402": true,
  "price": "$0.001",
  "network": "eip155:8453",
  "input": {
    "bodyType": "json",
    "example": {
      "url": "https://example.com"
    },
    "schema": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "url": {
          "type": "string",
          "description": "HTTP or HTTPS URL to check"
        },
        "method": {
          "type": "string",
          "enum": [
            "HEAD",
            "GET"
          ],
          "description": "HTTP method to use. Defaults to HEAD."
        }
      },
      "required": [
        "url"
      ]
    }
  },
  "output": {
    "example": {
      "ok": true,
      "service": "http_latency",
      "url": "https://example.com",
      "method": "HEAD",
      "status_code": 200,
      "latency_ms": 123,
      "redirect_location": null,
      "from": {
        "network": "cloudflare_worker",
        "colo": "SOF",
        "country": "BG"
      },
      "timestamp": "2026-06-23T00:00:00.000Z"
    },
    "schema": {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "ok": {
          "type": "boolean"
        },
        "service": {
          "type": "string"
        },
        "url": {
          "type": "string"
        },
        "method": {
          "type": "string"
        },
        "status_code": {
          "type": "integer"
        },
        "latency_ms": {
          "type": "integer"
        },
        "redirect_location": {
          "type": "null"
        },
        "from": {
          "type": "object",
          "additionalProperties": true,
          "properties": {
            "network": {
              "type": "string"
            },
            "colo": {
              "type": "string"
            },
            "country": {
              "type": "string"
            }
          }
        },
        "timestamp": {
          "type": "string"
        }
      }
    }
  },
  "description": "IPIntel.ai x402 Tools is a pay-per-call collection of agent-ready APIs for domain intelligence, DNS lookup, reverse DNS, WHOIS lookup, domain availability checks, domain health checks, JSON Schema validation, JWT decoding, Base64 encoding/decoding, and HTTP diagnostics. This endpoint specifically measures HTTP response latency for a URL from the Cloudflare Worker edge location that handled the request. Returns status code, response time, redirect location, content type, Cloudflare colo metadata, and basic response headers. Useful for agents, developers, uptime checks, API diagnostics, website monitoring, HTTP troubleshooting, and latency checks. This is an HTTP HEAD latency check, not ICMP ping. Paid per call via x402.",
  "tags": [
    "http-latency",
    "latency-check",
    "uptime-check",
    "website-monitoring",
    "api-diagnostics",
    "developer-tools",
    "cloudflare-worker"
  ]
}