mirror of
https://github.com/iv-org/documentation.git
synced 2025-05-04 15:55:00 -04:00
Updated API (markdown)
This commit is contained in:
parent
fc19b9058f
commit
4a5e70825f
1 changed files with 1 additions and 1 deletions
2
API.md
2
API.md
|
@ -4,7 +4,7 @@ All endpoints that return a JSON body support `&pretty=1` for printing the respo
|
|||
|
||||
### Fields
|
||||
|
||||
All endpoints that return a JSON body support the [fields API](https://developers.google.com/youtube/v3/getting-started#fields) for specifying desired fields to reduce bandwidth consumption. This can be used by adding `&fields=FIELDS` with the desired fields, for example [`/api/v1/videos/aqz-KE-bpKQ?fields=videoId,title,description`](https://invidio.us/api/v1/videos/aqz-KE-bpKQ?fields=videoId,title,description&pretty=1).
|
||||
All endpoints that return a JSON body support the [fields API](https://developers.google.com/youtube/v3/getting-started#fields) for specifying desired fields to reduce bandwidth consumption. This can be used by adding `&fields=FIELDS` with the desired fields, for example [`/api/v1/videos/aqz-KE-bpKQ?fields=videoId,title,description&pretty=1`](https://invidio.us/api/v1/videos/aqz-KE-bpKQ?fields=videoId,title,description&pretty=1).
|
||||
|
||||
|
||||
##### GET `/api/v1/stats`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue