← 爱沙尼亚

航标类型

GET /estonian-nav-marks/types

列出爱沙尼亚水域中所有类型的航标及其数量。类型包括 Tuletorn(灯塔)、Tulepaak(信标)、Poi(浮标)、Tooder(柱形浮标)和导标。

请求示例

基本用法
curl https://nordapi.ee/api/v1/estonian-nav-marks/types

实时响应

{
  "data": [
    {
      "count": 334,
      "type": "Vasaku külje tooder"
    },
    {
      "count": 307,
      "type": "Parema külje tooder"
    },
    {
      "count": 218,
      "type": "Eriotstarbeline tooder"
    },
    {
      "count": 133,
      "type": "Tulepaak"
    },
    {
      "count": 59,
      "type": "Tulepaak, sihi alumine"
    },
    {
      "count": 57,
      "type": "Parema külje poi"
    },
    {
      "count": 55,
      "type": "Tulepaak, sihi ülemine"
    },
    {
      "count": 53,
      "type": "Vasaku külje poi"
    },
    {
      "count": 52,
      "type": "Idatooder"
    },
    {
      "count": 50,
      "type": "Lõunatooder"
    },
    {
      "count": 48,
      "type": "Teljetooder"
    },
    {
      "count": 45,
      "type": "Läänetooder"
    },
    {
      "count": 42,
      "type": "Põhjatooder"
    },
    {
      "count": 35,
      "type": "Põhjapoi"
    },
    {
      "count": 34,
      "type": "Tuletorn"
    },
    {
      "count": 22,
      "type": "Läänepoi"
    },
    {
      "count": 21,
      "type": "Teljepoi"
    },
    {
      "count": 19,
      "type": "Lõunapoi"
    },
    {
      "count": 16,
      "type": "Idapoi"
    },
    {
      "count": 15,
      "type": "Päevamärk"
    },
    {
      "count": 11,
      "type": "Tuletorn, sihi ülemine"
    },
    {
      "count": 9,
      "type": "Tuletorn, sihi alumine"
    },
    {
      "count": 7,
      "type": "Eraldiasuva ohu tooder"
    },
    {
      "count": 6,
      "type": "Päevamärk, sihi ülemine"
    },
    {
      "count": 4,
      "type": "Päevamärk, sihi alumine"
    },
    {
      "count": 1,
      "type": "Eraldiasuva ohu poi"
    },
    {
      "count": 1,
      "type": "Tuletorn, sihi alumine/ülemine"
    }
  ],
  "success": true,
  "total": 27
}