{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "domain-intelligence-x402-production-up-railway-app-api-lookup",
  "title": "Domain-intelligence-x402-production \u00b7 Lookup",
  "url": "https://domain-intelligence-x402-production.up.railway.app/api/lookup",
  "category": "data",
  "summary": "Domain-intelligence-x402-production \u00b7 Lookup \u2014 x402-protected data API. Pay $0.0050 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Domain-intelligence-x402-production \u00b7 Lookup \u2014 x402 data API \u00b7 $0.0050",
    "description": "Domain-intelligence-x402-production \u00b7 Lookup \u2014 x402-protected data API. Pay $0.0050 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap",
    "ratio": 0.25,
    "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": "5000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "domain"
            ],
            "properties": {
              "domain": {
                "type": "string",
                "description": "Domain to lookup (e.g. example.com)"
              }
            }
          },
          "type": "http",
          "method": "GET",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "schema": {
            "type": "object",
            "required": [
              "domain",
              "whois",
              "dns",
              "ssl"
            ],
            "properties": {
              "dns": {
                "type": "object",
                "description": "DNS records (A, MX, NS, TXT)"
              },
              "ssl": {
                "type": "object",
                "properties": {
                  "valid": {
                    "type": "boolean"
                  },
                  "issuer": {
                    "type": "string"
                  },
                  "expiryDate": {
                    "type": "string"
                  }
                }
              },
              "whois": {
                "type": "object",
                "properties": {
                  "domainAge": {
                    "type": "number"
                  },
                  "registrar": {
                    "type": "string"
                  },
                  "expiryDate": {
                    "type": "string"
                  },
                  "createdDate": {
                    "type": "string"
                  }
                }
              },
              "domain": {
                "type": "string",
                "description": "Domain looked up"
              },
              "lookup_time_ms": {
                "type": "number",
                "description": "Total lookup duration in ms"
              }
            }
          },
          "example": {}
        }
      }
    }
  ],
  "origin": {
    "slug": "domain-intelligence-x402-production-up-railway-app",
    "host": "domain-intelligence-x402-production.up.railway.app",
    "url": "https://domain-intelligence-x402-production.up.railway.app",
    "favicon": "https://domain-intelligence-x402-production.up.railway.app/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/domain-intelligence-x402-production-up-railway-app-api-lookup",
    "url": "https://x402all.com/resource/domain-intelligence-x402-production-up-railway-app-api-lookup",
    "name": "Domain-intelligence-x402-production \u00b7 Lookup",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/domain-intelligence-x402-production-up-railway-app-api-lookup",
      "@type": "Offer",
      "price": "0.005",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.005000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://domain-intelligence-x402-production.up.railway.app/api/lookup",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/domain-intelligence-x402-production-up-railway-app",
      "url": "https://domain-intelligence-x402-production.up.railway.app",
      "name": "domain-intelligence-x402-production.up.railway.app",
      "@type": "Organization"
    },
    "identifier": "domain-intelligence-x402-production-up-railway-app-api-lookup",
    "description": "Domain-intelligence-x402-production \u00b7 Lookup \u2014 x402-protected data API. Pay $0.0050 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=domain-intelligence-x402-production-up-railway-app-api-lookup",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=domain-intelligence-x402-production-up-railway-app-api-lookup",
  "callability": {
    "status": "partial",
    "schema_callability": 0.35,
    "source": "facilitator_bazaar",
    "source_confidence": 0.75,
    "match_confidence": 0.4,
    "schema_confidence": 0.5,
    "validated_at": "2026-05-10T23:20:10.953094+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://domain-intelligence-x402-production.up.railway.app/api/lookup",
    "response_schema": {
      "type": "json",
      "schema": {
        "type": "object",
        "required": [
          "domain",
          "whois",
          "dns",
          "ssl"
        ],
        "properties": {
          "dns": {
            "type": "object",
            "description": "DNS records (A, MX, NS, TXT)"
          },
          "ssl": {
            "type": "object",
            "properties": {
              "valid": {
                "type": "boolean"
              },
              "issuer": {
                "type": "string"
              },
              "expiryDate": {
                "type": "string"
              }
            }
          },
          "whois": {
            "type": "object",
            "properties": {
              "domainAge": {
                "type": "number"
              },
              "registrar": {
                "type": "string"
              },
              "expiryDate": {
                "type": "string"
              },
              "createdDate": {
                "type": "string"
              }
            }
          },
          "domain": {
            "type": "string",
            "description": "Domain looked up"
          },
          "lookup_time_ms": {
            "type": "number",
            "description": "Total lookup duration in ms"
          }
        }
      },
      "example": {}
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "declared"
    },
    "contract_hash": "c60e4e478f9e0c087bee034e57498b984a0af14f61f2846d017daf3dc78e180e"
  }
}