---
title: "List of stops by route."
method: GET
path: "/Stops/index.php"
tags: ["Static Data"]
---

# List of stops by route.

`GET /Stops/index.php`

Returns bus and trolley stop locations by route.

## Query parameters

- `req1` string, required

## Response `200`

success

- object[]
  - `lng` string — Stop Longitude
  - `lat` string — Stop Latitude
  - `stopid` string, byte — Stop id
  - `stopname` string — Stop name

---

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