← Estonia

Navigational Mark Types

GET /estonian-nav-marks/types

List all types of navigational marks in Estonian waters with counts. Types include Tuletorn (lighthouse), Tulepaak (beacon), Poi (buoy), Tooder (spar buoy), and leading line marks.

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/estonian-nav-marks/types

Live Response

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