---
title: "Get Bus Stops Information"
method: GET
path: "/buses/info/stops"
tags: ["Buses"]
---

# Get Bus Stops Information

`GET /buses/info/stops`

取得所有公車站牌的經緯度與資訊。

## Response `200`

Successful Response

- BusStopsInfo[]
  - `name` string, required — 站牌中文名稱
  - `name_en` string, required — 站牌英文名稱
  - `latitude` string, required — 站牌所在地緯度
  - `longitude` string, required — 站牌所在地經度

---

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