mirror of
https://github.com/iv-org/invidious.git
synced 2025-12-06 16:26:15 +00:00
Updated API (markdown)
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:
|
||||
|
||||
Reference in New Issue
Block a user