What is the logic for displaying certificates on the TMDB website? There are some certificate data in the API. How can I achieve the same display effect as on the TMDB website
Fılmdi nemese kórsetimdi taba almadyńyz ba? Ony jasaý úshin kirińiz.
Want to rate or add this item to a list?
Not a member?
ticao2 🇧🇷 pt-BR jaýaby
2023 Jeltoqsan 7 kúni 7:34 AM ýaqytynda
I don't remember the website rule very well.
But it's something similar to this:
From the country configured in the interface. If it doesn't exist...
From default, en-US. If it doesn't exist...
From any country that has it.
There is an order of preference for "release type".
https://developer.themoviedb.org/reference/movie-release-dates
I believe that, using the type IDs, it is: 3, 4, 2, 1, 6 and 5
Using API you receive all countries and all variations of the same country including "release types".
On your side, you can filter whatever you want, country and "release type".