v1

latestOpenAPI 3.0.32026-07-26134195287.9 KB
LPR

Get LPR Zone Metrics

get/v2/cameras/lpr/zones/{zone_id}/metrics

Path parameters

zone_idstring required

Query parameters

start_timestring required

Start of the time range (inclusive) in ISO 8601 format (e.g., '2025-08-04T00:00:00Z').

end_timestring required

End of the time range (exclusive) in ISO 8601 format (e.g., '2025-08-05T00:00:00Z').

Response

OK

avg_time_in_zonestring required

Average time spent in the zone within the given range, as an ISO 8601 duration (e.g., 'PT17M').

entriesinteger required

Total number of entries within the given range.

exitsinteger required

Total number of exits within the given range.

max_time_in_zonestring required

Maximum time spent in the zone within the given range, as an ISO 8601 duration (e.g., 'PT27M').

median_time_in_zonestring required

Median time spent in the zone within the given range, as an ISO 8601 duration (e.g., 'PT15M').

occupancyinteger required

Total occupancy at the end of the given range.

unique_visitorsinteger required

Total number of unique visitors within the given range.