cURL
curl --request GET \ --url https://api.voltview.co.uk/v1/sites/{siteId}/degreeDays \ --header 'Authorization: Bearer <token>'
{ "siteId": "<string>", "period": { "from": "2023-12-25", "to": "2023-12-25" }, "heatingDegreeDays": 123, "coolingDegreeDays": 123, "data": [ { "date": "2023-12-25", "hdd": 123, "cdd": 123, "avgTemp": 123 } ] }
Get degree days data for weather normalization analysis.
JWT token obtained from /v1/requestToken endpoint
Site identifier
Start date and time (ISO 8601)
"2024-01-01T00:00:00.000Z"
End date and time (ISO 8601)
"2024-12-31T23:59:59.999Z"
Degree days data retrieved successfully
Show child attributes
Start date
End date
Heating degree days
Cooling degree days
Average temperature in °C