← Back to directory

Reverse-geocode a lat/lng coordinate to its enclosing US Census block (state/cou...

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

Overview

Reverse-geocode a lat/lng coordinate to its enclosing US Census block (state/county/tract/block FIPS codes). Query params: lat (required, decimal degrees), lng (required, decimal degrees). US-only coverage.

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

Health

Status healthy
Latency (p50) 195ms
Uptime (30d) 100.0%
Reliability Score 92/100
Last Checked 2026-04-30 21:55:41
Last Healthy 2026-04-30 21:55:41
Consecutive Failures 0

x402 Payment Validation

Payment Requirements Valid
Asset Verified
Facilitator

Input Schema

{ "discoverable": true, "method": "GET", "queryParams": { "lat": "38.8977", "lng": "-77.0365" }, "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:55:41 healthy 402 191ms
2026-04-30 21:11:11 healthy 402 186ms
2026-04-30 18:27:43 healthy 402 195ms
2026-04-30 15:53:16 healthy 402 352ms