Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login

    Live wave data

    Windy API v4
    2
    2
    121
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      piotrbialek
      last edited by

      Hello,

      we are looking at getting wave heigh data with highest possible refresh rate. At the moment we use API call:

      curl --location 'https://api.windy.com/api/point-forecast/v2' \
      --header 'Content-Type: application/json' \
      --data '{
          "lat": 60.686,
          "lon": -2.551,
          "model": "gfsWave",
          "levels": ["surface"],
          "parameters": ["waves", "windWaves"],
          "key": "xxx"
      }'
      

      Because of our premium subscription, we get an update every 6 hours. Is there any other way to get more frequent update? Like for wind and temperature (every 1 hour)

      curl --location 'https://api.windy.com/api/point-forecast/v2' \
      --header 'Content-Type: application/json' \
      --data '{
          "lat": 60.686,
          "lon": -2.551,
          "model": "gfs",
          "levels": ["surface"],
          "parameters": ["temp", "wind", "windGust", "precip", "ptype"],
          "key": "xxx"
      }'
      

      Thanks!
      P.

      1 Reply Last reply Reply Quote 0
      • Jari SochorováJ
        Jari Sochorová Administrator
        last edited by

        @piotrbialek Hi, unfortunately, more frequent updates of wave height are not possible, as new calculations are simply not available more often.
        Warm regards, Jari

        1 Reply Last reply Reply Quote 1
        • First post
          Last post
        Windyty, S.E. - all rights reserved. Powered by excellent NodeBB
        NodeBB & contributors, OSM & contributors, HERE maps
        Terms of Use     Privacy Policy