{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "phone-validation-x402-production-up-railway-app-api-validate",
  "title": "Phone Validator \u00b7 Number Validation",
  "url": "https://phone-validation-x402-production.up.railway.app/api/validate",
  "category": "tools",
  "summary": "Validate a phone number and return E.164 format, country, and carrier details.",
  "seo": {
    "title": "Phone Number Validation API - x402",
    "description": "Validate phone numbers with E.164 formatting, country detection, and carrier info. 0.003 USDC per call. Base network."
  },
  "use_cases": [
    "Validate user phone numbers at signup",
    "Format numbers to E.164 for SMS APIs",
    "Detect country and carrier for routing"
  ],
  "ideal_buyer": "SaaS platforms and messaging apps needing phone number validation and formatting.",
  "example_prompt": "Validate this phone number: +14155552671",
  "example_request_body": {
    "phone": "+14155552671"
  },
  "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": [
              "phone"
            ],
            "properties": {
              "phone": {
                "type": "string",
                "description": "Phone number to validate (e.g. +33612345678, +14155552671, 0033612345678)"
              }
            }
          },
          "type": "http",
          "method": "GET",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "schema": {
            "type": "object",
            "required": [
              "phone",
              "e164",
              "valid"
            ],
            "properties": {
              "e164": {
                "type": "string",
                "description": "E.164 formatted number"
              },
              "phone": {
                "type": "string",
                "description": "Input phone number"
              },
              "valid": {
                "type": "boolean",
                "description": "Whether number is valid"
              },
              "country": {
                "type": "object",
                "properties": {
                  "code": {
                    "type": "string"
                  },
                  "name": {
                    "type": "string"
                  },
                  "dialCode": {
                    "type": "string"
                  }
                }
              },
              "numberType": {
                "type": "string",
                "description": "Number type (mobile/landline)"
              },
              "smsCapable": {
                "type": "boolean",
                "description": "Whether SMS-capable"
              },
              "nationalNumber": {
                "type": "string",
                "description": "National number format"
              }
            }
          },
          "example": {}
        }
      }
    }
  ],
  "duplicate_cluster_id": "data-cl-d9178599f694",
  "origin": {
    "slug": "phone-validation-x402-production-up-railway-app",
    "host": "phone-validation-x402-production.up.railway.app",
    "title": "Phone Validation x402 API",
    "description": "Validates phone numbers via x402 payment protocol on Base mainnet. Returns validation status for submitted phone numbers upon payment.",
    "url": "https://phone-validation-x402-production.up.railway.app",
    "favicon": "https://phone-validation-x402-production.up.railway.app/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/phone-validation-x402-production-up-railway-app-api-validate",
    "url": "https://x402all.com/resource/phone-validation-x402-production-up-railway-app-api-validate",
    "name": "Phone Validator \u00b7 Number Validation",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/phone-validation-x402-production-up-railway-app-api-validate",
      "@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://phone-validation-x402-production.up.railway.app/api/validate",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/phone-validation-x402-production-up-railway-app",
      "url": "https://phone-validation-x402-production.up.railway.app",
      "name": "Phone Validation x402 API",
      "@type": "Organization"
    },
    "identifier": "phone-validation-x402-production-up-railway-app-api-validate",
    "description": "Validate phone numbers with E.164 formatting, country detection, and carrier info. 0.003 USDC per call. Base network.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=phone-validation-x402-production-up-railway-app-api-validate",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=phone-validation-x402-production-up-railway-app-api-validate"
}
