weather_degree_days
ActiveTool of Ready APIs
declared in 1.0.0
HDD and CDD over a window, with per-day rows. Used for HVAC sizing, utility bill reconciliation, energy forecasting. Default base 65°F is the NOAA HVAC standard.
Parameters schema
{
"type": "object",
"properties": {
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"zip_code": {
"type": "string"
},
"base_temp": {
"type": "number",
"default": 65,
"description": "Base temperature in °F."
},
"days_back": {
"type": "integer",
"default": 30,
"maximum": 365,
"minimum": 1
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries