Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login
    1. Home
    2. letskite
    L
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Groups 0

    letskite

    @letskite

    1
    Reputation
    15
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    letskite Unfollow Follow

    Best posts made by letskite

    • Request change on API for less calls

      Hi Windy Devs,
      I have a request. In my project, I record all the windy weather stations every 10 minutes. When I started this, 3 years ago, there were less than 500, now there are more than 5,000.

      So to avoid making 5000 calls from my server to yours, I now detect via the endpoint https://stations.windy.com/pws/stations/ the date of the last update and if it is more recent than what I have in base I import the new data. But it still makes between 1000 to 1500 calls every 10 minutes. I find that it overloads my server and yours unnecessarily.

      Most of the other weather station services, it is possible to have in a single call, the list of weather stations and the last values ​​recorded by the station. There is often another endpoint for the history but in this case, I would not need it anymore.

      So would it be possible to change that on your side?

      posted in Windy Stations
      L
      letskite

    Latest posts made by letskite

    • Request change on API for less calls

      Hi Windy Devs,
      I have a request. In my project, I record all the windy weather stations every 10 minutes. When I started this, 3 years ago, there were less than 500, now there are more than 5,000.

      So to avoid making 5000 calls from my server to yours, I now detect via the endpoint https://stations.windy.com/pws/stations/ the date of the last update and if it is more recent than what I have in base I import the new data. But it still makes between 1000 to 1500 calls every 10 minutes. I find that it overloads my server and yours unnecessarily.

      Most of the other weather station services, it is possible to have in a single call, the list of weather stations and the last values ​​recorded by the station. There is often another endpoint for the history but in this case, I would not need it anymore.

      So would it be possible to change that on your side?

      posted in Windy Stations
      L
      letskite
    • RE: Station id must be integer

      If i take the first station in the list api (For exemple) . id = f07e0238

      I dont have "Station id" in the list only id ??

      And this :

      https://stations.windy.com/pws/station/MYAPYKEY/f07e0238

      Dont work :-(

      posted in Windy Stations
      L
      letskite
    • RE: Station id must be integer

      More tests,

      I try

      This url :
      https://stations.windy.com/pws/station/open/APIKEY/f06e4e4e -> Everythings is ok
      This url :
      https://stations.windy.com/pws/stations/API-KEY -> Everythings is ok

      This url :
      https://stations.windy.com/pws/station/MYAPYKEY/f06e4e4e -> "station id must be integer"

      It makes me crazy !!!

      posted in Windy Stations
      L
      letskite
    • Station id must be integer

      Hi Windy team,

      When I try to access the data of a station with this url for example:

      https://stations.windy.com/pws/station/MYAPYKEY/f0769479

      My browser say : station id must be integer

      some help ?

      posted in Windy Stations
      L
      letskite