get https://data.pandavideo.com/ranking
Retrieves ranking analytics data for video performance metrics
GET /ranking
Retrieves ranking analytics data for video performance metrics across all videos.
Detailed Description
Retrieves comprehensive ranking analytics data showing video performance metrics including views, plays, unique viewers, and bandwidth costs. This endpoint provides a ranked list of videos based on their performance metrics, useful for identifying top-performing content.
HTTP Method & Path
GET /ranking
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) |
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) |