Overview
Reverse geocoding from coordinates to address components.
Protocol
x402
Price
$0.0060
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
x402
Indexed
2026-03-27 21:49:15
Health
Status
healthy
Latency (p50)
174ms
Uptime (30d)
100.0%
Reliability Score
92/100
Last Checked
2026-03-28 04:45:19
Last Healthy
2026-03-28 04:45:19
Consecutive Failures
0
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"lat": {
"description": "Latitude in decimal degrees",
"required": true,
"type": "string"
},
"lon": {
"description": "Longitude in decimal degrees",
"required": true,
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"data": {
"latitude": 40.7128,
"longitude": -74.006
},
"source": "Nominatim",
"success": true
}