I'm trying to filter movies based on countries but the filter seem to have no effect:
Endpoints
https://api.trakt.tv/movies/popular
https://api.trakt.tv/shows/popular
Example
https://api.trakt.tv/movies/popular?extended=full&countries=es
By calling this endpoint with the countries=es filter I expect to get movies where country == "es" but instead I get the same results as if I hadn't passed it.
I'm trying to filter movies based on countries but the filter seem to have no effect:
Endpoints
https://api.trakt.tv/movies/popularhttps://api.trakt.tv/shows/popularExample
By calling this endpoint with the
countries=esfilter I expect to get movies where country == "es" but instead I get the same results as if I hadn't passed it.