I tried the following API https://api.themoviedb.org/3/search/movie?query=dear&include_adult=false&language=en-US&page=1
But the results are returning languages other than English as well.
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de ticao2 🇧🇷 pt-BR
no 19 de xuño do 2024 ás 9:41AM
The &language=en-US parameter specifies which language your response will be in.
The language of the Overview, the title in your country, etc...
If you want to specify the language spoken in the movie using Search, it is not possible.
https://developer.themoviedb.org/reference/search-movie
It is possible only using Discover.
https://developer.themoviedb.org/reference/discover-movie
With the parameters &with_origin_country= and/or &with_original_language=.