---
title: "Elevator Outages."
method: GET
path: "/elevator/index.php"
tags: ["Real Time Data"]
---

# Elevator Outages.

`GET /elevator/index.php`

Returns a list of all elevator outages.

## Response `200`

success

- ElevatorOutage
  - `meta` object
    - `elevators_out` integer — Number of elevators out of order
    - `updated` string — date and time the results were last updated
  - `results` object[]
    - `line` string — Septa regional rail/trolley/bus lines
    - `station` string — Septa regional rail/trolley/bus station name
    - `elevator` string — Elevator description
    - `message` string — Advisory message for elevator outage
    - `message_html` string — Advisory message for elevator outage in html format

---

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