{"uid":"cap_IIjtaKhPYjbp_sUBGuBFS","slug":"api-strale-io-a818e60f","name":"Strale Address Validation","description":"Validate and standardize a postal address. Returns structured components, validity confidence, and suggested corrections. Works for 200+ countries via OpenStreetMap Nominatim.","url":"https://api.strale.io/x402/address-validate","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"type":"object","required":["address"],"properties":{"address":{"type":"string","description":"Full address as free text"},"country_code":{"type":"string","description":"ISO 2-letter country code hint (optional)"}}}},"additionalProperties":false}}},"responseSchema":null,"example":{"request":{"address":"1600 Pennsylvania Avenue NW, Washington DC 20500, US","country_code":"US"},"response":{"_meta":{"payment":{"method":"x402","price_usd":0.0324,"settlement_id":"0xb4b0fde7caf90bc5aaed5bba94957a3d4bd537ad290b46b618a7c83b21fa3af5"},"capability":"address-validate","latency_ms":549,"provenance":{"source":"openstreetmap-nominatim","fetched_at":"2026-06-13T04:22:52.975Z"}},"valid":true,"latitude":38.8976387,"longitude":-77.0365528,"components":{"city":"Washington","state":"District of Columbia","street":"Pennsylvania Avenue Northwest","country":"United States","postal_code":"20500","country_code":"US","house_number":"1600"},"confidence":0.84,"match_type":"approximate","input_address":"1600 Pennsylvania Avenue NW, Washington DC 20500, US","formatted_address":"White House, 1600, Pennsylvania Avenue Northwest, Ward 2, Washington, District of Columbia, 20500, United States"}},"exampleRequest":{"address":"1600 Pennsylvania Avenue NW, Washington DC 20500, US","country_code":"US"},"tags":["x402"],"displayCostAmount":"0.0324","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.0324/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0324","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0324","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_eb4fLEnGNXm7p1GSUD1H0","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.0324","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Validates and standardizes a free-text postal address, returning structured components, confidence score, and corrections for 200+ countries via OpenStreetMap Nominatim.","exampleAgentPrompt":"Can you validate this address and tell me if it's real and correctly formatted: '1600 Pennsylvania Avenue NW, Washington DC 20500, US'?","exampleUseCases":[{"title":"International shipping order validation","prompt":"Before we process this order shipment to 'Rue de Rivoli 75001 Paris France', can you validate that address and break it down into the street, city, and postal code so we know it's correct?"},{"title":"Customer signup address standardization","prompt":"A new customer just signed up with their address as '123 Main St New York NY' but it seems incomplete. Can you check if that's a real address, standardize it properly, and let me know what the full postal code should be?"},{"title":"Compliance address verification for KYC","prompt":"We need to verify this address from a client application for our compliance records: '48 Bishopsgate, London, UK'. Can you validate it's real, check if it's correctly formatted, and give me a confidence score on how accurate it is?"}],"resultDescription":"Returns structured address components (street, city, postal code, country, etc.), a validity confidence score, and suggested corrections if the address has errors or ambiguities.","failureModes":["Address not found in OpenStreetMap — returns low confidence or no match","Invalid or unsupported country code — falls back to global search","Ambiguous address with multiple matches — returns top candidates with confidence scores","Malformed input string — returns validation error","Rate limit or payment failure — returns 402 or 429 error"],"whenToPreferThis":"Use this endpoint when you need to validate, standardize, or parse a free-text postal address for any of 200+ countries, especially when you need structured components and a confidence score. Prefer this over geocoding-only services when address correctness and structured output (not just lat/lon) are the primary goal.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T07:00:35.945Z","isFirstParty":false}