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": 23.1875,
"unit": "°C",
"description": "DS18B20",
"updated": "2025-09-01T22:30:00.508460+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-09-01T22:30:00.584776+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-09-01T22:30:00.612066+02:00"
},
{
"url": "http://status.nerdberg.de/api/sensors/7/?format=api",
"type": "carbondioxide",
"name": "Hackcenter",
"location": "Front Door",
"value": 682.0,
"unit": "ppm",
"description": "MH-Z19b",
"updated": "2025-09-01T22:30:00.667013+02:00"
},
{
"url": "http://status.nerdberg.de/api/sensors/9/?format=api",
"type": "power_consumption",
"name": "Total power",
"location": "Hackspace",
"value": 808.3,
"unit": "W",
"description": "Shelly 3EM",
"updated": "2025-09-01T22:30:00.637744+02:00"
}
]
}