Create a /person/known_for method
Reported by Travis Bell | April 22nd, 2013 @ 07:36 AM | in Captain America
Comments and changes to this ticket
-
Travis Bell October 28th, 2014 @ 09:14 AM
- State changed from new to invalid
- Milestone changed from Icebox to Outlander
Doubtful I'll ever push a dedicated method for this. Now that we have the 'combined_credits' method, this is really easy to generate yourself.
All we're doing on TMDb is taking the /combined_credits method, uniquing the movie and TV fields by id and then joining them. Next, sort by vote_count and grab the first X that you're interested in.
Cheers.
-
Travis Bell July 21st, 2017 @ 09:08 AM
- State changed from invalid to resolved
For anyone finding this ticket after the fact, this is now possible to generate client side since all of the person credit methods are returning the standard media objects now. For more information see: https://developers.themoviedb.org/3/people/get-person-combined-credits
-
Travis Bell December 18th, 2017 @ 09:08 AM
- State changed from resolved to open
- Milestone changed from Outlander to Icebox
I'm re-opening this, now that the website has a real calculated known for field, I'll bring this field (and maybe results) to the API. No ETA.
-
Travis Bell December 18th, 2017 @ 10:24 AM
- State changed from open to new
-
Travis Bell July 18th, 2018 @ 09:52 AM
- State changed from new to resolved
- Milestone changed from Icebox to Captain America
One more update... The person method now includes a
known_for_department
which you can use to know what department to build a persons "known for" data with.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
People watching this ticket
Tags
Referenced by
- 552 Getting movies a person is known for cannot be appended to response Even though in #227 Travis Bell said that a new endpoint ...
- 552 Getting movies a person is known for cannot be appended to response Related to ticket #227