Understand how region support works on TMDB
region
parameter.
The region
paramater will act as a filter to search for and display matching release date information. This parameter is expected to be an ISO 3166-1 code.
For example, if you were searching for the movie Whiplash and wanted to show the German release date (to go with the German translation) you can make a query like so:
with_release_type
filter that can work in tandum with the region
. Let’s say you were looking for movies that are in the
theatres in Germany this week. That’s easy, we can now build this query:
release type
as found in our documentation. If you do not specify with_release_type
while using the region
param on discover,
region
simply acts as a filter looking for any movies that match your filter criteria that has at a minimum, one matching release date for the country specified.
Type | Release |
---|---|
1 | Premiere |
2 | Theatrical (limited) |
3 | Theatrical |
4 | Digital |
5 | Physical |
6 | TV |