---
title: "Lines On Stop"
method: GET
path: "/stop/{stop_code}/lines"
---

# Lines On Stop

`GET /stop/{stop_code}/lines`

## Path parameters

- `stop_code` string, required

## Query parameters

- `api` boolean

## Response `200`

Successful Response

- LineOnStop[]
  - `line_code` string, required
  - `line_id` integer, required
  - `route_code` string, required
  - `route_id` integer, required
  - `route_name` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/styrowolf/apis/fastapi.md) · [All operations](https://skmtc.dev/styrowolf/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/styrowolf/fastapi/revisions/1f272d11e862/schema)
