Windy API, test - just returns NULLs over all.
-
When testing the API, only NULLs are returned for each value.
Its totally fine that it is random data, but NULL is pretty hard to test against. Could we atleast get some data instead of NULL?
Lot of the response has been redacted for readability.
{ "ts": [ 1755054000000, 1755064800000, .... ], "units": { "temp-surface": "K", "dewpoint-surface": "K", .... }, "temp-surface": [ null, null ], "dewpoint-surface": [ null, null ], .... "warning": "The testing API version is for development purposes only. This data is randomly shuffled and slightly modified." }
Windy Community | Powered by excellent
NodeBB