---
title: "Get active viewers"
method: GET
path: "/admin/viewers"
tags: ["Internal", "Admin"]
---

# Get active viewers

`GET /admin/viewers`

## Response `200`

List of active viewers

- Viewer[]
  - `firstSeen` string, date-time
  - `geo` GeoDetails
    - `countryCode` string
    - `regionName` string
    - `timeZone` string
  - `userAgent` string
  - `ipAddress` string
  - `clientID` string

## 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)
