---
title: "Returns list of areas"
method: GET
path: "/v{version}/areas"
tags: ["Areas"]
---

# Returns list of areas

`GET /v{version}/areas`

## Path parameters

- `version` string, required

## Response `200`

OK

- AreaResponse
  - `row_count` integer
  - `areas` Area[]
    - `Id` string
    - `Name` string, required
    - `Description` string, required
    - `XLongitude` string, required
    - `XLatitude` string, required
    - `YLongitude` string, required
    - `YLatitude` string, required

## Other responses

- `400` — Bad request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/highwaysengland/apis/untitled-api.md) · [All operations](https://skmtc.dev/highwaysengland/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/highwaysengland/untitled-api/revisions/205c5b6e7a16/schema)
