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": 20.0,
            "unit": "°C",
            "description": "DS18B20",
            "updated": "2025-11-23T23:00:00.538857+01:00"
        },
        {
            "url": "http://status.nerdberg.de/api/sensors/5/?format=api",
            "type": "total_member_count",
            "name": "Full Member",
            "location": null,
            "value": 43.0,
            "unit": "entity",
            "description": null,
            "updated": "2025-12-16T07:00:00.549303+01: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-12-16T07:00:00.593236+01:00"
        },
        {
            "url": "http://status.nerdberg.de/api/sensors/7/?format=api",
            "type": "carbondioxide",
            "name": "Hackcenter",
            "location": "Front Door",
            "value": 971.0,
            "unit": "ppm",
            "description": "MH-Z19b",
            "updated": "2025-11-23T23:00:00.689650+01:00"
        },
        {
            "url": "http://status.nerdberg.de/api/sensors/9/?format=api",
            "type": "power_consumption",
            "name": "Total power",
            "location": "Hackspace",
            "value": 1167.79,
            "unit": "W",
            "description": "Shelly 3EM",
            "updated": "2025-09-18T12:05:00.357494+02:00"
        }
    ]
}