GFS data using API problem
-
I'm trying to get gfs data to be integrated in openlayers map but I;m getting 500 status code with resp: We are sorry, but something broke. 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);
});
Windyty, S.E. - all rights reserved. Powered by excellent NodeBB
NodeBB & contributors, OSM & contributors, HERE maps