← Tools Reference

Geocodio

Geocodio integration (Location, Data). Imported from open-connector.

API key4 toolshttps://api.geocod.io
GET
geocodio_single_geocode
Geocode a single address and return the official Geocodio response payload.

/v1.12/geocode

11 parameters
ParamTypeRequiredDescription
qstringoptionalThe full address string to geocode.
streetstringoptionalThe street address component.
street2stringoptionalThe secondary street address component.
citystringoptionalThe city name used for the lookup.
statestringoptionalThe state or province code used for the lookup.
postal_codestringoptionalThe postal or ZIP code used for the lookup.
countrystringoptionalThe country context for the lookup.
countystringoptionalThe county name used for the lookup.
fieldsstringoptionalA comma-separated list of Geocodio data append codes.
limitintegeroptionalThe maximum number of results to return.
formatstringoptionalReturn Geocodio's simplified single-result response format.
POST
geocodio_geocode_batch
Geocode multiple addresses in one batch request and return Geocodio batch results.

/v1.12/geocode

3 parameters
ParamTypeRequiredDescription
addressesarrayrequiredThe address strings to geocode in one batch request.
fieldsstringoptionalA comma-separated list of Geocodio data append codes.
limitintegeroptionalThe maximum number of results per address.
GET
geocodio_single_reverse_geocode
Reverse geocode a single latitude and longitude pair and return the official Geocodio response payload.

/v1.12/reverse

5 parameters
ParamTypeRequiredDescription
latnumberrequiredThe latitude to reverse geocode.
lngnumberrequiredThe longitude to reverse geocode.
fieldsstringoptionalA comma-separated list of Geocodio data append codes.
limitintegeroptionalThe maximum number of results to return.
formatstringoptionalReturn Geocodio's simplified single-result response format.
POST
geocodio_batch_reverse_geocode
Reverse geocode multiple coordinate pairs in one batch request and return Geocodio batch results.

/v1.12/reverse

3 parameters
ParamTypeRequiredDescription
coordinatesarrayrequiredThe coordinate strings to reverse geocode in one batch request.
fieldsstringoptionalA comma-separated list of Geocodio data append codes.
limitintegeroptionalThe maximum number of results per coordinate.