<?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[Not able to access API ...]]></title><description><![CDATA[<p dir="auto">Hello, unfortunately I am not able to use the Windy API. An Error 404 is returning every time.</p>
<p dir="auto">I read the documentation but can't find my solution...</p>
<p dir="auto">This is my current implementation :</p>
<p dir="auto">async componentDidMount() {<br />
const body = {<br />
lat: 49.809,<br />
lon: 16.787,<br />
model: "gfs",<br />
parameters: "wind",<br />
levels: "surface",<br />
key: "",<br />
};<br />
const response = await axios.post(<br />
"<a href="https://api.windy.com/api/point-forecast/v2" rel="nofollow ugc">https://api.windy.com/api/point-forecast/v2</a>",<br />
{ body }<br />
);</p>
<p dir="auto">Thank you in advance for your help !!</p>
]]></description><link>https://community.windy.com/topic/23770/not-able-to-access-api</link><generator>RSS for Node</generator><lastBuildDate>Fri, 13 Mar 2026 08:53:23 GMT</lastBuildDate><atom:link href="https://community.windy.com/topic/23770.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 11 Jan 2023 19:08:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Not able to access API ... on Thu, 12 Jan 2023 13:19:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/florian-ruf-rodot" aria-label="Profile: Florian-Ruf-Rodot">@<bdi>Florian-Ruf-Rodot</bdi></a> can you share detailed info at <a href="mailto:support@windy.com" rel="nofollow ugc">support@windy.com</a>, please?</p>
]]></description><link>https://community.windy.com/post/130751</link><guid isPermaLink="true">https://community.windy.com/post/130751</guid><dc:creator><![CDATA[Suty]]></dc:creator><pubDate>Thu, 12 Jan 2023 13:19:05 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access API ... on Thu, 12 Jan 2023 11:59:48 GMT]]></title><description><![CDATA[<p dir="auto">@Ondřej-Šutera No I did not share it...</p>
<p dir="auto">Removed the curly braces and it still does not work. Tried with Meteomatics and other APIs and my implementation is working...</p>
]]></description><link>https://community.windy.com/post/130740</link><guid isPermaLink="true">https://community.windy.com/post/130740</guid><dc:creator><![CDATA[Florian Ruf Rodot]]></dc:creator><pubDate>Thu, 12 Jan 2023 11:59:48 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access API ... on Thu, 12 Jan 2023 11:50:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/florian-ruf-rodot" aria-label="Profile: Florian-Ruf-Rodot">@<bdi>Florian-Ruf-Rodot</bdi></a> We tested our functionality, and it standardly works on our end. Please fix the body element as well. It should be without those curly braces.</p>
<p dir="auto">According to your API key, did you share yours or there is a typo or change, so you keep yours for yourself (as you should)? I am asking because we checked that and it is not active.</p>
]]></description><link>https://community.windy.com/post/130735</link><guid isPermaLink="true">https://community.windy.com/post/130735</guid><dc:creator><![CDATA[Suty]]></dc:creator><pubDate>Thu, 12 Jan 2023 11:50:48 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access API ... on Thu, 12 Jan 2023 10:20:47 GMT]]></title><description><![CDATA[<p dir="auto">@Ondřej-Šutera Thank you for answering !</p>
<p dir="auto">I have done it but still receive an error...</p>
]]></description><link>https://community.windy.com/post/130722</link><guid isPermaLink="true">https://community.windy.com/post/130722</guid><dc:creator><![CDATA[Florian Ruf Rodot]]></dc:creator><pubDate>Thu, 12 Jan 2023 10:20:47 GMT</pubDate></item><item><title><![CDATA[Reply to Not able to access API ... on Fri, 13 Jan 2023 14:30:01 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/florian-ruf-rodot" aria-label="Profile: Florian-Ruf-Rodot">@<bdi>Florian-Ruf-Rodot</bdi></a>, can you change parameters and levels to fields like this:</p>
<pre><code>const body = {
lat: 49.809,
lon: 16.787,
model: "gfs",
parameters: ["wind"],
levels: ["surface"],
key: "",
};
</code></pre>
]]></description><link>https://community.windy.com/post/130717</link><guid isPermaLink="true">https://community.windy.com/post/130717</guid><dc:creator><![CDATA[Suty]]></dc:creator><pubDate>Fri, 13 Jan 2023 14:30:01 GMT</pubDate></item></channel></rss>