← Estland

Detaljplanstyper

GET /estonian-plans/types

List all typer of detaljplaner in Estland med antal. Inkluderar detaljplaneering (detaljerad plans), üldplaneering (omfattande plans), and maakonnaplaneering (county plans).

Exempelförfrågningar

Grundläggande användning
curl https://nordapi.ee/api/v1/estonian-plans/types

Livesvar

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