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.