← Back to catalog
geocodio.geocode
mock data$0.002 / callGeocode 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)
Input schema
limit
integerMax results to return (default 5, max 20)
addressrequired
stringUS or Canada address to geocode (e.g. "1600 Pennsylvania Ave NW, Washington DC", "350 5th Ave, New York, NY 10118")
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>"}'