键盘快捷键
高级搜索
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 ?
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.
known_for
找不到电影或节目?登录并创建它吧。
登录
注册
想给这个条目评分或将其添加到片单中?
还不是会员?
注册加入社区
Travis Bell 的回复
于 2017 年 03 月 01 日 6: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.