---
title: "Search for planning applications"
method: POST
path: "/planning-applications/search"
tags: ["Planning Applications"]
---

# Search for planning applications

`POST /planning-applications/search`

Given a geometry, get a list of planning application references, grouped by the planning authority GSS code.

## Request body

- object
  - `geometry` union
    - Point — GeoJSON Point
      - `type` 'Point', required — the geometry type
      - `coordinates` number[], required
    - Polygon
      - `type` 'Polygon', required — the geometry type
      - `coordinates` LinearRingCoordinates[], required
        - PointCoordinates[]
          - number[]
    - MultiPolygon — GeoJSON MultiPolygon
      - `type` 'MultiPolygon', required — the geometry type
      - `coordinates` PolygonCoordinates[], required
        - LinearRingCoordinates[]
          - PointCoordinates[]
            - number[]

## Response `200`

Planning Application Refs

- object
  - `applications` object[], required
    - `gss_code` string, required — The GSS code of a planning authority, e.g. `E09000033`.
    - `refs` string[], required

## Other responses

- `400` — Invalid request
- `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/versions/4608786ac394/schema)
