Hi, when i search persons ( http://api.themoviedb.org/3/search/person?api_key=MY_API_KEY&query=mat) it returns movies. how can I only have people in return ?
¿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 1 de marzo de 2017 a las 18:52
Hi there,
/search/person only returns people. There are no movies returned.
Each person object has a
known_for
object though, you might have mistakenly thought that was in the root of the results array.