weather_normals
ActiveTool of Ready APIs
declared in 1.0.0
Same-window decadal climate normals for the next N days, plus a departure-from-normal block comparing the current forecast to the baseline. 'This week is 11°F above normal.'
Parameters schema
{
"type": "object",
"properties": {
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"units": {
"enum": [
"imperial",
"metric"
],
"type": "string",
"default": "imperial"
},
"years": {
"type": "integer",
"default": 10,
"maximum": 20,
"minimum": 3
},
"zip_code": {
"type": "string"
},
"horizon_days": {
"type": "integer",
"default": 14,
"maximum": 60,
"minimum": 1
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries