Hi guys,
Is there a way to search by a person's name and filter by their job in the movie? For example, search for "Steven Spielberg" and show only the movies where he acted as director. For instance, The SEARCH PEOPLE endpoint returns a known_for array with a list of movies, but it doesn't specify the person's involvement in them. Is there any other endpoint available that covers my requirement?
Thanks,
Elias
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2019 年 04 月 16 日 12:58下午
Hi Elias,
No, there is not really a way to do what you're looking for. The
known_for
field is populated by looking at theknown_for_department
that can be found in the response of a person details method. You can see in Steven Spielberg's example, he is known for "Directing" so it's his top 3 directing credits that get populated in theknown_for
results.