Skip to main content
GET
/
streaming
/
statistics
/
vod
/
watching_duration
/
total
Python
from gcore import Gcore

client = Gcore(
    api_key="My API Key",
)
response = client.streaming.statistics.get_vod_watch_time_total_cdn()
print(response)
[
  {
    "client": 123,
    "client_user_id": 102,
    "duration": 1000
  }
]

Authorizations

Authorization
string
header
required

Query Parameters

from
string
to
string
slug
string
client_user_id
integer

Response

client
integer
required
duration
integer
required
slug
string
client_user_id
integer