---
title: "Bulk - Details about local plan policies"
method: POST
path: "/local_plan_policy"
tags: ["Local Policy"]
---

# Bulk - Details about local plan policies

`POST /local_plan_policy`

Given a set of local plan policy IDs, get details about local plan policies in bulk

## Request body

- object
  - `ids` string[], required — List of local plan policy IDs (max 50)

## Response `200`

Details about local plan policies

- LocalPlanPolicyFeatureCollection
  - `data` object
    - `features` object[]
      - `id` string, uuid — A policy ID in the form of a UUID.
      - `name` string, nullable
      - `type` string
      - `attributes` object[] — Attributes containing any additional details about the feature
        - `key` string
        - `value` string
      - `geometries` object[] — Array of geometries relating to the feature
        - `area_hectares` number, float, nullable
        - `geometry` union — GeoJSON of the feature.
          - object
            - `type` 'Polygon', required — the geometry type
            - `coordinates` LinearRingCoordinates[], required
              - …
          - object — GeoJSON MultiPolygon
            - `type` 'MultiPolygon', required — the geometry type
            - `coordinates` PolygonCoordinates[], required
              - …

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/land/apis/landtech-api.md) · [All operations](https://skmtc.net/land/apis/landtech-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/land/landtech-api/revisions/4608786ac394/schema)
