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 的回复
于 2023 年 10 月 22 日 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.