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
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on May 9, 2016 at 9:32 PM
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.