Recognized LPN count by hour (CSV)

This dataset provides hourly counts of recognized license plates (LPN) measured by an ANPR camera or zone.

Author
Platforma Invipo

Format
CSV

License
Open Database License (ODbL)

Last modified
7. 9. 2026

Request

GET https://trnavadata.invipo.cloud/api/datasets/v2/lpn-register/history-total?outputType=csv

Parameters

{
  "itemId": ["string"],
  "from": "ISODate",
  "to": "ISODate",
  "type": "hourly"
}
itemId (Array of String, required) - LPN camera or zone identifier(s).
from (String, required) - Start of the time interval (ISO 8601).
to (String, required) - End of the time interval (ISO 8601).
type (String, required) - Aggregation granularity, fixed to "hourly" for this dataset.

Answer

"count","timestamp"
51,"2026-09-01T02:00:00.000Z"
229,"2026-09-01T03:00:00.000Z"
336,"2026-09-01T04:00:00.000Z"
493,"2026-09-01T05:00:00.000Z"
count (number) – Number of recognized license plates (LPN).
timestamp (string, ISO 8601) – Start of the aggregation interval.