How can I find "detailedForecast" info in hourly weather API? #305
Replies: 6 comments
|
Hello, please provide the URL of the request you attempted to make, a snippet of the response, and the correlation id found in the response header. |
|
scadergit, here is the URL: https://api.weather.gov/gridpoints/SEW/125,66/forecast/hourly Here is part of response: "periods": [ "detailedForecast" is empty. May be this is by design? Thanks |
|
It would not be by design. I was able to reproduce. We'll look into it, but it might take some time. |
|
Great, thanks you check into it. |
|
Turns out I read too quickly yesterday, there is no description for hourly. The property will be removed from that endpoint on a future release. |
|
Thanks your additional info and efforts |
Uh oh!
There was an error while loading. Please reload this page.
NOTE
Please do not report operational issues (such as outages) here. We can not support these issues via this forum. Please report these as described here: https://weather-gov.github.io/api/reporting-issues
Please describe what you're trying to do.
A clear and concise description of what your issue is. Ex. I'm looking for forecast data...
In the hourly API, "detailedForecast" is blank. Is there way to get info? I can get it from /gridpoints/{wfo}/{x},{y}/forecast. But it is not what I need.
Just double check, for the weather forecast, there are only two API
/gridpoints/{wfo}/{x},{y}/forecast
/gridpoints/{wfo}/{x},{y}/forecast/hourly
Did I missed any other API?
Thanks,
All reactions