Reverse geocode a coordinate
Convert a lat/lon coordinate into the nearest OpenStreetMap place at the requested zoom level (0 country, 18 building). Intended for one-shot lookups, not live autocomplete. Data is (C) OpenStreetMap contributors (ODbL 1.0).
Query parameters
Latitude in decimal degrees (WGS84).
Latitude in decimal degrees (WGS84).
Longitude in decimal degrees (WGS84).
Longitude in decimal degrees (WGS84).
Address-detail zoom level: 0 country, 3 continent, 5 state, 8 county, 10 city, 14 suburb, 16 major street, 17 minor street, 18 building.
Address-detail zoom level: 0 country, 3 continent, 5 state, 8 county, 10 city, 14 suburb, 16 major street, 17 minor street, 18 building.
Include the structured address breakdown on the result.
Include the structured address breakdown on the result.
Response
Nearest OSM place at the requested zoom, (C) OpenStreetMap contributors (ODbL 1.0).
Example response
{
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}