Hi, Is it possible I can get popular people list with biography?
Like this page :- https://www.themoviedb.org/person
I am using following request but it doesn't return biography
https://api.themoviedb.org/3/person/popular?api_key=xxxxx
Regards
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2016 年 05 月 09 日 9:32下午
Hi k0845627,
No, you can't get the biographies from a single call like that. You will have to query each individual person by ID and get their bios that way. Eg:
Cheers.