---
title: "Get the status of the server"
method: GET
path: "/status"
tags: ["Internal"]
---

# Get the status of the server

`GET /status`

## Response `200`

Successful response

- Status — Response for status
  - `serverTime` string
  - `lastConnectTime` string, nullable
  - `lastDisconnectTime` string, nullable
  - `versionNumber` string
  - `viewerCount` integer
  - `online` boolean
  - `streamTitle` string

## Changes

- **2026-07-17** `4e0ebcbe06e8` — 2 breaking
  - the response property `lastConnectTime` became nullable for the status `200`
  - the response property `lastDisconnectTime` became nullable for the status `200`
- **2024-10-27** `9e2fc15aff99` — 1 info
  - added the optional property `streamTitle` to the response with the `200` status
- **2024-07-02** `618b7ae59cc5` — 1 info
  - endpoint added
- **2021-09-23** `02fef72d775b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/owncast/apis/owncast-apis/changes/status/get.md)

---

[API](https://skmtc.dev/owncast/apis/owncast-apis.md) · [All operations](https://skmtc.dev/owncast/apis/owncast-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/owncast/owncast-apis/revisions/e2ce1f2fcdfa/schema)
