API Reference

Get live stream viewers history

Retrieves historical viewer data for a live stream

GET /analytics/live/{live_id}/viewers_historic

Retrieves historical viewer data for a live stream.

Detailed Description

Retrieves historical viewer data for a specific live stream, showing viewer count changes over time during the stream duration. This endpoint provides time-series data for analyzing viewer engagement patterns and stream performance over time.

HTTP Method & Path

GET /analytics/live/{live_id}/viewers_historic

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!