Hello everyone,
I don't know if it's normal but I figured out that the region parameter was not working with a Details request. Example https://api.themoviedb.org/3/movie/799766?api_key=x&language=fr-FR®ion=FR => "release_date": "2024-12-14"
But it's working fine with multi and search requests. Example https://api.themoviedb.org/3/search/multi?api_key=x&language=fr-FR&query=Better%20Man&page=1®ion=FR => "release_date": "2025-01-22"
Thanks for your help!
Film of tv-serie niet gevonden? Meld je aan om deze toe te voegen.
Want to rate or add this item to a list?
Not a member?
Reactie van ticao2 🇧🇷 pt-BR
op 28 januari 2025 om 10:13 AM
The Movie Details API Request does not use the ®ion parameter.
See here.
https://developer.themoviedb.org/reference/movie-details
There are 3 parameters.
The date provided for the movie is the worldwide release date.
In this case, the date for Australia.
If you want the date for your country, you must use the append_to_response resource.
https://developer.themoviedb.org/docs/append-to-response
Requesting release-dates
https://developer.themoviedb.org/reference/movie-release-dates