Is there any way to show just tvshows from Europe/America?
This is my query
http://www.shbhawani.com/3/discover/tv?api_key=$$&first_air_date_year=$$&language=es-ES
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Leon
on October 3, 2022 at 6:28 AM
I can't think of any way to filter in the API call. The only way I can think to do this is to filter on the
origin_country
field in your client.Reply by jur98
on October 3, 2022 at 6:55 AM
really? How could I do it?
Reply by Leon
on October 3, 2022 at 7:08 AM
Something like...
Reply by ticao2 š§š· pt-BR
on October 3, 2022 at 8:45 AM
@ldjb and @jur98
I'm not a code programmer. But I must inform.
A new filter, &with_origin_country=, was added a few months ago.
It's not documented yet but I know it works for Movies.
And I think it should work for TV Show too.
What I don't know is if it accepts multiple countries simultaneously using pipe (OR).
In the test I did, it seems to work correctly.
Reply by jur98
on October 3, 2022 at 9:27 AM
thank you soo much both to share this information.