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!
Etkö löydä elokuvaa tai TV-ohjelmaa? Kirjaudu sisään lisätäksesi se.
Haluatko pisteyttää vai lisätä tämän nimikkeen listaan?
Ei rekisteröitynyt jäsen?
Vastaus käyttäjältä ticao2 🇧🇷 pt-BR
28 tammikuu 2025 klo 10:13AM
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