{
  "ok": true,
  "service": "IP Lookup API",
  "serviceName": "IP Lookup API",
  "name": "IP Lookup API",
  "endpoint": "https://tools.ipintel.ai/ip-lookup",
  "method": "POST",
  "x402": true,
  "price": "$0.003",
  "network": "eip155:8453",
  "input": {
    "bodyType": "json",
    "example": {
      "ip": "8.8.8.8"
    },
    "schema": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "ip": {
          "type": "string",
          "description": "IPv4 or IPv6 address to enrich, for example 8.8.8.8"
        }
      },
      "required": [
        "ip"
      ]
    }
  },
  "output": {
    "example": {
      "ok": true,
      "service": "ip_lookup",
      "ip": "8.8.8.8",
      "country": "United States",
      "country_code": "US",
      "region_code": "VA",
      "region": "Virginia",
      "city": "Ashburn",
      "zip": "20149",
      "latitude": 39.03,
      "longitude": -77.5,
      "timezone": "America/New_York",
      "utc_offset_seconds": -14400,
      "reverse": "dns.google",
      "isp": "Google LLC",
      "org": "Google Public DNS",
      "asn": "AS15169",
      "as_name": "GOOGLE",
      "mobile": false,
      "proxy": false,
      "hosting": true,
      "timestamp": "2026-07-05T16:55:43+00:00"
    },
    "schema": {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "ok": {
          "type": "boolean"
        },
        "service": {
          "type": "string"
        },
        "ip": {
          "type": "string"
        },
        "country": {
          "type": "string"
        },
        "country_code": {
          "type": "string"
        },
        "region_code": {
          "type": "string"
        },
        "region": {
          "type": "string"
        },
        "city": {
          "type": "string"
        },
        "zip": {
          "type": "string"
        },
        "latitude": {
          "type": "number"
        },
        "longitude": {
          "type": "number"
        },
        "timezone": {
          "type": "string"
        },
        "utc_offset_seconds": {
          "type": "integer"
        },
        "reverse": {
          "type": "string"
        },
        "isp": {
          "type": "string"
        },
        "org": {
          "type": "string"
        },
        "asn": {
          "type": "string"
        },
        "as_name": {
          "type": "string"
        },
        "mobile": {
          "type": "boolean"
        },
        "proxy": {
          "type": "boolean"
        },
        "hosting": {
          "type": "boolean"
        },
        "timestamp": {
          "type": "string"
        }
      }
    }
  },
  "description": "IP Lookup API. Enrich an IPv4 or IPv6 address with geolocation, ASN, ISP, organization, reverse DNS, timezone, and proxy/mobile/hosting indicators. Useful for security, fraud checks, abuse triage, bot detection, traffic enrichment, and infrastructure investigation. Paid per call via x402.",
  "tags": [
    "ip-lookup",
    "ip-geolocation",
    "asn",
    "isp",
    "reverse-dns",
    "proxy-detection",
    "hosting-detection",
    "fraud-check",
    "security",
    "developer-tools"
  ]
}