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.
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por ticao2 🇧🇷 pt-BR
el 19 de junio de 2024 a las 09:41
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=.