Hi, This has probably been asked before but I can't seem to find a thread discussing it... Is it possible (in some way or another) to get the imdb id (not tmdb id) for a person (actor/actress/...)? For example, for Uma Thurman this would be "nm0000235". I know that the reverse is possible: https://api.themoviedb.org/3/find/nm0000235?api_key=####&external_source=imdb_id but can't seem to find a way to turn this around...
Would be great if anyone has a suggestion for finding the imdb id's (through some other way/api/site). I have a bunch of people for which I need the id's and manually looking up the id's would be very time-consuming.
Thanks a million
No trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per Travis Bell
el 24 , de 2014 a les 10:01 A.M.
Hi arjenvanlin,
The
imdb_id
field is returned as part of every person response:If you're interested in other ids, you can also append the
external_ids
response to do this in a single call:Cheers.
Resposta per arjenvanlin
el 24 , de 2014 a les 10:20 A.M.
Thanks Travis, this is of great help!
Cheers, Arjen