Skip to main content
GET
Get Telemetry
string
required
UUID of the kit.
Use this endpoint when you need multiple fields at once. For single fields, use the dedicated endpoints (/location, /links) to keep response sizes small.

Response

boolean
Whether the kit is currently reachable.
string
UUID of the kit.
string
Display name of the kit.
object
Latest GPS fix.
number
Battery level percentage (0–100). null if kit has no battery sensor.
boolean
true if battery is charging. null if not reported.
object
UniFi gateway stats.
array
WAN link objects. Same schema as GET /links.
array
Devices connected to the kit’s local network. Each entry has name, ip, mac, type.
object
Last speedtest result: download_mbps, upload_mbps, latency_ms, timestamp.
Returns 503 if the kit is offline and has no cached telemetry. Check online before reading fields.

Example

Response