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
deviceIdstringrequiredUnique device identifier with dev_ prefixtimestampstring (ISO 8601)requiredUTC time the readings were capturedlocationobjectoptionalGPS coordinates with accuracy and altitudereadingsobjectrequiredSensor readings, each with value and unitbattery.levelnumberrequiredBattery percentage 0–100connectivity.signalStrengthnumberoptionalRSSI signal strength in dBm (more negative = weaker)alertsarrayoptionalActive alert objects if any thresholds were exceededstatusstringrequiredDevice 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
Paste the example above into JSONKit's tools to validate, minify, or explore the structure interactively.
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.