Observations endpoint only has last week of data? #646
Closed
sbrowngigster
started this conversation in
General
Replies: 1 comment 1 reply
-
See #275 The API is not meant to be a repository for historical data. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to get temperature and precipitation across several stations for the last year. I'm getting Response 200 with empty feature list for any time period further back than one week. For instance, this returns empty feature list:
https://api.weather.gov/stations/KLAF/observations?start=2023-07-11T00:00:00Z&end=2023-07-12T00:00:00Z
While this returns the data:
https://api.weather.gov/stations/KLAF/observations?start=2023-07-19T00:00:00Z&end=2023-07-20T00:00:00Z
I saw the same thing across dozens of stations I tried. I'm trying to figure out if the problem is in on my end or the API itself.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions