Hourly Humidity Forecast - Accessible through API? #202
Unanswered
devonschmidt
asked this question in
Q&A
Replies: 3 comments
-
Just chop the "forecast/hourly/" off that URL and you get the raw data from the office. It has both dew point and relative humidity. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Great, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
This would be the way to do it. The gridpoint data is in fact the raw data behind the tabular forecast/hourly weather graph. We are looking at adding some of these additional fields to the forecast endpoints in a future release so there's less of a disconnect between the two. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, can you get hourly forecasted humidity information from an API call? The data seems available through the website, but is not returned using the api (I used the following call for example: 'https://api.weather.gov/gridpoints/MKX/88,60/forecast/hourly').
Your help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions