weather_historical
ActiveTool of Ready APIs
declared in 1.0.0
Last 1-365 days of daily observations with pre-computed aggregates (frost-day count, summer-day count, rainy days, heavy-rain days, extremes). Answers 'is this a normal year?' questions.
Parameters schema
{
"type": "object",
"properties": {
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"units": {
"enum": [
"imperial",
"metric"
],
"type": "string",
"default": "imperial"
},
"zip_code": {
"type": "string"
},
"days_back": {
"type": "integer",
"default": 30,
"maximum": 365,
"minimum": 1
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries