---
title: "Get Realtime Electricity Usage"
method: GET
path: "/energy/electricity_usage"
tags: ["Energy"]
---

# Get Realtime Electricity Usage

`GET /energy/electricity_usage`

取得校園電力即時使用量。
資料來源：[校園能源查詢管理系統](http://140.114.188.86/powermanage/index.aspx)

## Response `200`

Successful Response

- EnergyElectricityInfo[]
  - `name` string, required — 電力名稱
  - `data` integer, required — 電力使用量
  - `capacity` integer, required — 電力容量
  - `unit` string, required — 單位
  - `last_updated` 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)
