API godzinowych statystyk przejścia Online
Godzinowe historyczne statystyki kolejki dla przejścia i daty: 24 wartości godzinowe, dobowa średnia/min/max, godziny szczytu i najspokojniejsze, porównanie dzień do dnia.
GET https://nakordoni.eu/api/v1/data/stats
— klasa limitu: heavy
| Parametr | Opis |
|---|---|
ppid | ID punktu kontrolnego, np. id_13 (zobacz /api/v1/data/checkpoints) |
date | YYYY-MM-DD (domyślnie: wczoraj) |
compare | 1 = uwzględnij poprzedni dzień + różnicę |
lang | Kod języka (domyślnie uk) |
Pola odpowiedzi — wewnątrz obiektu data w kopercie odpowiedzi. [] oznacza listę, więc data.items[].name to pole name każdego elementu. Pole bywa null, nieobecne lub jest pustą listą, gdy nie mamy wartości — nigdy nie wstawiamy atrapy.
| Pole | Opis |
|---|---|
data.ppid | Checkpoint the statistics belong to, with checkpoint.name and checkpoint.source_url. |
data.date | The day covered, in the checkpoint's timezone (data.timezone); unit says what the numbers count. |
data.hourly[] | 24 elements: hour, value, data_points (observations behind that hour). value is null for an hour with no data. |
data.labels | Hour labels for the 24 buckets; values is the bare value series, aligned with them. |
data.daily | Whole-day rollup: avg, min, max, total, hours_with_data. |
data.peak | Busiest hour of the day, and quietest the calmest — both null when the day has too little data. |
data.data_available | false = we hold nothing for that date; every number above is then empty rather than zero. |
data.compare | Present only with compare=1: the same shape for the previous day plus delta_avg. |
curl "https://nakordoni.eu/api/v1/data/stats?ppid=id_15&date=2026-06-01&compare=1" \ -H "Authorization: Bearer NKD-DEV-XXXX-XXXX-XXXX"
🔑 Zaloguj się jako deweloper, aby wypróbować ten endpoint na żywo w piaskownicy — 50 darmowych wywołań testowych dziennie. Zaloguj się