{
  "testedAtUTC": "2026-09-10T20:05:26Z",
  "release": "f82697d",
  "databaseVersion": "2026-09",
  "method": "HTTPS curl from origin with serving address pinned; TLS verified. Selected response fields, not full raw responses.",
  "limitations": "Selected functional cases; not a location accuracy, DNS reachability or global uptime study.",
  "observations": [
    {
      "path": "/api/lookup?ip=8.8.8.8",
      "status": 200,
      "selectedResponse": {
        "ip": "8.8.8.8",
        "ipVersion": "IPv4",
        "asn": 15169,
        "city": "Mountain View",
        "country": "United States"
      }
    },
    {
      "path": "/api/lookup?ip=2001:4860:4860::8888",
      "status": 200,
      "selectedResponse": {
        "ipVersion": "IPv6",
        "asn": 15169,
        "city": "Montreal",
        "country": "Canada"
      }
    },
    {
      "path": "/api/lookup?ip=::ffff:8.8.8.8",
      "status": 200,
      "selectedResponse": {
        "ip": "8.8.8.8",
        "ipVersion": "IPv4"
      }
    },
    {
      "path": "/api/lookup?ip=192.168.1.1",
      "status": 400,
      "selectedResponse": {
        "error": "Enter a public IP address. Private, reserved and local addresses have no public location or registration."
      }
    },
    {
      "path": "/api/lookup?ip=not-an-ip",
      "status": 400,
      "selectedResponse": {
        "error": "Enter a valid IPv4 or IPv6 address."
      }
    },
    {
      "path": "/api/dns?name=example.com&type=CNAME",
      "status": 200,
      "selectedResponse": {
        "status": "OK",
        "answers": []
      }
    },
    {
      "path": "/api/dns?name=iptestor-test.invalid&type=A",
      "status": 200,
      "selectedResponse": {
        "status": "Domain does not exist",
        "answers": []
      }
    },
    {
      "path": "/api/whois?ip=8.8.8.8",
      "status": 200,
      "selectedResponse": {
        "source": "RDAP",
        "registry": "rdap.arin.net",
        "handle": "NET-8-8-8-0-2",
        "name": "GOGL"
      }
    }
  ]
}
