← Eesti

Ruumiplaneeringu tüübid

GET /estonian-plans/types

Kuva all types of spatial plans in Estonia with counts. Sisaldab detailplaneering (detailed plans), üldplaneering (comprehensive plans), and maakonnaplaneering (county plans).

Näidispäringud

Põhikasutus
curl https://nordapi.ee/api/v1/estonian-plans/types

Reaalajas vastus

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