Windy Community

    • Register
    • Login
    • Search
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    1. Home
    2. g.martins
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 1
    • Controversial 0
    • Groups 0

    g.martins

    @g.martins

    8
    Reputation
    2
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    g.martins Unfollow Follow

    Best posts made by g.martins

    • RE: API Requests in Python
      data = {"lat": -39.809,
              "lon": -16.787,
              "model": "gfs",
              "parameters": ["wind"],
              "key": "abcd1234"
              }
      header = {"Content-Type" :"application/json"}
      s= requests.post("https://api.windy.com/api/point-forecast/v2", json = data, headers = header)
      print(s.text)
      
      posted in Windy API v4
      G
      g.martins

    Latest posts made by g.martins

    • RE: API Requests in Python
      data = {"lat": -39.809,
              "lon": -16.787,
              "model": "gfs",
              "parameters": ["wind"],
              "key": "abcd1234"
              }
      header = {"Content-Type" :"application/json"}
      s= requests.post("https://api.windy.com/api/point-forecast/v2", json = data, headers = header)
      print(s.text)
      
      posted in Windy API v4
      G
      g.martins