get https://data.pandavideo.com/realtime
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
Name | In | Type | Required | Description |
---|---|---|---|---|
Authorization | header | string | Yes | Panda API token (without Bearer prefix) |
bbox | query | string | No | Bounding box for geographic filtering (format: minLng,minLat,maxLng,maxLat) |
zoom | query | integer | No | Zoom level for clustering (1-18) |
time_range | query | integer | No | Time range in seconds. Default: 300 |
cluster_id | query | string | No | Cluster ID for detailed view |
user_id | query | string | No | User ID for specific user data |
video_external_id | query | string | No | Video external ID for specific video data |
selected_videos | query | string | No | Comma-separated list of video IDs |