GET /api/sensors/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 5,
"next": null,
"previous": null,
"results": [
{
"url": "http://status.nerdberg.de/api/sensors/1/?format=api",
"type": "temperature",
"name": "Hackcenter",
"location": "Front Door",
"value": 22.8,
"unit": "°C",
"description": "DS18B20",
"updated": "2025-05-10T16:10:00.230993+02:00"
},
{
"url": "http://status.nerdberg.de/api/sensors/5/?format=api",
"type": "total_member_count",
"name": "Full Member",
"location": null,
"value": 40.0,
"unit": "entity",
"description": null,
"updated": "2025-05-10T16:10:00.295687+02:00"
},
{
"url": "http://status.nerdberg.de/api/sensors/6/?format=api",
"type": "total_member_count",
"name": "Support Member",
"location": null,
"value": 2.0,
"unit": "entity",
"description": null,
"updated": "2025-05-10T16:10:00.318774+02:00"
},
{
"url": "http://status.nerdberg.de/api/sensors/7/?format=api",
"type": "carbondioxide",
"name": "Hackcenter",
"location": "Front Door",
"value": 718.0,
"unit": "ppm",
"description": "MH-Z19b",
"updated": "2025-05-10T16:10:00.361808+02:00"
},
{
"url": "http://status.nerdberg.de/api/sensors/9/?format=api",
"type": "power_consumption",
"name": "Total power",
"location": "Hackspace",
"value": 997.24,
"unit": "W",
"description": "Shelly 3EM",
"updated": "2025-05-10T16:10:00.340677+02:00"
}
]
}