← Estland

Seezeichen-Typen

GET /estonian-nav-marks/types

Listen Sie alle Arten von Navigationszeichen in estnischen Gewässern mit Anzahl auf. Zu den Typen gehören Tuletorn (Leuchtturm), Tulepaak (Bake), Poi (Boje), Tooder (Spierenboje) und Leitlinienzeichen.

Sehen Sie es visualisiert

Beispielanfragen

Grundlegende Verwendung
curl https://nordapi.ee/api/v1/estonian-nav-marks/types

Live-Antwort

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