Based on driver documentation, standard implementation methods include:
To unlock this value, developers use the . This documentation guide explains how to connect to Xovis sensors, retrieve real-time and historical data, and integrate these insights into your software architecture. 1. Introduction to the Xovis System Architecture
Provide snippets in popular languages like Python or JavaScript to show how to make a request. 4. Integration Best Practices xovis api documentation
GET /counts
Health & diagnostics
| Method | Endpoint Example | Description | | :--- | :--- | :--- | | | /api/v3/count | Retrieves aggregated count data for a specific time range. | | GET | /api/v3/status | Returns the operational status of the sensor. | | GET | /api/v3/zones | Lists all configured counting zones and their IDs. | | GET | /api/v3/occupancy | Returns current occupancy levels for defined zones. |
| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | site_id | string | Yes | Unique identifier of the site/location | | sensor_id | string | No | Filter by a specific sensor | | zone_id | string | No | Filter by a specific zone (defined in Xovis config) | | start_time | string (ISO 8601) | Yes | Start of interval (e.g., 2026-04-11T00:00:00Z ) | | end_time | string (ISO 8601) | Yes | End of interval | | granularity | string | No | minute , hour , day , week , month (default: hour ) | | | GET | /api/v3/status | Returns the
The allows developers to retrieve real-time and historical person-counting data from Xovis 3D sensors. It is primarily used for retail analytics, airport flow management, and smart building occupancy monitoring.