{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "x402whois-com-api-v1-whois",
  "title": "X402whois \u00b7 Whois",
  "url": "https://x402whois.com/api/v1/whois",
  "category": "data",
  "summary": "X402whois \u00b7 Whois \u2014 x402-protected data API. Pay $0.100 per call on base. Indexed by x402all.",
  "seo": {
    "title": "X402whois \u00b7 Whois \u2014 x402 data API \u00b7 $0.100 per call",
    "description": "X402whois \u00b7 Whois \u2014 x402-protected data API. Pay $0.100 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive",
    "ratio": 5.0,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xe8722def9a887fece16a3ed9ea59c7ce2a34790c",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Basic whois lookup",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "domain": {
              "type": "string",
              "required": true,
              "description": "Domain name to lookup in host.tld format (e.g., google.com). Subdomains are not allowed."
            }
          },
          "discoverable": true
        },
        "output": {
          "type": "object",
          "properties": {
            "data": {
              "type": "object",
              "properties": {
                "domain": {
                  "type": "string",
                  "description": "The queried domain"
                },
                "status": {
                  "type": "string",
                  "description": "Domain status"
                },
                "registrar": {
                  "type": "string",
                  "description": "Domain registrar"
                },
                "created_datetime": {
                  "type": "string",
                  "description": "Domain creation date and time"
                },
                "updated_datetime": {
                  "type": "string",
                  "description": "Domain last updated date and time"
                },
                "expiration_datetime": {
                  "type": "string",
                  "description": "Domain expiration date and time"
                }
              }
            },
            "error": {
              "type": "string",
              "description": "Error message if lookup failed"
            },
            "domain": {
              "type": "string",
              "description": "The queried domain"
            },
            "success": {
              "type": "boolean",
              "description": "Whether the whois lookup was successful"
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "x402whois-com",
    "host": "x402whois.com",
    "url": "https://x402whois.com"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/x402whois-com-api-v1-whois",
    "url": "https://x402all.com/resource/x402whois-com-api-v1-whois",
    "name": "X402whois \u00b7 Whois",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/x402whois-com-api-v1-whois",
      "@type": "Offer",
      "price": "0.1",
      "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.100000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://x402whois.com/api/v1/whois",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/x402whois-com",
      "url": "https://x402whois.com",
      "name": "x402whois.com",
      "@type": "Organization"
    },
    "identifier": "x402whois-com-api-v1-whois",
    "description": "X402whois \u00b7 Whois \u2014 x402-protected data API. Pay $0.100 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=x402whois-com-api-v1-whois",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=x402whois-com-api-v1-whois",
  "callability": {
    "status": "call_ready",
    "schema_callability": 0.722,
    "source": "provider_openapi",
    "source_confidence": 0.9,
    "match_confidence": 0.95,
    "schema_confidence": 1.0,
    "validated_at": "2026-05-10T23:54:33.934318+00:00",
    "warnings": []
  },
  "contract": {
    "method": "GET",
    "route_template": "/api/v1/whois",
    "content_type": "application/json",
    "query_schema": {
      "type": "object",
      "required": [
        "domain"
      ],
      "properties": {
        "domain": {
          "type": "string",
          "title": "Domain",
          "examples": [
            "google.com"
          ],
          "description": "Domain name to lookup (e.g., google.com)"
        }
      }
    },
    "response_schema": {
      "type": "object",
      "title": "WhoisResponse",
      "required": [
        "domain",
        "success"
      ],
      "properties": {
        "data": {
          "anyOf": [
            {
              "type": "object",
              "title": "WhoIsData",
              "required": [
                "domain"
              ],
              "properties": {
                "domain": {
                  "type": "string",
                  "title": "Domain",
                  "description": "The queried domain"
                },
                "status": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "title": "Status",
                  "description": "Domain status"
                },
                "registrar": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "title": "Registrar",
                  "description": "Domain registrar"
                },
                "created_datetime": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "title": "Created Datetime",
                  "description": "Domain creation date and time"
                },
                "updated_datetime": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "title": "Updated Datetime",
                  "description": "Domain last updated date and time"
                },
                "expiration_datetime": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "title": "Expiration Datetime",
                  "description": "Domain expiration date and time"
                }
              }
            },
            {
              "type": "null"
            }
          ],
          "description": "Full whois response data if successful"
        },
        "error": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Error",
          "description": "Error message if lookup failed"
        },
        "domain": {
          "type": "string",
          "title": "Domain",
          "description": "The queried domain"
        },
        "success": {
          "type": "boolean",
          "title": "Success",
          "description": "Whether the whois lookup was successful"
        }
      },
      "description": "Model for whois lookup response with structured data."
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "declared",
      "header_schema": "unknown",
      "request_body_schema": "explicit_none",
      "response_schema": "declared"
    },
    "contract_hash": "ad59891d265280abd45f332810975070aedd5f63d65f5a334734bf2a911efed1"
  }
}