← Estonia

Spatial Plan Types

GET /estonian-plans/types

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

Example Requests

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

Live Response

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