Skip to main content
Menu

← Tüm uç noktalar

Kuyruk Tahmini API'si Online

Kuyruk seviyelerinin ML topluluk tahmini: güven sınırlarıyla 24 saatlik ve 7 günlük (168s) ufuklar. nakordoni.eu tahminlerine güç veren aynı model.

GET https://nakordoni.eu/api/v1/data/forecast — kota sınıfı: heavy

ParametreAçıklama
ppidKontrol noktası kimliği, örn. id_13 (bkz. /api/v1/data/checkpoints)
prediction_steps24 (varsayılan) veya 7 gün için 168

Yanıt alanları — yanıt zarfındaki data nesnesinin içinde. [] bir listeyi gösterir; yani data.items[].name her öğenin name alanıdır. Değerimiz olmayan bir alan null olur, hiç bulunmaz ya da boş liste döner — asla yer tutucu koymayız.

AlanAçıklama
data[]One element per forecast step, nearest first — 24 or 168 of them.
data[].timeUnix timestamp the step forecasts, with hours_from_now.
data[].avg_carsPredicted queue at that hour.
data[].lower_boundConfidence band around avg_cars, with upper_bound; the _50 pair is the narrower 50% band.
data[].type_of_dataProvenance marker of the input reading the step was built from.
data[].sourceWhich model produced the step, with formula and the corrected flag when a calibrator adjusted it.
data[].learned_multPer-checkpoint learned multiplier applied, and weather_mult the weather one.
data[].v4Full breakdown from the v4 ensemble — component scores behind avg_cars.
curl "https://nakordoni.eu/api/v1/data/forecast?ppid=id_13&prediction_steps=24" \
  -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