The find API for this movie:
curl --location 'https://api.themoviedb.org/3/find/tt1001328?api_key={APIkey}&language=en-US&external_source=imdb_id&append_to_response=images' \
--header 'Connection: keep-alive' \
--header 'Accept: application/json, text/plain, */*' \
--header 'Content-Type: image/jpeg'
returns empty:
{
"movie_results": [],
"person_results": [],
"tv_results": [],
"tv_episode_results": [],
"tv_season_results": [],
"images": {
"movie_results": [],
"person_results": [],
"tv_results": [],
"tv_episode_results": [],
"tv_season_results": []
}
}
Is there no content or is my query incorrect?
Thanks, Henry
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة ticao2 🇧🇷 pt-BR
بتاريخ أكتوبر 22, 2023 في 11:59 مساءا
This IMDB ID belongs to this Short Film:
Be Careful What You Wish (2003)
https://www.imdb.com/title/tt1001328
And he's not in our database.
Furthermore, I believe that Find does not support the &append_to_response= feature.