---
title: "Get the current hardware stats"
method: GET
path: "/admin/hardwarestats"
tags: ["Internal", "Admin"]
---

# Get the current hardware stats

`GET /admin/hardwarestats`

## Response `200`

Current hardware stats

- object
  - `message` string
  - `healthPercentage` integer
  - `representation` integer
  - `healthy` boolean
  - `disk` TimestampedValue[]
    - `time` string, date-time
    - `value` number, double
  - `memory` TimestampedValue[]
    - `time` string, date-time
    - `value` number, double
  - `cpu` TimestampedValue[]
    - `time` string, date-time
    - `value` number, double

## Other responses

- `400` — Bad request
- `401` — Basic auth failure
- `default` — Unexpected error

---

[API](https://skmtc.net/owncast/apis/owncast-apis.md) · [All operations](https://skmtc.net/owncast/apis/owncast-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/owncast/owncast-apis/versions/d3510588e78e/schema)
