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!
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de ticao2 🇧🇷 pt-BR
no 28 de xaneiro do 2025 ás 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