Hello,
I am seeing a delay of 30-45 minutes in the "Current Conditions" date time in response to this type of query:
https://weather.visualcrossing.com/VisualCrossingWebServices/rest/services/timeline/34.053819,-118.243698/<CURRENT DATE>
?key=<API KEY>
&unitGroup=us
&contentType=json
&include=current
The delay is the same when using the Query Builder on the website and the API in an external program (which makes sense).
I don't expect minute-by-minute updates.
When the current conditions response changes, it seems like there is a 15-20 minute update interval in the timestamps, but they are always delayed by 30 or more minutes. So, instead of seeing the latest "current conditions" from the time that is shown in the timestamp to 15 minutes after the timestamp, I'm seeing the previous "current conditions" from 15 or more minutes after the timestamp to 30 or more minutes after the timestamp.
Is there a way to get more current data?
Thanks!