I am trying to search for actors by their ID (using http://api.themoviedb.org/3/search/person?api_key=###&query={person}), but I can't seem to find out getting their profile information. I have looked at http://docs.themoviedb.apiary.io/#people and attempted http://private-7b7c6-themoviedb.apiary.io/3/person/{id} but not knowing how to add my API key to it. I have also tried http://api.themoviedb.org/3/person/{id} with the same results. Can anybody help me out here?
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 4 de febrero de 2014 a las 00:48
Hi bladerx,
Is the correct call.
Cheers.
Contestado por bladerx
el 4 de febrero de 2014 a las 06:00
Thanks, that's the one.