API Reference

Get OS data

Retrieves analytics data grouped by operating systems

GET /os

Retrieves analytics data grouped by operating systems across all videos.

Detailed Description

Retrieves comprehensive analytics data grouped by operating systems, showing viewer distribution and engagement metrics across different operating systems. This endpoint provides insights into platform-specific performance and device compatibility patterns.

HTTP Method & Path

GET /os

Authentication Requirements

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

Parameters

NameInTypeRequiredDescription
AuthorizationheaderstringYesPanda API token (without Bearer prefix)
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)
granularityquerystringNoData granularity (total, day, hour). Default: total
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!