Skip to main content
Menu

← Tüm uç noktalar

Rota planlama API'si Degraded

Sınır yolculuğu için kapıdan kapıya plan: rota, üzerindeki sınır kapıları canlı kuyrukla ya da varış saatinize göre tahminle ve sürücünün gerçekten yaptığı mola, yemek ve yakıt duraklarıyla — tek bir zaman çizelgesinde. Uzun kuyruk zaten gelmiş olan molanın yerine sayılır, böylece bekleme asla iki kez hesaplanmaz; otobüs ve kamyonlarda AB 561/2006 zorunlu dinlenmesi uygulanır, otobüslerin servis duraklarıysa 1000'den fazla lisanslı tarifeye göre kalibre edilmiştir.

GET https://nakordoni.eu/api/v2/data/route-plan — kota sınıfı: heavy

ParametreAçıklama
origin_latOrigin latitude (required)
origin_lonOrigin longitude (required)
dest_latDestination latitude (required)
dest_lonDestination longitude (required)
vehiclecar (default), bus or truck — picks both the routing profile and the stop model
departISO-8601 departure time, up to 14 days ahead (default: now). Drives the arrival-time queue forecast
viaOptional waypoints as lat,lon;lat,lon (max 3) — e.g. to route through a different crossing
forecast1 (default) = forecast the queue for your arrival time at each crossing; 0 = use the current queue
stop_places1 = name a real rest area / fuel station for each stop (default 0)
overnight1 = add an advisory overnight stop when the drive exceeds 11 h (default 0)
geometry1 = include the full route geometry (default 0)
alternatives1 (default) = include nearby alternative crossings with their queues
preferencerecommended (default), fastest or shortest
langLanguage code for checkpoint names (default en)
curl "https://nakordoni.eu/api/v2/data/route-plan?origin_lat=50.4501&origin_lon=30.5234&dest_lat=52.2297&dest_lon=21.0122&vehicle=car&stop_places=1&lang=en" \
  -H "Authorization: Bearer NKD-DEV-XXXX-XXXX-XXXX"
🔑 Bu uç noktayı sanal alanda canlı denemek için geliştirici olarak giriş yapın — günde 50 ücretsiz test çağrısı. Giriş yap