As mentioned in the Advanced Filtering description of discover/tv,
If you specify the region parameter, the regional release date will be used instead of the primary release date. The date returned will be the first date based on your query (ie. if a with_release_type is specified). It's important to note the order of the release types that are used. Specifying 2|3 would return the limited theatrical release date as opposed to 3|2 which would return the theatrical date.
However, there is no region parameter present in query parameters for discover/tv. Does this region mentioned in the description pertains to the watch_region
?
For comparison,
ćdiscover/movie: has region
and watch_region
ćdiscover/tv: has watch_region
only
Both Advanced Filtering description are similar so that's where I would like to clarify.
Thanks!
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 ticao2 š§š· pt-BR
on November 14, 2023 at 8:36 AM
For Movies, using region is useful to know if it is showing in cinemas in the region and other data for your country.
"watch_region" is only valid for what is available on networks, sales, rentals, etc...
This is the data provided by JustWatch.
HBO, Prime, Apple TV, Netflix, etc...
It's not exactly the same but it might help you.
It is not yet documented.
https://www.themoviedb.org/talk/5427067ac3a3680b1b000472#5fb6ead0b76cbb003e4a1172
https://trello.com/c/T9MhzW68/49-add-production-countries-to-tv-series-response
"&with_origin_country="
Example with TV.
Reply by Travis Bell
on November 14, 2023 at 11:26 AM
Just a few clarifications, indeed, like @ticao2 said, there is no such thing as regions on TV.
region
is designed as a way to filter release date information and TV does not have more than 1 release date per country or network, so it's not applicable.with_origin_country
is documented, and can be used to filter the origin of a TV show. It doesn't really have anything to do with where a TV show aired though, since a TV show can air all over the world at any time on any network or streaming provider. But ultimately, it just depends what you're actually trying to filter against.Reply by Julio@Mindden
on September 12, 2024 at 8:12 AM
Hi there!
I don't fully understand what I marked as bold characters. Maybe I'm confusing some concepts but I can provide examples:
Screen capture of Naruto being dropped from Netflix by October 31st of 2022
I can see that a given
tv
show can be aired or released in multiple dates in certain regions/countries, much as any movie can do.So the question may rise again, is there any options for us to
discover
atv serie
in a time window (air date
gte
orlte
) for a given region/country?Reply by Travis Bell
on September 12, 2024 at 10:50 AM
@Julio@Mindden, the part you highlighted is to do with TMDB data. On TMDB, we do not have any concept of multi region releases for TV. The data we have for TV release dates are the dates of the original air dates (as defined in the contribution bible.)
Reply by Julio@Mindden
on September 12, 2024 at 11:08 AM
Thank you for your response, @travisbell.
Reading again the bible, in the following sentence:
"We currently only support the original air dates on the original network. "
I suppose that the fact of air dates not being related to countries/regions is included there.
Either way, I take this opportunity to thank you all for your work in the incredible API.
Reply by Travis Bell
on September 12, 2024 at 11:13 AM
You got it!
Thanks for the kind words.