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!
找不到电影或节目?登录并创建它吧。
ticao2 🇧🇷 pt-BR 的回复
于 2025 年 01 月 28 日 10:13上午
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