v1

latestOpenAPI 3.0.32026-07-26134195287.9 KB
LPR

Get Timestamps for a License Plate

Returns the timestamps for a certain license plate. Only works for cameras that are LPR enabled.

Response may be paginated if page_token exists.

get/cameras/v1/analytics/lpr/timestamps

Query parameters

camera_idstring required

The unique identifier of the camera.

license_platestring required

The requested license plate number.

start_timeinteger

The start of the time range. Formatted as a Unix timestamp in seconds. Defaults to a day from the current time.

end_timeinteger

The end of the time range. Formatted as a Unix timestamp in seconds. Defaults to the current time.

page_sizeinteger

The number of items returned in a single response. Default is 100. Max is 200.

page_tokeninteger

The pagination token used to fetch the next page of results.

Response

OK

camera_idstring

The unique identifier of the camera.

detectionsinteger[]

The timestamps when the license plate was detected. Formatted as a Unix timestamp in seconds.

license_platestring

The requested license plate number.

next_page_tokeninteger

The pagination token used to fetch the next page of results.