National Weather Service - location forecasts, hourly views, text forecasts, and maps.
Hourly Forecast
ASYNCREADNo auth
Returns an hourly forecast by coordinates: temperature, wind, humidity, and precipitation.
ParametersFormJSON
Latitude of the forecast point in decimal degrees
Longitude of the forecast point in decimal degrees
cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_forecast_weather_gov_hourly_forecast_graphical", "params": { "lat": "40.713", "lon": "-74.0072" } }'