GET /api/sensors/9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://status.nerdberg.de/api/sensors/9/?format=api",
    "type": "power_consumption",
    "name": "Total power",
    "location": "Hackspace",
    "value": 777.63,
    "unit": "W",
    "description": "Shelly 3EM",
    "updated": "2025-05-10T18:40:00.260092+02:00"
}