I want to search old Hindi movies but not getting any result
fetch('https://api.themoviedb.org/3/discover/movie?include_adult=false&include_video=false&language=en-US&page=1&sort_by=primary_release_date.asc&with_original_language=Hindi', options)
the response is empty
{
"page": 1,
"results": [],
"total_pages": 0,
"total_results": 0
}
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2023 年 12 月 30 日 11:44上午
Hi @tijiva,
Hindi
is not a valid ISO 639-1 code. I believe you're looking forhi
.ticao2 🇧🇷 pt-BR 的回复
于 2023 年 12 月 30 日 12:10下午
And if you want some more of India's official languages,
you can add kn (Kannada), ml (Malayalam), ta (Tamil), te (Telugu).
Separated by Pipe, | . which means OR.
&with_original_language=hi|kn|ml|ta|te