---
title: "Get All Locations"
method: GET
path: "/locations/"
tags: ["Locations"]
---

# Get All Locations

`GET /locations/`

取得校內所有地點資訊。
資料來源：[國立清華大學校園地圖](https://www.nthu.edu.tw/campusmap)

## Response `200`

Successful Response

- LocationDetail[]
  - `name` 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)
