← Back to catalog
geocodio.reverse
mock data$0.002 / callReverse Geocode (US/Canada)
Reverse geocode latitude/longitude to a US or Canada address — returns formatted address, parsed components (street, city, state, ZIP, county), accuracy type, and source. Supports multiple results ranked by proximity (Geocodio)
Input schema
latrequired
numberLatitude (24-72 range for US/Canada, e.g. 38.8976)
lonrequired
numberLongitude (negative for Western Hemisphere, e.g. -77.0365)
limit
integerMax results to return (default 5, max 20)
Call via REST
curl -X POST https://unifyapi.pro/api/call/geocodio.reverse \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"lat":0,"lon":0,"limit":0}'