<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[GFS data using API problem]]></title><description><![CDATA[<p dir="auto">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</p>
<p dir="auto">var data = {<br />
"lat": 49.809,<br />
"lon": 16.787,<br />
"model": "gfs",<br />
"parameters": ["wind", "dewpoint", "rh", "pressure"],<br />
"levels": ["surface", "800h", "300h"],<br />
"key": "API KEY"<br />
};<br />
$.ajax({<br />
method: "POST",<br />
contentType: "application/json",<br />
url: "<a href="https://api.windy.com/api/point-forecast/v2" rel="nofollow ugc">https://api.windy.com/api/point-forecast/v2</a>",<br />
dataType: 'json',<br />
data: data<br />
})<br />
.done(function(msg) {<br />
console.log(msg);<br />
});</p>
]]></description><link>https://community.windy.com/topic/24464/gfs-data-using-api-problem</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 03:51:27 GMT</lastBuildDate><atom:link href="https://community.windy.com/topic/24464.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 25 Feb 2023 07:22:47 GMT</pubDate><ttl>60</ttl></channel></rss>