---
title: "Alerts with no message"
method: GET
path: "/Alerts/index.php"
tags: ["Real Time Data"]
---

# Alerts with no message

`GET /Alerts/index.php`

Shows if there is a travel alert for a bus or trolley route. Get all the route id from <a href='https://www3.septa.org/api/Alerts'>here</a>

## Query parameters

- `routes` string

## Response `200`

success

- object[]
  - `route` string — Bus/trolley route name
  - `route_id` string — Bus/Trolley route id
  - `route_name` string — Bus/trolley route name
  - `sequence` string, byte
  - `mode` string, byte — Mode of transportation
  - `isadvisory` 'Yes' | 'No' — Shows if there is an advisory for the route
  - `isdetour` 'Y' | 'N' — Shows if there is an active detour for the route
  - `isalert` 'Y' | 'N' — Shows if there is an alert for the route
  - `issuppend` 'Y' | 'N' — Shows if route is suspended
  - `iselevator` 'Y' | 'N' — Shows if there is an elevator issue on any of the bus/trolley stations
  - `issuspended` 'Y' | 'N' — Shows if the route is suspended
  - `isstrike` 'Y' | 'N' — Determines if there are any strike alerts for the route
  - `ismodifiedservice` 'Y' | 'N' — Determines if the bus/trolley service is modified
  - `isdelays` 'Y' | 'N' — Determines if there are any delays for the route
  - `isdiversion` 'Y' | 'N' — Determines if there are any diversions for the route
  - `isdetouralert` 'Y' | 'N'
  - `last_updated` string — Time since the alert for the route was updated
  - `isSnow` 'Y' | 'N' — Determines if there are any snow alerts for the route
  - `description` string — Detailed description of alert
  - `alert` string
  - `advisory` string — Advisory to customers during alerts
  - `detour` object[]
    - `location_start` string — Location where the detour starts
    - `location_end` string — Location where the detour ends
    - `start` string — Date and time when the route detour starts
    - `end` string — Date and time when the route detour ends
    - `message` string — message to customers (ex: details of alternate route to take)
    - `reason` string — reason for detour
  - `elevator` unknown[]
    - unknown

---

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