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.