---
title: "View a specific disruption"
method: GET
path: "/v3/disruptions/{disruption_id}"
tags: ["Disruptions"]
---

# View a specific disruption

`GET /v3/disruptions/{disruption_id}`

## Path parameters

- `disruption_id` integer, required

## Query parameters

- `token` string
- `devid` string
- `signature` string

## Response `200`

Disruption information for the specified disruption ID.

- V3DisruptionResponse
  - `disruption` V3Disruption
    - `disruption_id` integer — Disruption information identifier
    - `title` string — Headline title summarising disruption information
    - `url` string — URL of relevant article on PTV website
    - `description` string — Description of the disruption
    - `disruption_status` string — Status of the disruption (e.g. "Planned", "Current")
    - `disruption_type` string — Type of disruption
    - `published_on` string, date-time — Date and time disruption information is published on PTV website, in ISO 8601 UTC format
    - `last_updated` string, date-time — Date and time disruption information was last updated by PTV, in ISO 8601 UTC format
    - `from_date` string, date-time — Date and time at which disruption begins, in ISO 8601 UTC format
    - `to_date` string, date-time — Date and time at which disruption ends, in ISO 8601 UTC format (returns null if unknown)
    - `routes` V3DisruptionRoute[] — Route relevant to a disruption (if applicable)
      - `route_type` integer — Transport mode identifier
      - `route_id` integer — Route identifier
      - `route_name` string — Name of route
      - `route_number` string — Route number presented to public (i.e. not route_id)
      - `route_gtfs_id` string — GTFS Identifer of the route
      - `direction` V3DisruptionDirection
        - `route_direction_id` integer — Route and direction of travel combination identifier
        - `direction_id` integer — Direction of travel identifier
        - `direction_name` string — Name of direction of travel
        - `service_time` string — Time of service to which disruption applies, in 24 hour clock format (HH:MM:SS) AEDT/AEST; returns null if disruption applies to multiple (or no) services
    - `stops` V3DisruptionStop[] — Stop relevant to a disruption (if applicable)
      - `stop_id` integer
      - `stop_name` string
    - `colour` string
    - `display_on_board` boolean
    - `display_status` boolean
  - `status` V3Status
    - `version` string — API Version number
    - `health` 0 | 1 — API system health status (0=offline, 1=online)

## Other responses

- `400` — Invalid Request
- `403` — Access Denied

---

[API](https://skmtc.dev/gov/apis/ptv-timetable-api-version-3.md) · [All operations](https://skmtc.dev/gov/apis/ptv-timetable-api-version-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gov/ptv-timetable-api-version-3/revisions/fe82d30d47ea/schema)
