← Tools Reference

Geoapify

Geoapify integration (Location, Developer Tools). Imported from open-connector.

API key5 toolshttps://api.geoapify.com
GET
geoapify_forward_geocode
Convert free-form text into geocoding results with Geoapify.

/v1/geocode/search

7 parameters
ParamTypeRequiredDescription
textstringrequiredThe free-form text query sent to Geoapify.
langstringoptionalThe result language code in ISO 639-1 format.
limitintegeroptionalThe maximum number of results to return.
typestringoptionalThe Geoapify place type filter.
filterstringoptionalThe Geoapify boundary or country filter expression.
biasstringoptionalThe Geoapify bias expression used to prioritize results.
formatstringoptionalThe response format returned by Geoapify.
GET
geoapify_reverse_geocode
Convert latitude and longitude into place results with Geoapify.

/v1/geocode/reverse

8 parameters
ParamTypeRequiredDescription
latnumberrequiredThe latitude of the location to reverse geocode.
lonnumberrequiredThe longitude of the location to reverse geocode.
langstringoptionalThe result language code in ISO 639-1 format.
limitintegeroptionalThe maximum number of results to return.
typestringoptionalThe Geoapify place type filter.
filterstringoptionalThe Geoapify boundary or country filter expression.
biasstringoptionalThe Geoapify bias expression used to prioritize results.
formatstringoptionalThe response format returned by Geoapify.
GET
geoapify_address_autocomplete
Return address autocomplete suggestions from Geoapify.

/v1/geocode/autocomplete

7 parameters
ParamTypeRequiredDescription
textstringrequiredThe free-form text query sent to Geoapify.
langstringoptionalThe result language code in ISO 639-1 format.
limitintegeroptionalThe maximum number of results to return.
typestringoptionalThe Geoapify place type filter.
filterstringoptionalThe Geoapify boundary or country filter expression.
biasstringoptionalThe Geoapify bias expression used to prioritize results.
formatstringoptionalThe response format returned by Geoapify.
GET
geoapify_get_route
Calculate a route between waypoints with the Geoapify Routing API.

/v1/routing

10 parameters
ParamTypeRequiredDescription
waypointsarrayrequiredThe ordered route waypoints as `[longitude, latitude]` pairs.
modestringoptionalThe Geoapify routing mode.
typestringoptionalThe Geoapify route preference.
unitsstringoptionalThe distance unit system.
langstringoptionalThe language for route instructions.
detailsstringoptionalThe extra route details to include.
trafficstringoptionalThe traffic model used for the route.
max_speednumberoptionalThe maximum vehicle speed in kilometers per hour.
avoidstringoptionalThe route avoid expression used by Geoapify.
formatstringoptionalThe response format returned by Geoapify.
POST
geoapify_get_route_matrix
Calculate a travel matrix between sources and targets with Geoapify.

/v1/routematrix

8 parameters
ParamTypeRequiredDescription
sourcesarrayrequiredThe source waypoints used for the route matrix.
targetsarrayrequiredThe target waypoints used for the route matrix.
modestringoptionalThe Geoapify routing mode.
typestringoptionalThe Geoapify route preference.
unitsstringoptionalThe distance unit system.
trafficstringoptionalThe traffic model used for the route.
max_speednumberoptionalThe maximum vehicle speed in kilometers per hour.
avoidarrayoptionalThe list of avoid rules applied to the route matrix.