IoT & Sensors
IoT Device Telemetry JSON Example
A JSON example for IoT sensor telemetry data — includes device ID, sensor readings, battery level, GPS location, and alert flags. Copy-ready for IoT platforms and time-series data pipelines.
Field Reference
deviceIdrequiredstringUnique device identifier with dev_ prefixtimestamprequiredstring (ISO 8601)UTC time the readings were capturedlocationoptionalobjectGPS coordinates with accuracy and altitudereadingsrequiredobjectSensor readings, each with value and unitbattery.levelrequirednumberBattery percentage 0–100connectivity.signalStrengthoptionalnumberRSSI signal strength in dBm (more negative = weaker)alertsoptionalarrayActive alert objects if any thresholds were exceededstatusrequiredstringDevice status: online, offline, or maintenanceVariants
Alert TriggeredDevice reporting a high-temperature alert.
MinimalMinimal heartbeat ping with only essential fields.
Common Use Cases
- →Ingesting sensor data into InfluxDB, TimescaleDB, or AWS Timestream
- →Publishing telemetry to MQTT broker (AWS IoT Core, HiveMQ)
- →Triggering serverless functions on threshold breaches via AWS Lambda or Azure Functions
iotsensortelemetrydevicetime-series
Validate or format this JSON
One click loads this exact example into the tool — no copy-paste needed. Format it, validate it, explore the tree, or generate TypeScript types instantly.
Frequently Asked Questions
Related JSON Examples
IoT & SensorsSmart Home EventSmart home device event with device state, room context, and automation trigger info.API DesignWebhook EventWebhook event envelope with type, resource object, and retry metadata.API DesignREST API ResponseGeneric REST API response wrapper with data payload, status, and pagination meta.