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
}
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
12월 30, 2023 at 11:44 오전
Hi @tijiva,
Hindi
is not a valid ISO 639-1 code. I believe you're looking forhi
.ticao2 🇧🇷 pt-BR님의 댓글
12월 30, 2023 at 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