API – Total Viewers per Video

Returns the total number of unique users who viewed the video, including the total for the last 7 days.

Endpoint:

GET / api/external/videos/:video_id/viewers

Response:
{
  "viewers": 92,
  "last_week": 17
}