mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Updated API (markdown)
This commit is contained in:
parent
439f02c4b8
commit
c86cad8216
1 changed files with 18 additions and 0 deletions
18
API.md
18
API.md
|
@ -138,6 +138,24 @@ Parameters:
|
|||
continuation: String
|
||||
```
|
||||
|
||||
##### GET `/api/v1/insights/:id`
|
||||
|
||||
> Schema:
|
||||
|
||||
```javascript
|
||||
{
|
||||
"viewCount": Int64,
|
||||
"timeWatchedText": String,
|
||||
"subscriptionsDriven": Int32,
|
||||
"shares": Int32,
|
||||
"avgViewDurationSeconds": Int32,
|
||||
|
||||
"graphData": {
|
||||
...
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
##### GET `/api/v1/captions/:id`
|
||||
|
||||
> Schema:
|
||||
|
|
Loading…
Reference in a new issue