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

    Francois Lacroix

    @Francois Lacroix

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

    Francois Lacroix Unfollow Follow

    Latest posts made by Francois Lacroix

    • RE: We are sorry, but something broke.

      @marekd I'm definitely hitting the throttling limit, as I get HTTP/403. I do manage few numbers of stations and growing. less restrictive would be nice. otherwise stationId specific

      posted in Windy Stations
      F
      Francois Lacroix
    • RE: We are sorry, but something broke.

      @marekd thanks the issue got solve in the weekend.
      Quick questions:
      I could not find a bulk processing available with the API v2, and there is an very strict rate limiting. Do you plan to implement it?
      To my understanding you assume the station is stationary, the prevouis API allowed to specify the coords if or when there is movement. Do you plan to implement it?

      posted in Windy Stations
      F
      Francois Lacroix
    • RE: PWS API v2 - intermittent 500 error

      hey same issue, Unable to have a valid request to update data.
      HTTP/500 server error

      posted in Windy Stations
      F
      Francois Lacroix
    • We are sorry, but something broke.

      Hello I trying to update my software to PWS API V2.
      The old V1 API endpoint all return HTTP/410, even so it was suppose to be end of 2026!
      Anyhow, If I add a wind, temp or any other parameters, I received a HTTP/500. Without any metrics parameters, it works, however no data is register!

      curl -X GET -k -H 'Authorization: Bearer 9..0' -i 'https://stations.windy.com/api/v2/observation/update?wind=4.2&id=1....e&time=2026-01-13T13%3A41%3A00Z'
      HTTP/2 500
      

      but

      curl -X GET -k -H 'Authorization: Bearer 9..0' -i 'https://stations.windy.com/api/v2/observation/update?&id=1....e&time=2026-01-13T13%3A42%3A00Z'
      HTTP/2 200
      
      posted in Windy Stations
      F
      Francois Lacroix