← Back to directory

Geocode a US street address to lat/lng plus US Census FIPS codes (state/county/t...

https://x402-geocoder-production.up.railway.app/geocode/address

Overview

Geocode a US street address to lat/lng plus US Census FIPS codes (state/county/tract/block). Backed by the US Census Bureau Geocoder. Query params: street (required, e.g. '1600 Pennsylvania Ave NW'), city (optional, improves accuracy), state (optional, 2-letter abbrev), zip (optional, 5-digit). Returns match: false with no lat/lng when Census can't find the address; payment is charged per call regardless of match outcome.

Protocol x402
Price $0.0010
Payment Asset USD Coin
Payment Network Base
Category uncategorized
Provider x402-geocoder-production
Source bazaar
Indexed 2026-04-30 14:54:39

Health

Status healthy
Latency (p50) 204ms
Uptime (30d) 100.0%
Reliability Score 87/100
Last Checked 2026-04-30 21:02:02
Last Healthy 2026-04-30 21:02:02
Consecutive Failures 0

x402 Payment Validation

Payment Requirements Valid
Asset Verified
Facilitator

Input Schema

{ "discoverable": true, "method": "GET", "queryParams": { "city": "Washington", "state": "DC", "street": "1600 Pennsylvania Ave NW", "zip": "20500" }, "type": "http" }

Output Schema

{ "properties": { "address": { "description": "Census-canonical full address string", "type": [ "string", "null" ] }, "fips": { "description": "US Census FIPS codes for the matched location, or null if no match.", "properties": { "block": { "description": "4-digit census block code", "type": "string" }, "county": { "description": "3-digit county FIPS code", "type": "string" }, "state": { "description": "2-digit state FIPS code", "type": "string" }, "tract": { "description": "6-digit census tract code", "type": "string" } }, "type": [ "object", "null" ] }, "lat": { "description": "Latitude in decimal degrees", "type": [ "number", "null" ] }, "lng": { "description": "Longitude in decimal degrees", "type": [ "number", "null" ] }, "match": { "description": "true if Census matched the address", "type": "boolean" }, "matchType": { "description": "Census match quality", "enum": [ "Exact", "Non_Exact", null ], "type": [ "string", "null" ] } }, "type": "object" }

Recent Health Checks

Time Status HTTP Latency Error
2026-04-30 21:02:02 healthy 402 194ms
2026-04-30 19:00:45 healthy 402 204ms
2026-04-30 16:34:25 healthy 402 222ms