For more than a year, I was getting “uv” values returned for the Better Forecast > Current Conditions using the command down below. But just recently (maybe Jan 10 2025?), it stopped and broke my script.
Just wondering if this is on purpose? I tried looking through the API documentation, and it seems “uv” should still be supported.
I have an app that collects observation data several times a day for my station and it stopped working as of 224-01-12.
I was able to update my code to the currently documented API but I’m curious if there was an announcement that what I was using was EOL as of this date and I just missed it or what?
The whole structure of the response is different now.
I’d like not to be caught off guard again in the future.
Peter - Now that I’ve spent hours “getting it to work” it looks like nothing actually changed on the API end (or my end) - I’m left scratching my head about what broke. I have a Google Cloud Function that calls the API every 5 minutes and stores the data where a web page of mine can pull and report on the conditions and forecast and charts conditions over time. It’s been working for a year with no problems and then suddenly stopped working at midnight on Jan 12. I’m now running the same code as I was a week ago and it’s working. Ugh