Youtube video language v3 API

When uploading videos to YouTube, you can set the "Video Language" field. Is there a way to use the v3 api to request this field for a specific video?

+3


source to share


1 answer


Not specifically for video language. You have three options that are close:

You can search by location - this will restrict the video results within a certain radius of the coordinates you specify (there's also a locationRadius parameter to configure what that radius is).



You can search by region code, which limits results to videos downloaded from a specific country.

You can search by RelevanceLanguage - this is where you put a language and rate the results based on the relevance in that language. In some cases, this works well for language-based searches, but in other cases, you may receive videos, rather than the language you specify here, which are so important that they are returned anyway (for example, if you set the relevanceLanguge to KO for Koreans and then turned on the search term "Taylor Swift", you get a mixture of Korean videos related to that term, as well as things like Vevo's music videos).

+2


source







All Articles