---
title: "Fuzzy Search Locations"
method: GET
path: "/locations/search"
tags: ["Locations"]
---

# Fuzzy Search Locations

`GET /locations/search`

使用名稱模糊搜尋地點資訊。

## Query parameters

- `query` string, required — 要查詢的地點

## Response `200`

Successful Response

- LocationDetail[]
  - `name` string, required — 地點名稱
  - `latitude` string, required — 緯度
  - `longitude` string, required — 經度

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