API Estadísticas Horarias de Puestos Online
Estadísticas históricas horarias de cola por puesto y fecha: 24 valores horarios, promedio/mín/máx diarios, horas pico y horas más tranquilas, comparación de un día a otro.
GET https://nakordoni.eu/api/v1/data/stats
— clase de cuota: heavy
| Parámetro | Descripción |
|---|---|
ppid | ID del punto de control, ej. id_13 (ver /api/v1/data/checkpoints) |
date | YYYY-MM-DD (predeterminado: ayer) |
compare | 1 = incluir el día anterior + delta |
lang | Código de idioma (predeterminado uk) |
Campos de la respuesta — dentro del objeto data del sobre de respuesta. [] indica una lista, así que data.items[].name es el campo name de cada elemento. Un campo es null, no aparece o es una lista vacía cuando no tenemos valor: nunca un marcador de posición.
| Campo | Descripción |
|---|---|
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"
🔑 Inicia sesión como desarrollador para probar este endpoint en vivo en el sandbox — 50 llamadas de prueba gratuitas al día. Iniciar sesión