UnifyAPI
← Back to catalog

geocodio.reverse

mock data$0.002 / call

Reverse 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)

Geo & Mapsprovider: Geocodio#geocodio#geo

Input schema

latrequired

Latitude (24-72 range for US/Canada, e.g. 38.8976)

number
lonrequired

Longitude (negative for Western Hemisphere, e.g. -77.0365)

number
limit

Max results to return (default 5, max 20)

integer

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}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.