API Reference

Get video general metrics

Retrieves general analytics data for a specific video including views, plays, and unique metrics

GET /general/{video_id}

Retrieves general analytics data for a specific video including views, plays, and unique metrics.

Detailed Description

Retrieves comprehensive analytics data for a specific video, including view counts, play counts, unique viewers, and unique players. This endpoint provides the core metrics needed to understand video performance and engagement.

HTTP Method & Path

GET /general/{video_id}

Authentication Requirements

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

Parameters

NameInTypeRequiredDescription
AuthorizationheaderstringYesPanda API token (without Bearer prefix)
video_idpathstring (uuid)YesUnique identifier of the video
start_datequerystring (date)NoStart date for analytics data. Format: YYYY-MM-DD (e.g., 2025-01-01)
end_datequerystring (date)NoEnd date for analytics data. Format: YYYY-MM-DD (e.g., 2025-01-01)
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!