← Viro

Kaavatyypit

GET /estonian-plans/types

Listaa all types of spatial plans in Estonia with counts. Sisältää detailplaneering (detailed plans), üldplaneering (comprehensive plans), and maakonnaplaneering (county plans).

Esimerkkipyynnöt

Peruskäyttö
curl https://nordapi.ee/api/v1/estonian-plans/types

Reaaliaikainen vastaus

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