API Reference

Get live stream viewers

Retrieves current viewer data for a live stream

GET /analytics/live/{live_id}/viewers

Retrieves current viewer data for a live stream.

Detailed Description

Retrieves real-time viewer data for a specific live stream, including current viewer count, stream status, and basic stream information. This endpoint provides live monitoring capabilities for active streaming sessions.

HTTP Method & Path

GET /analytics/live/{live_id}/viewers

Authentication Requirements

  • Security Scheme: PandaAuth (apiKey)
  • Header: Authorization: <your_api_token> (no Bearer prefix)

Parameters

NameInTypeRequiredDescription
AuthorizationheaderstringYesPanda API token (without Bearer prefix)
live_idpathstring (uuid)YesUnique identifier of the live stream
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!