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
13a896d9c9
commit
c1b05daef3
1 changed files with 22 additions and 0 deletions
22
API.md
22
API.md
|
@ -94,6 +94,28 @@
|
|||
##### GET `/api/v1/trending`
|
||||
> Schema:
|
||||
```
|
||||
[
|
||||
{
|
||||
"title": String,
|
||||
"videoId": String,
|
||||
"videoThumbnails": [
|
||||
{
|
||||
"quality": String,
|
||||
"url": String,
|
||||
"width": Int32,
|
||||
"height" Int32
|
||||
],
|
||||
|
||||
"lengthSeconds": Int32,
|
||||
"viewCount": Int64,
|
||||
|
||||
"author": String,
|
||||
"authorUrl": String,
|
||||
|
||||
"description": String,
|
||||
"descriptionHtml": String
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
GET `/api/v1/top`
|
||||
|
|
Loading…
Reference in a new issue