← Greenland

Greenland Weather City List

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
}