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

    Live wave data

    Scheduled Pinned Locked Moved Windy API v4
    2 Posts 2 Posters 593 Views 2 Watching
    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 Offline
      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 Offline
        Jari Sochorová Meteorologist Windy Staff
        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
        Windy Community  |  Powered by excellent NodeBB
        Terms of Use     Privacy Policy     Windy.com