How to Access the Windy Stations Data
-
@TomSlavkovsky The links are not working. What do we need to do with the key once we have it?
It's quite unclear -
@FrancoisCramer Hello, what exactly is not working please? Did you enter your API key?
-
Hi, if you click on the link, they're not working, as is nothing happens and I get a message error
-
(https://stations.windy.com/pws/station/API-KEY/STATION_ID)
When I click to Open API, I go to a page with links to methods to retrieve data. These links are dead.
Is there a clear instruction about how to set it up. Clear means that you don't need to be a coder to understand it
Thank you
-
@FrancoisCramer Hello, these links serve as an example. As you can see, you will need to add your API key and station ID.
-
Hi
My station is Oregon WMR100n and Virtual Weather Station as software. Please let me know how to send my data to your site.
Thanks in advance,
Regards -
See this link Korina posted above:
https://community.windy.com/topic/8168/report-your-weather-station-data-to-windy
-
It sure would be nice to have an API which tells you information from the closest publicly available weather station to the GPS coordinates you give. I like being able to get my own weather station data, but if I'm not at home, I'd like the closest station to where I currently am.
Anything?
-
I started sending my PWS data to Windy yesterday via the Windy weewx plugin. My station still doesn't show any data when I try to view it there is just a revolving icon as if it's searching. When I go to data page I can see data there but there are a lot of null values. My station ID is f0689a3c please let me know what else I can check.
-
This post is deleted! -
Hi to the developer team. Thanks for all your work to allow posting data from personal weather stations.
I know this question has been asked before, but can you please give serious consideration to the option of getting just the most recent data for a given station ID? Having to search for this information by downloading 30 days' worth of data is rather cumbersome and just adds more unnecessary traffic to the internet. It would be far more economical to do the filtering at the source instead of the client.
E.g. how about appending an optional querystring value to the GET request:
https://stations.windy.com/pws/station/API-KEY/STATION_ID?latest
All the best.
Geoff -
@gjh80 Thank you, we will consider it.