v1

latestOpenAPI 3.0.32026-08-0638140175.8 KB
Planning Applications

Search for planning applications

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

post/planning-applications/search

Request body

Example request

{
  "geometry": {
    "type": "Point",
    "coordinates": [
      -0.12755,
      51.5073
    ]
  }
}

Response

Planning Application Refs

Example response

{
  "applications": [
    {
      "gss_code": "E09000033",
      "refs": [
        "16/02592/LBC"
      ]
    }
  ]
}