v1
latestOpenAPI 3.0.02026-07-24212113249.1 KBVideo
Statistics overview
get/video/overview/{videoId}
Path parameters
videoIdstring required
The ID of a specific video
Query parameters
timeframe_startnumber
timestamp in milliseconds
timeframe_endnumber
timestamp in milliseconds
Headers
organizationstring required
Your Organization ID
channelstring required
The Channel ID that your video belongs to.
Response
Get all data successfully
Example response
{
"message": "OK",
"code": 200,
"results": {
"videoTitle": "Video Title",
"streamType": "onDemand",
"totalViews": 43,
"totalWatchTime": 4353,
"startupTimeScore": 0.913117865625,
"playbackSuccessScore": 1,
"overallViewerExperienceScore": 0.949841619375,
"timeframe": [
1670722466000,
1673400866000
]
}
}