Fleet History API Online
Recorded GPS track of your own vehicles: every stored position point in a time window, in chronological order, with speed, bearing and accuracy. Filter to one vehicle or take the whole fleet. Window is limited to 31 days per call and 5000 points per response — page through longer periods by moving ?from= to the last returned timestamp.
GET https://nakordoni.eu/api/v2/data/fleet/history
— quota class: heavy
| Parameter | Description |
|---|---|
vehicle_id | Restrict to one of your vehicles (optional; ids come from fleet/vehicles). Omit for the whole fleet. |
from | Window start — unix timestamp or ISO-8601 datetime (default: 24 h before `to`). A datetime without an explicit offset is read as UTC. |
to | Window end — unix timestamp or ISO-8601 datetime (default: now). The window may not exceed 31 days. |
limit | Max points returned, 1-5000 (default 1000, values above 5000 are clamped). `truncated: true` means more points exist in the window. |
curl "https://nakordoni.eu/api/v2/data/fleet/history?vehicle_id=1&from=2026-08-01T00:00:00Z&to=2026-08-02T00:00:00Z&limit=1000" \ -H "Authorization: Bearer NKD-DEV-XXXX-XXXX-XXXX"
🔑 Log in as a developer to try this endpoint live in the sandbox — 50 free test calls a day. Log in