---
title: "Gets the occupancy for a car park with a given id"
method: GET
path: "/Occupancy/CarPark/{id}"
tags: ["Occupancy"]
---

# Gets the occupancy for a car park with a given id

`GET /Occupancy/CarPark/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- TflApiPresentationEntitiesCarParkOccupancy
  - `id` string
  - `bays` TflApiPresentationEntitiesBay[]
    - `bayType` string
    - `bayCount` integer
    - `free` integer
    - `occupied` integer
  - `name` string
  - `carParkDetailsUrl` string

---

[API](https://skmtc.net/tfl/apis/transport-for-london-unified-api.md) · [All operations](https://skmtc.net/tfl/apis/transport-for-london-unified-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tfl/transport-for-london-unified-api/revisions/266abe0486b0/schema)
