---
title: "Get video general analytics"
method: GET
path: "/general/{video_id}"
tags: ["Analytics API"]
---

# Get video general analytics

`GET /general/{video_id}`

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

## Path parameters

- `video_id` string, uuid, required

## Query parameters

- `start_date` string, date
- `end_date` string, date

## Response `200`

Video analytics data retrieved successfully

- object
  - `views_data` object — Daily analytics data indexed by date
  - `total` object — Total analytics data
    - `view` integer — Total number of video views
    - `play` integer — Total number of video plays
    - `unique_view` integer — Total number of unique views
    - `unique_play` integer — Total number of unique plays

## Other responses

- `400` — Bad request - Invalid input parameters
- `401` — Unauthorized - Invalid or missing authentication
- `404` — Not found - Resource does not exist
- `500` — Internal server error

---

[API](https://skmtc.net/pandavideo/apis/api-v2.md) · [All operations](https://skmtc.net/pandavideo/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandavideo/api-v2/versions/4fbd3c623ca9/schema)
