---
title: "Get Stop Bus Information By Stop"
method: GET
path: "/buses/stops/{stop_name}"
tags: ["Buses"]
---

# Get Stop Bus Information By Stop

`GET /buses/stops/{stop_name}`

取得指定公車站牌的資訊和即將停靠公車。

## Path parameters

- `stop_name` '北校門口' | '綜二館' | '楓林小徑' | '人社院&生科館' | '台積館' | '奕園停車場' | '教育學院大樓&南門停車場' | '南大校區校門口右側(食品路校牆邊)', required — Bus stop names.

## Query parameters

- `bus_type` 'all' | 'main' | 'nanda', required — Bus route type.
- `day` 'weekday' | 'weekend' | 'current', required — Day type including current day option.
- `direction` 'all' | 'up' | 'down', required — Bus direction.
- `time` string, nullable — 時間。若搜尋 day 選擇 current 時失效。
- `limits` integer, nullable — 最大回傳資料筆數。預設為 5 筆，可以透過查詢參數調整。

## Response `200`

Successful Response

- BusStopsQueryResult[]
  - `arrive_time` string, required — 預計到達時間
  - `dep_time` string, required — 發車時間
  - `dep_stop` string, required — 發車站牌
  - `description` string, required — 備註
  - `bus_type` 'route_83' | 'large-sized_bus' | 'middle-sized_bus', required — Bus vehicle type.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/nthusa/apis/nthu-data-api.md) · [All operations](https://skmtc.dev/nthusa/apis/nthu-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nthusa/nthu-data-api/revisions/a7a2f39dbc76/schema)
