From 41caa5c21568b4b867863b6bd77c629aee54d63d Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Thu, 18 Jul 2019 17:32:59 -0500 Subject: [PATCH] Add missing language param to documentation --- API.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/API.md b/API.md index 1a14324..a6b3abe 100644 --- a/API.md +++ b/API.md @@ -1,3 +1,7 @@ +### Language + +All endpoints that return a JSON body support `&hl=LANGUAGE` for translating fields into the desired language. A list of languages are provided in [List of URL parameters](https://github.com/omarroth/invidious/wiki/List-of-URL-parameters). + ### Pretty All endpoints that return a JSON body support `&pretty=1` for printing the response as formatted JSON.