{
  "x402Version": 2,
  "id": 3007,
  "slug": "3007",
  "resource": "https://tools.ipintel.ai/http-latency",
  "description": "HTTP Latency Check API. Measure HTTP response latency for a URL from the Cloudflare Worker edge. Returns status code, latency, redirect, content type and edge location metadata. Useful for uptime checks, API diagnostics and website monitoring. Paid per call via x402.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "url": "https://example.com"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "from": {
              "colo": "SOF",
              "country": "BG",
              "network": "cloudflare_worker"
            },
            "latency_ms": 123,
            "method": "HEAD",
            "ok": true,
            "redirect_location": null,
            "service": "http_latency",
            "status_code": 200,
            "timestamp": "2026-06-23T00:00:00.000Z",
            "url": "https://example.com"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "method": {
                    "description": "HTTP method to use. Defaults to HEAD.",
                    "enum": [
                      "HEAD",
                      "GET"
                    ],
                    "type": "string"
                  },
                  "url": {
                    "description": "HTTP or HTTPS URL to check",
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "additionalProperties": true,
                "properties": {
                  "from": {
                    "additionalProperties": true,
                    "properties": {
                      "colo": {
                        "type": "string"
                      },
                      "country": {
                        "type": "string"
                      },
                      "network": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "latency_ms": {
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "ok": {
                    "type": "boolean"
                  },
                  "redirect_location": {
                    "type": "null"
                  },
                  "service": {
                    "type": "string"
                  },
                  "status_code": {
                    "type": "integer"
                  },
                  "timestamp": {
                    "type": "string"
                  },
                  "url": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "tools.ipintel.ai",
  "lastUpdated": "2026-08-26T00:36:58.475Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-26T00:36:57.634Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "tools.ipintel.ai",
    "manifest_name": "tools.ipintel.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}