---
title: "Get a list of sites"
method: GET
path: "/v{version}/sites"
tags: ["Sites"]
---

# Get a list of sites

`GET /v{version}/sites`

## Path parameters

- `version` string, required

## Response `200`

OK

- SiteResponse
  - `row_count` integer
  - `sites` SiteResult[]
    - `Id` string
    - `Name` string
    - `Description` string
    - `Longitude` number, double
    - `Latitude` number, double
    - `Status` string

## 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)
