{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "ip-geolocation-production-up-railway-app-api-lookup",
  "title": "IP Geolocation \u00b7 Lookup IP Address",
  "url": "https://ip-geolocation-production.up.railway.app/api/lookup",
  "category": "data",
  "summary": "Lookup geolocation data for an IP address including country, city, ISP, and ASN.",
  "seo": {
    "title": "IP Geolocation API | x402 Micropayment",
    "description": "Lookup IP geolocation data for $0.003 USDC. Returns country, city, ISP, ASN. No API keys. x402 on Base."
  },
  "use_cases": [
    "Geolocate users for compliance or personalization",
    "Detect VPN or proxy usage",
    "Enrich analytics with location data"
  ],
  "ideal_buyer": "Security and analytics developers needing IP intelligence.",
  "example_prompt": "Lookup the geolocation for IP 8.8.8.8 and return country, city, and ISP.",
  "example_request_body": {
    "ip": "8.8.8.8"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap",
    "ratio": 0.15,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x6e8b64638b24c6d625b045dd353120d850064e2e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "3000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "ip"
            ],
            "properties": {
              "ip": {
                "type": "string",
                "description": "IP address to lookup (e.g. 8.8.8.8)"
              }
            }
          },
          "type": "http",
          "method": "GET",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "schema": {
            "type": "object",
            "required": [
              "ip",
              "country",
              "city"
            ],
            "properties": {
              "ip": {
                "type": "string",
                "description": "IP address looked up"
              },
              "asn": {
                "type": "string"
              },
              "isp": {
                "type": "string"
              },
              "org": {
                "type": "string"
              },
              "city": {
                "type": "string"
              },
              "region": {
                "type": "string"
              },
              "country": {
                "type": "string"
              },
              "latitude": {
                "type": "number"
              },
              "timezone": {
                "type": "string"
              },
              "longitude": {
                "type": "number"
              },
              "countryCode": {
                "type": "string"
              },
              "lookup_time_ms": {
                "type": "number"
              }
            }
          },
          "example": {}
        }
      }
    }
  ],
  "duplicate_cluster_id": "data-cl-71cbeb17889c",
  "origin": {
    "slug": "ip-geolocation-production-up-railway-app",
    "host": "ip-geolocation-production.up.railway.app",
    "title": "IP Geolocation API",
    "description": "Provides IP-based geolocation services. Returns geographic data for IP addresses including country, region, city, and coordinates.",
    "url": "https://ip-geolocation-production.up.railway.app",
    "favicon": "https://ip-geolocation-production.up.railway.app/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/ip-geolocation-production-up-railway-app-api-lookup",
    "url": "https://x402all.com/resource/ip-geolocation-production-up-railway-app-api-lookup",
    "name": "IP Geolocation \u00b7 Lookup IP Address",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/ip-geolocation-production-up-railway-app-api-lookup",
      "@type": "Offer",
      "price": "0.003",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.003000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://ip-geolocation-production.up.railway.app/api/lookup",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/ip-geolocation-production-up-railway-app",
      "url": "https://ip-geolocation-production.up.railway.app",
      "name": "IP Geolocation API",
      "@type": "Organization"
    },
    "identifier": "ip-geolocation-production-up-railway-app-api-lookup",
    "description": "Lookup IP geolocation data for $0.003 USDC. Returns country, city, ISP, ASN. No API keys. x402 on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=ip-geolocation-production-up-railway-app-api-lookup",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=ip-geolocation-production-up-railway-app-api-lookup"
}
