---
title: "Gets a list of StopPoints filtered by the modes available at that StopPoint."
method: GET
path: "/StopPoint/Mode/{modes}"
tags: ["StopPoint"]
---

# Gets a list of StopPoints filtered by the modes available at that StopPoint.

`GET /StopPoint/Mode/{modes}`

## Path parameters

- `modes` string[], required

## Query parameters

- `page` integer

## Response `200`

OK

- TflApiPresentationEntitiesStopPointsResponse — A paged response containing StopPoints
  - `centrePoint` number[] — The centre latitude/longitude of this list of StopPoints
  - `stopPoints` TflApiPresentationEntitiesStopPoint[] — Collection of stop points
    - `naptanId` string
    - `platformName` string
    - `indicator` string — The indicator of the stop point e.g. "Stop K"
    - `stopLetter` string — The stop letter, if it could be cleansed from the Indicator e.g. "K"
    - `modes` string[]
    - `icsCode` string
    - `smsCode` string
    - `stopType` string
    - `stationNaptan` string
    - `accessibilitySummary` string
    - `hubNaptanCode` string
    - `lines` TflApiPresentationEntitiesIdentifier[]
      - `id` string
      - `name` string
      - `uri` string
      - `fullName` string
      - `type` string
      - `crowding` TflApiPresentationEntitiesCrowding
        - `passengerFlows` TflApiPresentationEntitiesPassengerFlow[] — Busiest times at a station (static information)
          - `timeSlice` string — Time in 24hr format with 15 minute intervals e.g. 0500-0515, 0515-0530 etc.
          - `value` integer — Count of passenger flow towards a platform
        - `trainLoadings` TflApiPresentationEntitiesTrainLoading[] — Train Loading on a scale 1-6, 1 being "Very quiet" and 6 being "Exceptionally busy" (static information)
          - `line` string — The Line Name e.g. "Victoria"
          - `lineDirection` string — Direction of the Line e.g. NB, SB, WB etc.
          - `platformDirection` string — Direction displayed on the platform e.g. NB, SB, WB etc.
          - `direction` string — Direction in regards to Journey Planner i.e. inbound or outbound
          - `naptanTo` string — Naptan of the adjacent station
          - `timeSlice` string — Time in 24hr format with 15 minute intervals e.g. 0500-0515, 0515-0530 etc.
          - `value` integer — Scale between 1-6, 1 = Very quiet, 2 = Quiet, 3 = Fairly busy, 4 = Busy, 5 = Very busy, 6 = Exceptionally busy
      - `routeType` 'Unknown' | 'All' | 'Cycle Superhighways' | 'Quietways' | 'Cycleways' | 'Mini-Hollands' | 'Central London Grid' | 'Streetspace Route'
      - `status` 'Unknown' | 'All' | 'Open' | 'In Progress' | 'Planned' | 'Planned - Subject to feasibility and consultation.' | 'Not Open'
      - `motType` string
      - `network` string
    - `lineGroup` TflApiPresentationEntitiesLineGroup[]
      - `naptanIdReference` string
      - `stationAtcoCode` string
      - `lineIdentifier` string[]
    - `lineModeGroups` TflApiPresentationEntitiesLineModeGroup[]
      - `modeName` string
      - `lineIdentifier` string[]
    - `fullName` string
    - `naptanMode` string
    - `status` boolean
    - `individualStopId` string
    - `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[]
      - `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.
    - `childrenUrls` string[]
    - `lat` number, double — WGS84 latitude of the location.
    - `lon` number, double — WGS84 longitude of the location.
  - `pageSize` integer — The maximum size of the page in this response i.e. the maximum number of StopPoints
  - `total` integer — The total number of StopPoints available across all pages
  - `page` integer — The index of this page

---

[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/versions/266abe0486b0/schema)
