← Estland

Raumplanungstypen

GET /estonian-plans/types

Auflisten aller types of spatial plans in Estonia with counts. Enthält detailplaneering (detailed plans), üldplaneering (comprehensive plans), und maakonnaplaneering (county plans).

Beispielanfragen

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

Live-Antwort

{
  "data": [
    {
      "count": 14807,
      "type": "MP"
    },
    {
      "count": 1742,
      "type": "MPJ"
    },
    {
      "count": 871,
      "type": "MPTP"
    }
  ],
  "success": true,
  "total": 3
}