---
title: "Returns a list of bus and trolley detours by route."
method: GET
path: "/BusDetours/index.php"
tags: ["Real Time Data"]
---

# Returns a list of bus and trolley detours by route.

`GET /BusDetours/index.php`

Returns a list of bus and trolley detours by route.Every bus and trolley route is a valid parameter please refer to the <a href='/VIBusAndTrolley.html'>Bus & Trolley Inputs</a> page to see all valid inputs.

## Query parameters

- `req1` string

## Response `200`

successful operation

- object[]
  - `route_id` string — Vehicle route id
  - `route_info` object[]
    - `route_direction` string, byte — Shows which direction of the route the detour is active
    - `reason` string — Reason for detour
    - `start_location` string — Location where the detour starts
    - `end_location` string — Location where the detour ends
    - `start_date_time` string — Date and time when the route detour starts
    - `end_date_time` string — Date and time when the route detour ends
    - `current_message` string — message to customers (ex: details of alternate route to take)

---

[API](https://skmtc.net/septa/apis/septa-developers.md) · [All operations](https://skmtc.net/septa/apis/septa-developers/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/septa/septa-developers/revisions/e0575f41ded3/schema)
