Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login
    1. Home
    2. Waqas Saleem 2
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    Waqas Saleem 2

    @Waqas Saleem 2

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

    Waqas Saleem 2 Unfollow Follow

    Latest posts made by Waqas Saleem 2

    • RE: 500 Error

      @marekd , Here is my code

      var data = {
      "lat": 49.809,
      "lon": 16.787,
      "model": "gfs",
      "parameters": ["wind", "dewpoint", "rh", "pressure"],
      "levels": ["surface", "800h", "300h"],
      "key": "API KEY"
      };
      $.ajax({
      method: "POST",
      contentType: "application/json",
      url: "https://api.windy.com/api/point-forecast/v2",
      dataType: 'json',
      data: data
      })
      .done(function(msg) {
      // console.log(msg);
      });

      It returns
      We are sorry, but something broke.

      posted in Windy API v4
      Waqas Saleem 2W
      Waqas Saleem 2