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
بتاريخ مايو 9, 2016 في 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.