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!
Nemôžeš nájsť film alebo seriál? Prihlás sa a pridaj ho.
Chcete ohodnotiť alebo pridať túto položku do zoznamu?
Nie ste členom?
Odpoveď od ticao2 🇧🇷 pt-BR
dňa 28. január, 2025 o 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