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 ?
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on Maret 1, 2017 at 6:52 PM
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.