← Estonia

Tipos de marcas de navegación

GET /estonian-nav-marks/types

Liste todos los tipos de marcas de navegación en aguas estonias con sus recuentos. Los tipos incluyen Tuletorn (faro), Tulepaak (baliza), Poi (boya), Tooder (boya percha) y marcas de enfilación.

Véalo visualizado

Ejemplos de solicitudes

Uso basico
curl https://nordapi.ee/api/v1/estonian-nav-marks/types

Respuesta en vivo

{
  "data": [
    {
      "count": 343,
      "type": "Vasaku külje tooder"
    },
    {
      "count": 317,
      "type": "Parema külje tooder"
    },
    {
      "count": 207,
      "type": "Eriotstarbeline tooder"
    },
    {
      "count": 130,
      "type": "Tulepaak"
    },
    {
      "count": 59,
      "type": "Tulepaak, sihi alumine"
    },
    {
      "count": 57,
      "type": "Parema külje poi"
    },
    {
      "count": 55,
      "type": "Tulepaak, sihi ülemine"
    },
    {
      "count": 53,
      "type": "Idatooder"
    },
    {
      "count": 53,
      "type": "Vasaku külje poi"
    },
    {
      "count": 52,
      "type": "Lõunatooder"
    },
    {
      "count": 49,
      "type": "Teljetooder"
    },
    {
      "count": 46,
      "type": "Läänetooder"
    },
    {
      "count": 43,
      "type": "Põhjatooder"
    },
    {
      "count": 35,
      "type": "Põhjapoi"
    },
    {
      "count": 34,
      "type": "Tuletorn"
    },
    {
      "count": 23,
      "type": "Teljepoi"
    },
    {
      "count": 22,
      "type": "Läänepoi"
    },
    {
      "count": 20,
      "type": "Lõunapoi"
    },
    {
      "count": 18,
      "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
}