---
title: "View all disruptions for all route types"
method: GET
path: "/v3/disruptions"
tags: ["Disruptions"]
---

# View all disruptions for all route types

`GET /v3/disruptions`

## Query parameters

- `route_types` integer[]
- `disruption_modes` integer[]
- `disruption_status` 0 | 1
- `token` string
- `devid` string
- `signature` string

## Response `200`

All disruption information for all route types.

- V3DisruptionsResponse
  - `disruptions` V3Disruptions
    - `general` V3Disruption[] — Subset of disruption information applicable to multiple route_types
      - `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
    - `metro_train` V3Disruption[] — Subset of disruption information applicable to metropolitan train
      - `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
    - `metro_tram` V3Disruption[] — Subset of disruption information applicable to metropolitan tram
      - `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
    - `metro_bus` V3Disruption[] — Subset of disruption information applicable to metropolitan bus
      - `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
    - `regional_train` V3Disruption[] — Subset of disruption information applicable to V/Line train
      - `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
    - `regional_coach` V3Disruption[] — Subset of disruption information applicable to V/Line coach
      - `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
    - `regional_bus` V3Disruption[] — Subset of disruption information applicable to regional bus
      - `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
    - `school_bus` V3Disruption[] — Subset of disruption information applicable to school bus
      - `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
    - `telebus` V3Disruption[] — Subset of disruption information applicable to telebus services
      - `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
    - `night_bus` V3Disruption[] — Subset of disruption information applicable to night bus
      - `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
    - `ferry` V3Disruption[] — Subset of disruption information applicable to ferry
      - `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
    - `interstate_train` V3Disruption[] — Subset of disruption information applicable to interstate train
      - `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
    - `skybus` V3Disruption[] — Subset of disruption information applicable to skybus
      - `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
    - `taxi` V3Disruption[] — Subset of disruption information applicable to taxi
      - `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)
