---
title: "Returns all buses and trolley locations."
method: GET
path: "/TransitViewAll/index.php"
tags: ["Real Time Data"]
---

# Returns all buses and trolley locations.

`GET /TransitViewAll/index.php`

Returns all buses and trolley locations.

## Response `200`

successful

- TransitViewAll
  - `routes` object[]
    - `*` object[]
      - `lat` string — The geographical latitude coodinate of the bus/trolley current location
      - `lng` string — The geographical longitude coordinate of the bus/trolley current location
      - `label` string, byte — Septa bus/trolley vehicle number
      - `VehicleID` string, byte — Septa bus/trolley vehicle number
      - `BlockID` string, byte — Unique identifier for blocks in a vehicle trip
      - `Direction` string, byte — Direction of the Septa bus/trolley
      - `destination` string — Destination stop of the Septa bus/trolley
      - `Offset` string, byte — Number of minutes since the current location of the transiting vehicle is updated
      - `heading` integer — Heading of the vehicle in degrees
      - `late` integer — Current status of the transiting vehicle in minutes.
      - `original_late` integer — Current status of the transiting vehicle in minutes similar to the late field except the calculations are done using leagcy methods
      - `Offset_sec` string, byte — Number of seconds since the current location of the transiting vehicle is updated
      - `trip` string, byte — Unique trip id of the Septa bus/trolley
      - `next_stop_id` string, byte — The next stop id of the transiting vehicle
      - `next_stop_name` string — The next stop name of the transiting vehicle
      - `next_stop_sequence` integer — Sequence number of the next stop from GTFS of the transiting vehicle for a particular trip
      - `estimated_seat_availability` string — Status of seat availability of the transiting vehicle
      - `timestamp` integer — current time in unix timestamp 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)
