---
title: "List available regions"
method: GET
path: "/regions"
tags: ["Parcels"]
---

# List available regions

`GET /regions`

List the GSS code and name of known regions (local authorities), that can be used when searching for parcels.

## Response `200`

A list of regions available.

- object
  - `data` object
    - `regions` RegionDetail[]
      - `gss_code` string, required — The GSS code of a local authority, e.g. `E06000023`.
      - `name` string — The descriptive name of the region.

## 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/versions/4608786ac394/schema)
