---
title: "Gets all bike point locations. The Place object has an addtionalProperties array which contains the nbBikes, nbDocks and nbSpaces
            numbers which give the status of the BikePoint. A mismatch in these numbers i.e. nbDocks - (nbBikes + nbSpaces) != 0 indicates broken docks."
method: GET
path: "/BikePoint"
tags: ["BikePoint"]
---

# Gets all bike point locations. The Place object has an addtionalProperties array which contains the nbBikes, nbDocks and nbSpaces
            numbers which give the status of the BikePoint. A mismatch in these numbers i.e. nbDocks - (nbBikes + nbSpaces) != 0 indicates broken docks.

`GET /BikePoint`

## Response `200`

OK

- TflApiPresentationEntitiesPlace[]
  - `id` string — A unique identifier.
  - `url` string — The unique location of this resource.
  - `commonName` string — A human readable name.
  - `distance` number, double — The distance of the place from its search point, if this is the result of a geographical search, otherwise zero.
  - `placeType` string — The type of Place. See /Place/Meta/placeTypes for possible values.
  - `additionalProperties` TflApiPresentationEntitiesAdditionalProperties[] — A bag of additional key/value pairs with extra information about this place.
    - `category` string
    - `key` string
    - `sourceSystemKey` string
    - `value` string
    - `modified` string, date-time
  - `children` TflApiPresentationEntitiesPlace[]
  - `childrenUrls` string[]
  - `lat` number, double — WGS84 latitude of the location.
  - `lon` number, double — WGS84 longitude of the location.

---

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