← Estland

Sjömärkestyper

GET /estonian-nav-marks/types

Lista alla typer av sjömärken i estniska vatten med antal. Typer inkluderar Tuletorn (fyr), Tulepaak (fyrbåk), Poi (boj), Tooder (spjutboj) och inseglingsmärken.

Se det visualiserat

Exempelförfrågningar

Grundläggande användning
curl https://nordapi.ee/api/v1/estonian-nav-marks/types

Livesvar

{
  "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
}