get https://data.pandavideo.com/browser/
Retrieves browser analytics data for a specific video
GET /browser/{video_id}
Retrieves analytics data grouped by browsers for a specific video.
Detailed Description
Retrieves detailed analytics data grouped by browsers for a specific video, showing viewer distribution and engagement metrics across different web browsers. This endpoint provides browser-specific insights for individual video performance.
HTTP Method & Path
GET /browser/{video_id}
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) |
video_id | path | string (uuid) | Yes | Unique identifier of the video |
start_date | query | string (date) | No | Start date for analytics data. Format: YYYY-MM-DD (e.g., 2025-01-01) |
end_date | query | string (date) | No | End date for analytics data. Format: YYYY-MM-DD (e.g., 2025-01-01) |
granularity | query | string | No | Data granularity (total, day, hour). Default: total |