I know I can get the full list of credits for an actor by their id, but is there a way to just get their 3 most famous films as shown here? https://www.themoviedb.org/search?query=brad+pitt#0
Thanks
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 Travis Bell
on April 22, 2013 at 9:37 AM
Hi simonjw,
There is no such API method at the moment. I've created a new ticket for this though, and will give it some thought.
Reply by simonjw
on April 22, 2013 at 10:24 AM
Thanks Travis, do you mind me asking how is it done on your side at the moment?
Simon
Reply by Travis Bell
on April 22, 2013 at 12:37 PM
Sure, no problem.
I take all of the movies from a person and order them by number of ratings and order them desc. This gives a fairly accurate guide to what the most "famous" movies a person is known for.
Reply by vidar
on February 22, 2016 at 5:21 AM
So to get the "Known For" for Morgan Freeman I could have to make 100+ api calls? (with a limit of 30 calls per 10 seconds?)
Reply by Travis Bell
on February 22, 2016 at 9:54 AM
Hi vidar,
At the moment it's not really possible. I still have to complete ticket #316 to get person credit objects to match the rest of the media items across the API. Once that is complete, grabbing everything in a single
/combined_credits
call will be possible.Reply by Travis Bell
on February 22, 2016 at 11:42 AM
Thanks, yes, a search returns
known_for
. The information I posted above is relevant to try to get that information outside of a search.Reply by Travis Bell
on July 21, 2017 at 11:01 AM
I recently made all of the person credit methods return the standard media objects which means this is something you can definitely build on your own now. Take a look at the improved responses: https://developers.themoviedb.org/3/people/get-person-combined-credits
Reply by Travis Bell
on July 18, 2018 at 11:48 AM
One more update... The person method now also includes a
known_for_department
which you can use to know what department to build a persons "known for" data with.