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 PM
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.