API Reference

Get realtime data

Retrieves real-time analytics data for active video sessions

GET /realtime

Retrieves real-time analytics data for active video sessions and current viewer activity.

Detailed Description

Retrieves real-time analytics data showing current viewer activity, geographic distribution, and device information for active video sessions. This endpoint provides live insights into current viewer engagement and can be used for real-time monitoring and analytics dashboards.

HTTP Method & Path

GET /realtime

Authentication Requirements

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

Parameters

NameInTypeRequiredDescription
AuthorizationheaderstringYesPanda API token (without Bearer prefix)
bboxquerystringNoBounding box for geographic filtering (format: minLng,minLat,maxLng,maxLat)
zoomqueryintegerNoZoom level for clustering (1-18)
time_rangequeryintegerNoTime range in seconds. Default: 300
cluster_idquerystringNoCluster ID for detailed view
user_idquerystringNoUser ID for specific user data
video_external_idquerystringNoVideo external ID for specific video data
selected_videosquerystringNoComma-separated list of video IDs
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!