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
acc5fcaea1
commit
e560c151fc
1 changed files with 19 additions and 0 deletions
19
API.md
19
API.md
|
@ -198,6 +198,25 @@
|
|||
##### GET `/api/v1/channels/:ucid/videos`
|
||||
> Schema:
|
||||
```
|
||||
[
|
||||
{
|
||||
"title": String,
|
||||
"videoId": String,
|
||||
"videoThumbnails": [
|
||||
{
|
||||
"quality": String,
|
||||
"url": String,
|
||||
"width": Int32,
|
||||
"height": Int32
|
||||
}
|
||||
],
|
||||
"description": String,
|
||||
"descriptionHtml": String,
|
||||
"viewCount": Int64,
|
||||
"published": Int64,
|
||||
"lengthSeconds": Int32
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
##### GET `/api/v1/search`
|
||||
|
|
Loading…
Reference in a new issue