---
title: "Get Open Restaurants"
method: GET
path: "/dining/open"
tags: ["Dining"]
---

# Get Open Restaurants

`GET /dining/open`

取得指定營業日的餐廳資料。

## Query parameters

- `schedule` 'today' | 'weekday' | 'saturday' | 'sunday', required — Schedule names for dining queries.

## Response `200`

Successful Response

- DiningRestaurant[]
  - `area` string, required — 餐廳所在建築
  - `image` string, uri, nullable, required — 餐廳圖片
  - `name` string, required — 餐廳名稱
  - `note` string, required — 餐廳備註
  - `phone` string, required — 餐廳電話
  - `schedule` object, 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)
