<?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[&#x2F;list?show=regions returns empty regions array]]></title><description><![CDATA[<p dir="auto">Hello, I am trying to access the list of all regions, in the docs it says use "/list?show=regions" endpoint to retrieve a list of all available regions. I get this response:</p>
<pre><code>{
    "status": "OK",
    "result": {
        "offset": 0,
        "limit": 10,
        "total": 53825,
        "regions": []
    }
}
</code></pre>
<p dir="auto">Is there some kind of error in the system or am I doing something wrong?</p>
]]></description><link>https://community.windy.com/topic/17930/list-show-regions-returns-empty-regions-array</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 14:30:15 GMT</lastBuildDate><atom:link href="https://community.windy.com/topic/17930.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 21 Sep 2021 10:33:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &#x2F;list?show=regions returns empty regions array on Fri, 24 Sep 2021 07:08:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lukoss" aria-label="Profile: lukoss">@<bdi>lukoss</bdi></a> Hello, it seems as a bug, our developers will try to fix it as soon as they can. Thank you for report.</p>
]]></description><link>https://community.windy.com/post/88028</link><guid isPermaLink="true">https://community.windy.com/post/88028</guid><dc:creator><![CDATA[Korina]]></dc:creator><pubDate>Fri, 24 Sep 2021 07:08:58 GMT</pubDate></item><item><title><![CDATA[Reply to &#x2F;list?show=regions returns empty regions array on Tue, 21 Sep 2021 15:03:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/korina" aria-label="Profile: korina">@<bdi>korina</bdi></a> hello, thanks for reply. What code do you mean? I get this response when I am trying to make a request from postman app. I type in this url - <a href="https://api.windy.com/api/webcams/v2/list?show=regions" rel="nofollow ugc">https://api.windy.com/api/webcams/v2/list?show=regions</a> (api key is in headers). For example <a href="https://api.windy.com/api/webcams/v2/list?show=countries" rel="nofollow ugc">https://api.windy.com/api/webcams/v2/list?show=countries</a> works like this (i get and array inside countries of all the available countries):</p>
<pre><code>{
    "status": "OK",
    "result": {
        "offset": 0,
        "limit": 10,
        "total": 53838,
        "countries": [
            {
                "id": "CH",
                "name": "Switzerland",
                "count": 1510
            },
            {
                "id": "DE",
                "name": "Germany",
                "count": 3200
            },.... and the list goes on
</code></pre>
<p dir="auto">and for <a href="https://api.windy.com/api/webcams/v2/list?show=regions" rel="nofollow ugc">https://api.windy.com/api/webcams/v2/list?show=regions</a>, all I get is "regions": [], with empty array. I want to get an array with all of the available regions. In the docs it says that this should work. <img src="/assets/uploads/files/1632236596271-docs.png" alt="docs.PNG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.windy.com/post/87853</link><guid isPermaLink="true">https://community.windy.com/post/87853</guid><dc:creator><![CDATA[lukoss]]></dc:creator><pubDate>Tue, 21 Sep 2021 15:03:24 GMT</pubDate></item><item><title><![CDATA[Reply to &#x2F;list?show=regions returns empty regions array on Tue, 21 Sep 2021 11:19:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lukoss" aria-label="Profile: lukoss">@<bdi>lukoss</bdi></a> Hello, did you insert the code for the region?</p>
]]></description><link>https://community.windy.com/post/87828</link><guid isPermaLink="true">https://community.windy.com/post/87828</guid><dc:creator><![CDATA[Korina]]></dc:creator><pubDate>Tue, 21 Sep 2021 11:19:04 GMT</pubDate></item></channel></rss>