Data
Get data from data modules.
Authentication
Section titled “Authentication”This endpoint requires authentication via the X-API-Token header or the token header.
Request
Section titled “Request”GET /api/data/{module}X-API-Token: {token}GET /api/data/{module}token: {token}{module} is one of: battery, cpu, disks, displays, gpus, media, memory, networks, processes, sensors, system.
Response
Section titled “Response”The response format varies depending on the module requested. Here’s an example:
{ "boot_time": 1651433957.3015134, "fqdn": "Desktop", "hostname": "Desktop", "ip_address_4": "1.1.1.1", "mac_address": "aa:bb:cc:dd:ee:ff", "platform": "Windows", "platform_version": "10.0.22000", "uptime": 7.015625, "uuid": "abcd-efgh-abcd-efgh-abcd", "version": "5.0.2", "version_latest": "5.0.7", "version_newer_available": false}