Skip to content

Get Watch Stats

GET
/api/v1/watch_stats

Parameters

Query Parameters

start_time

Start Time RFC3339

Type
string
end_time

End Time RFC3339

Type
string

Responses

OK

application/json
JSON
{
  
"data": {
  
  
"episodes_watched": 0,
  
  
"finish_time": "string",
  
  
"movies_watched": 0,
  
  
"shows_watched": 0,
  
  
"start_time": "string",
  
  
"total_episodes_duration": 0,
  
  
"total_movies_duration": 0
  
},
  
"status": "success"
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI