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
}
Nemůžete nalézt film nebo seriál? Přihlaste se pro jeho vytvoření.
Want to rate or add this item to a list?
Not a member?
Odpověď od Travis Bell
30.12.2023 v 11:44 DOP.
Hi @tijiva,
Hindi
is not a valid ISO 639-1 code. I believe you're looking forhi
.Odpověď od ticao2 🇧🇷 pt-BR
30.12.2023 v 12:10 ODP.
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