← Eistland

Skipulagsáætlunategundir

GET /estonian-plans/types

Skráðu allar types of spatial plans in Estonia with counts. Inniheldur detailplaneering (detailed plans), üldplaneering (comprehensive plans), and maakonnaplaneering (county plans).

Dæmi um fyrirspurnir

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

Lifandi svar

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