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
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by ticao2 š§š· pt-BR
on October 22, 2023 at 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.