GET /greenland/weather/cities
Supported Greenlandic town slugs for the forecast endpoint.
curl https://nordapi.ee/api/v1/greenland/weather/cities
{
"data": [
"aasiaat",
"ilulissat",
"maniitsoq",
"nuuk",
"qaqortoq",
"sisimiut",
"tasiilaq"
],
"success": true
}