სასაზღვრო ამინდის პირობების API Offline
საგზაო საფრთხე გამშვებ პუნქტთან ერთიან 0–5 შკალაზე: სუფთა გზა, ნისლი, თოვლი, წვიმა, მოყინულობა ან ძლიერი ქარი — თქვენს ენაზე, სიმძიმის მიხედვით, მონაცემის ასაკითა და წყაროთი: მძღოლი თუ ჩვენი მოდელი.
GET https://nakordoni.eu/api/v1/data/weather
— კვოტის კლასი: cheap
| პარამეტრი | აღწერა |
|---|---|
ppid | კონტროლის პუნქტის ID, მაგ. id_13 (იხ. /api/v1/data/checkpoints) |
lang | პირობისა და სიმძიმის სახელების ენა (25 ენა; ნაგულისხმევი en) |
sources | all (ნაგულისხმევი) | community — მხოლოდ მძღოლების შეტყობინებები | model — მხოლოდ ჩვენი კლასიფიკაცია |
max_age_minutes | მონაცემის მაქსიმალური ასაკი, რომელიც ჯერ კიდევ ითვლება (ნაგულისხმევი 180, მინ. 15, მაქს. 1440 წუთი) |
პასუხის ველები — პასუხის კონვერტის data ობიექტის შიგნით. [] აღნიშნავს სიას, ამიტომ data.items[].name არის თითოეული ელემენტის ველი name. ველი არის null, არ არსებობს ან ცარიელი სიაა, როცა მნიშვნელობა არ გვაქვს — შემავსებელს არასოდეს ვდებთ.
| ველი | აღწერა |
|---|---|
data.condition.code | The marker, 0..5, with key the stable machine name (good, fog, snow, rain, ice, wind) and name the same thing in the requested language, worded for a driver ("Slippery!", not "freezing precipitation"). null when nothing was reported inside the window — see data.no_data. |
data.condition.severity | none | low | moderate | major, the same severity vocabulary road-conditions uses, with severity_name in the requested language. |
data.condition.severity_rank | Danger order when you sort several checkpoints: 1 ice, 2 fog, 3 snow, 4 rain, 5 wind, 6 clear. Lower is worse — the codes themselves are NOT an order. |
data.condition.hazard | true for anything but a clear road, so a client can gate an alert on one field. |
data.observed_at | When the marker was written (Europe/Kyiv), with observed_ts as a Unix timestamp. |
data.data_age_minutes | Age of that marker in minutes, with is_fresh true when it is under 3 hours old. Read it before treating the answer as current. |
data.source_type | community when a driver reported it, model when our weather model classified it. null when there is no marker. |
data.no_data | true when no marker exists for this checkpoint inside the window — an honest gap, not a clear road. Widen max_age_minutes or drop the sources filter. |
data.scale | The whole 0..5 vocabulary as an array indexed by code, so you can label a value without hardcoding our wording. |
data.sources | The filters actually applied, with window_minutes — both echoed back after clamping. |
curl "https://nakordoni.eu/api/v1/data/weather?ppid=id_13&lang=en" \ -H "Authorization: Bearer NKD-DEV-XXXX-XXXX-XXXX"
🔑 შედით დეველოპერის ანგარიშით, რომ ეს ენდპოინტი პირდაპირ Sandbox-ში სცადოთ — დღეში 50 უფასო სატესტო გამოძახება. შესვლა