UnifyAPI
← Back to catalog

geo.isochrone

mock data$0.005 / call

Isochrone / Reachability (Geoapify)

Get reachability area (isochrone) — polygon showing how far you can travel from a point in a given time or distance (Geoapify/OSM)

Geo & Mapsprovider: Geo#geo#geo

Input schema

latrequired

Center point latitude (e.g. 52.5200)

number
lonrequired

Center point longitude (e.g. 13.4050)

number
mode

Travel mode: drive, walk, or bicycle. Default: drive.

string
time

Reachability time in seconds (default 900 = 15 min, max 7200 = 2h). Mutually exclusive with distance.

integer
distance

Reachability distance in meters (max 100km). Mutually exclusive with time.

integer

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}'

Try it

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