---
title: "Get car parks corresponding to the given stop point id."
method: GET
path: "/StopPoint/{stopPointId}/CarParks"
tags: ["StopPoint"]
---

# Get car parks corresponding to the given stop point id.

`GET /StopPoint/{stopPointId}/CarParks`

## Path parameters

- `stopPointId` string, required

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