v1

latestOpenAPI 3.0.32026-07-26134195287.9 KB
LPR

Get seen license plates

Returns the timestamps, detected license plate numbers, and images of all license plates seen by a camera.

Only works for cameras that are LPR enabled.

Response may be paginated if page_token exists.

get/cameras/v1/analytics/lpr/images

Query parameters

camera_idstring required

The unique identifier of the camera.

license_platestring

License plate number to filter by.

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.

next_page_tokeninteger

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