← Back to catalog
geo.isochrone
mock data$0.005 / callIsochrone / Reachability (Geoapify)
Get reachability area (isochrone) — polygon showing how far you can travel from a point in a given time or distance (Geoapify/OSM)
Input schema
latrequired
numberCenter point latitude (e.g. 52.5200)
lonrequired
numberCenter point longitude (e.g. 13.4050)
mode
stringTravel mode: drive, walk, or bicycle. Default: drive.
time
integerReachability time in seconds (default 900 = 15 min, max 7200 = 2h). Mutually exclusive with distance.
distance
integerReachability distance in meters (max 100km). Mutually exclusive with time.
Call via REST
curl -X POST https://unifyapi.pro/api/call/geo.isochrone \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"lat":0,"lon":0,"mode":"<mode>","time":0,"distance":0}'