Get video general metrics

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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)
Path Params
uuid
required

Unique identifier of the video

Query Params
date

Start date for analytics data

date

End date for analytics data

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json