---
title: "Get Library Space Availability"
method: GET
path: "/libraries/space"
tags: ["Libraries"]
---

# Get Library Space Availability

`GET /libraries/space`

取得圖書館空間使用資訊。
資料來源：[圖書館空間預約系統](https://libsms.lib.nthu.edu.tw/RWDAPI_New/GetDevUseStatus.aspx)

## Response `200`

Successful Response

- LibrarySpace[]
  - `spacetype` integer, required — 空間類型
  - `spacetypename` string, required — 空間類型名稱
  - `zoneid` string, required — 區域代號
  - `zonename` string, required — 區域名稱
  - `count` integer, 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)
