weather_hourly
ActiveTool of Ready APIs
Hour-by-hour forecast: temperature, apparent temperature, precipitation probability + amount, humidity, cloud cover, wind speed/gusts/direction, and a WMO condition label per hour. For event timing, energy-demand curves, and logistics windows.
Parameters schema
{
"type": "object",
"properties": {
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"hours": {
"type": "integer",
"default": 48,
"maximum": 384,
"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