---
title: "Gets a distinct list of disrupted stop points for the given modes"
method: GET
path: "/StopPoint/Mode/{modes}/Disruption"
tags: ["StopPoint"]
---

# Gets a distinct list of disrupted stop points for the given modes

`GET /StopPoint/Mode/{modes}/Disruption`

## Path parameters

- `modes` string[], required

## Query parameters

- `includeRouteBlockedStops` boolean

## Response `200`

OK

- TflApiPresentationEntitiesDisruptedPoint[]
  - `atcoCode` string
  - `fromDate` string, date-time
  - `toDate` string, date-time
  - `description` string
  - `commonName` string
  - `type` string
  - `mode` string
  - `stationAtcoCode` string
  - `appearance` string
  - `additionalInformation` string
  - `closureText` string
  - `concernedLines` TflApiPresentationEntitiesConcernedLine[]
    - `id` string — The ID of the concerned line (e.g., "piccadilly", "district")
    - `direction` string — The direction of travel affected (e.g., "Inbound", "Outbound")

---

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