Replies: 2 comments
-
Take a look at the /stations/{station ID}/observations/latest endpoint. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, that is exactly what I was looking for. Thank you! |
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
-
This seems like an obvious question but I couldn't find where anyone asked it.
I'd like the information like in a forecast but CURRENT readings with the time they were taken. Is there a way to request that?
Something like this:
"generatedAt": "2020-12-12T20:44:25+00:00",
"isDaytime": true,
"temperature": 39,
"temperatureUnit": "F",
"temperatureTrend": null,
"windSpeed": "9 mph",
"windDirection": "N",
"icon": "https://api.weather.gov/icons/land/day/rain,90?size=small",
"shortWeather": "Light Rain",
Beta Was this translation helpful? Give feedback.
All reactions