Returns a list of application languages that the YouTube website supports.
Quota impact: A call to this method has a quota cost of 1 unit.
Common use cases
Request
HTTP request
GET https://www.googleapis.com/youtube/v3/i18nLanguages
Parameters
The following table lists the parameters that this query supports. All of the parameters listed are query parameters.
| Parameters | ||
|---|---|---|
| Required parameters | ||
| part | stringThe partparameter specifies thei18nLanguageresource properties that the API response will include. Set the parameter value tosnippet. | |
| Optional parameters | ||
| hl | stringThe hlparameter specifies the language that should be used for text values in the API response. The default value isen_US. | |
Request body
Do not provide a request body when calling this method.
Response
If successful, this method returns a response body with the following structure:
{
  "kind": "youtube#i18nLanguageListResponse",
  "etag": etag,
  "items": [
    i18nLanguage resource
  ]
}Properties
The following table defines the properties that appear in this resource:
| Properties | |
|---|---|
| kind | stringIdentifies the API resource's type. The value will be youtube#i18nLanguageListResponse. | 
| etag | etagThe Etag of this resource. | 
| items[] | listA list of supported i18n languages. In this map, the i18n language ID is the map key, and its value is the corresponding i18nLanguageresource. | 
Errors
The API does not define any error messages that are unique to this API method. However, this method could still return general API errors listed in the error message documentation.
Try it!
Use the APIs Explorer to call this API and see the API request and response.