UnifyAPI
← Back to catalog

geocodio.geocode

mock data$0.002 / call

Geocode US/Canada Address

Forward geocode a US or Canada address to coordinates — returns lat/lng, parsed address components (street, city, state, ZIP, county), accuracy type (rooftop/range/street), and data source. USPS-standardized results with Census data (Geocodio)

Geo & Mapsprovider: Geocodio#geocodio#geo

Input schema

limit

Max results to return (default 5, max 20)

integer
addressrequired

US or Canada address to geocode (e.g. "1600 Pennsylvania Ave NW, Washington DC", "350 5th Ave, New York, NY 10118")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/geocodio.geocode \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"limit":0,"address":"<address>"}'

Try it

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