mirror of
https://github.com/tubearchivist/docs.git
synced 2024-11-14 16:10:12 +00:00
add stats API docs
This commit is contained in:
parent
6f350ebc34
commit
e94cd01cf4
@ -1,33 +1,46 @@
|
||||
# Statistics API endpoints
|
||||
|
||||
## Primary
|
||||
⚠️ **Experimental**
|
||||
All stats endpoints are considered experimental.
|
||||
|
||||
⚠️ **Experimental**
|
||||
## Video
|
||||
|
||||
**GET** `/api/stats/primary/`
|
||||
**GET** `/api/stats/video/`
|
||||
|
||||
Get primary statistics for your videos, channels, playlists and download queue.
|
||||
Get stats for your downloaded videos.
|
||||
|
||||
## Channel
|
||||
|
||||
**GET** `/api/stats/channel/`
|
||||
|
||||
Get stats for your channels.
|
||||
|
||||
## Playlist
|
||||
|
||||
**GET** `/api/stats/playlist/`
|
||||
|
||||
Get stats for your playlists.
|
||||
|
||||
## Download
|
||||
|
||||
**GET** `/api/stats/download/`
|
||||
|
||||
Get stats for your download queue.
|
||||
|
||||
## Watch Progress
|
||||
|
||||
⚠️ **Experimental**
|
||||
|
||||
**GET** `/api/stats/watch/`
|
||||
|
||||
Get statistics over your watch progress.
|
||||
|
||||
## Download History
|
||||
|
||||
⚠️ **Experimental**
|
||||
|
||||
**GET** `/api/stats/downloadhist/`
|
||||
|
||||
Get statistics for last days download history.
|
||||
|
||||
## Biggest Channels
|
||||
|
||||
⚠️ **Experimental**
|
||||
|
||||
**GET** `/api/stats/biggestchannels/`
|
||||
|
||||
Get a list of biggest channels, specify *order* parameter.
|
||||
|
Loading…
Reference in New Issue
Block a user