Hello, is it somehow possible to limit movie/tv discover by specific multiple countries / languages? The only option i see is to filter by 1. I would like to limit only to european set of countries.
@powerranger said: Popular movies with limited languages / countries
Hello, is it somehow possible to limit movie/tv discover limit by specific multiple countries / languages?
The only option i see is to filter by 1.
I would like to limit only to european set of countries.
I believe you can use the "AND/OR Logic" feature.
See the initial explanation: https://developer.themoviedb.org/reference/discover-movie
It would be something like: &with_origin_country=FR|DE|IT
and/or &with_original_language=fr|de|it
ticao2 🇧🇷 pt-BR 的回复
于 2023 年 11 月 20 日 10:34上午
I believe you can use the "AND/OR Logic" feature.
See the initial explanation:
https://developer.themoviedb.org/reference/discover-movie
It would be something like:
&with_origin_country=FR|DE|IT
and/or
&with_original_language=fr|de|it
powerranger 的回复
于 2023 年 11 月 21 日 2:33上午
It works, thank you