---
title: "Get the occupancy for bike points."
method: GET
path: "/Occupancy/BikePoints/{ids}"
tags: ["Occupancy"]
---

# Get the occupancy for bike points.

`GET /Occupancy/BikePoints/{ids}`

## Path parameters

- `ids` string[], required

## Response `200`

OK

- TflApiPresentationEntitiesBikePointOccupancy[]
  - `id` string — Id of the bike point such as BikePoints_1
  - `name` string — Name / Common name of the bike point
  - `bikesCount` integer — Total bike counts
  - `emptyDocks` integer — Empty docks
  - `totalDocks` integer — Total docks available
  - `standardBikesCount` integer — Total standard bikes count
  - `eBikesCount` integer — Total ebikes count

---

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