InputPOST /api/v1/x402/geocode-us
{
"address": "1600 Pennsylvania Ave NW, Washington, DC 20500"
}
Web and API intelligence · maps
Geocode one U.S., Puerto Rico, or U.S. Island Areas address with approximate coordinates and required Census attribution (x402)
One-command purchase
No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/geocode-us -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"address":"1600 Pennsylvania Ave NW, Washington, DC 20500"}'
{
"address": "1600 Pennsylvania Ave NW, Washington, DC 20500"
}
{
"tool_name": "geocode_us_address",
"result": {
"schema": "delx/us-geocode/v1",
"coverage": "US, Puerto Rico and U.S. Island Areas",
"match_count": 1,
"matches": [
{
"matched_address": "1600 PENNSYLVANIA AVE NW, WASHINGTON, DC, 20500",
"coordinates": {
"longitude": -77.0365,
"latitude": 38.8977
},
"address_components": {
"city": "WASHINGTON",
"state": "DC",
"zip": "20500"
}
}
],
"benchmark": "Public_AR_Current",
"provider": "U.S. Census Bureau Geocoder",
"provider_url": "https://www.census.gov/data/developers/data-sets/Geocoding-services.html",
"terms_url": "https://www.census.gov/data/developers/about/terms-of-service.html",
"attribution": "This product uses the Census Bureau Data API but is not endorsed or certified by the Census Bureau.",
"data_note": "Coordinates are based on Census address ranges and may be interpolated; this is not a precise rooftop or navigation service.",
"privacy": "Delx does not retain the submitted address or include it in request logs.",
"upstream_error": false
}
}
Machine-readable evidence