Dear, I was wondering how I can get the known for movies of an actor/actress in their personal details page (example : https://www.themoviedb.org/person/1253360-pedro-pascal )
As far as I looked into the API, I didn't find a way to get them I only could get all the movies. Also, for the acting session at the same page, where can I get those details from? if there is no API request for them, any ideas or ways to get them or filter them? Thanks! Best.
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de ticao2 🇧🇷 pt-BR
le 21 mars 2023 Ă 19h47
First, I think this is worth reading.
https://www.themoviedb.org/bible/people#5a0b12e49251416561000001
Second, I think it will be better to use a Discover API Request.
https://developers.themoviedb.org/3/discover/movie-discover
That's because you can filter by movie popularity or by highest vote.
I think it's not exactly the Know_For order but it should be very close.
Example:
In the example above I asked only with_cast.
Could order with_crew.
Or order with_people, Cast and Crew.
Some details of each movie are in the answer.
More details only by making API Request of the basic or complete data of each movie, using the ID.
I don't know any other way.
Réponse de Sarhang12
le 22 mars 2023 Ă 08h09
Thanks for the response! Found it. Problem Solved.