mirror of
https://github.com/iv-org/documentation.git
synced 2024-12-22 22:09:22 -05:00
Updated API (markdown)
This commit is contained in:
parent
13a896d9c9
commit
c1b05daef3
22
API.md
22
API.md
@ -94,6 +94,28 @@
|
|||||||
##### GET `/api/v1/trending`
|
##### GET `/api/v1/trending`
|
||||||
> Schema:
|
> 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`
|
GET `/api/v1/top`
|
||||||
|
Loading…
Reference in New Issue
Block a user