Actor's ids are valuable to fetch information about them, as exposed in this great examples page: https://www.themoviedb.org/documentation/api/discover. However, actor's ids always show up from nowhere, but I'd like to know how these were retrieved in the first place :-) I did see this doc http://docs.themoviedb.apiary.io/#reference/search/searchperson/get but couldn't use it (I tried to use http://api.themoviedb.org/3/search/person=%22tom%20hanks%22?api_key=###), I'm missing something for sure.
Thanks for your help!
Kan du inte hitta en film eller tv-serie? Logga in för att skapa den.
Vill du betygsätta denna artikel eller lägga till den i en lista?
Inte medlem?
Svar från Dale
den 11 augusti 2015 vid 2:59 PM
Hello Oggy,
Think you looking to run a search like this:
http://api.tmdb.org/3/search/person?api_key=KEY&query=tom%20hanks
Hope this helps.
Dale.
Svar från oggy
den 14 augusti 2015 vid 12:24 PM
Great, thanks for your help!
Svar från oggy
den 17 augusti 2015 vid 6:14 AM
From an actor's name, is it then possible to get their filmography?
I know it is possible using the id (something like person/31?api_key=###&append_to_response=credits) but this uses an id...
Thanks in advance.
Svar från Travis Bell
den 17 augusti 2015 vid 6:52 PM
Hi Oggy,
You can't get the credits just from a name, no. You would get their ID and then make the
/person/{ID}
call you mentioned above.Cheers.
Svar från oggy
den 18 augusti 2015 vid 4:24 AM
Ok that's what I feared :-)
thanks !