---
title: "Gets all disruptions for the specified StopPointId, plus disruptions for any child Naptan records it may have."
method: GET
path: "/StopPoint/{ids}/Disruption"
tags: ["StopPoint"]
---

# Gets all disruptions for the specified StopPointId, plus disruptions for any child Naptan records it may have.

`GET /StopPoint/{ids}/Disruption`

## Path parameters

- `ids` string[], required

## Query parameters

- `getFamily` boolean
- `includeRouteBlockedStops` boolean
- `flattenResponse` 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)
