---
title: "Retrieve the view and viewer counts"
method: GET
path: "/counts"
tags: ["View and Viewer Counts"]
---

# Retrieve the view and viewer counts

`GET /counts`

[Fetch the real-time view and viewer counts for a video](https://docs.mux.com/guides/see-how-many-people-are-watching).

## Query parameters

- `TOKEN` string

## Response `200`

Counts retrieved successfully.

- StatsCountsResponse
  - `data` StatsCounts, required
    - `views` unknown
    - `viewers` unknown
    - `updated_at` unknown

## Other responses

- `403` — Bad request due to missing or invalid JWT token.
- `500` — Server timeout or unknown error.

---

[API](https://skmtc.net/muxinc/apis/mux-api.md) · [All operations](https://skmtc.net/muxinc/apis/mux-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/muxinc/mux-api/revisions/34a65dce0f31/schema)
