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
c50902f5cc
commit
959a9fbd02
1 changed files with 27 additions and 0 deletions
27
API.md
27
API.md
|
@ -220,6 +220,11 @@
|
|||
]
|
||||
```
|
||||
|
||||
Parameters:
|
||||
```
|
||||
page: Int32
|
||||
```
|
||||
|
||||
##### GET `/api/v1/search`
|
||||
> Schema:
|
||||
```
|
||||
|
@ -248,6 +253,15 @@
|
|||
]
|
||||
```
|
||||
|
||||
Parameters
|
||||
```
|
||||
q: String,
|
||||
page: Int32,
|
||||
sort_by: "relevance", "rating", "upload_date", "view_count"
|
||||
date: "hour", "today", "week", "month", "year"
|
||||
duration: "short", "long"
|
||||
```
|
||||
|
||||
##### GET `/api/v1/captions/:id`
|
||||
> Schema:
|
||||
```
|
||||
|
@ -261,6 +275,14 @@
|
|||
}
|
||||
```
|
||||
|
||||
Parameters
|
||||
```
|
||||
label: String
|
||||
```
|
||||
|
||||
A request with `label` will return the selected captions in WebVTT format.
|
||||
|
||||
|
||||
##### GET `/api/v1/comments/:id`
|
||||
> Schema:
|
||||
```
|
||||
|
@ -290,4 +312,9 @@
|
|||
],
|
||||
"continuation": String?
|
||||
}
|
||||
```
|
||||
|
||||
Parameters:
|
||||
```
|
||||
continuation: String
|
||||
```
|
Loading…
Reference in a new issue