weather_forecast
ActiveTool of Ready APIs
declared in 1.0.0
Daily forecast with travel-impact score (flight risk, outdoor event suitability) per day plus an overall precipitation outlook (dry/mixed/wet pattern).
Parameters schema
{
"type": "object",
"properties": {
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"days": {
"type": "integer",
"default": 7,
"maximum": 16,
"minimum": 1
},
"units": {
"enum": [
"imperial",
"metric"
],
"type": "string",
"default": "imperial"
},
"zip_code": {
"type": "string",
"description": "US ZIP (preferred). Or pass lat+lon."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries