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 στις 09: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.