Hi,
I am trying to get detailed information about the cast when I have a request like this: https://api.themoviedb.org/3/movie/tt4630562?api_key={removed}&language=en-US&append_to_response=credits This sample works fine and returns some basic information about the cast such as their name and image, but I would like to know can I have detailed info for each cast in a single API call? I need to have gender, biography and other details that are available here: https://api.themoviedb.org/3/person/81364?api_key={removed}&language=en-US
I hope I explain what I want to do clear enough.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ ديسمبر 21, 2016 في 10:46 صباحا
Hi @mahmood2418 No, you can't get all of that data in a single call. You will have to iterate over each person and make the person details call.
Cheers.
رد بواسطة mahmood2418
بتاريخ ديسمبر 21, 2016 في 11:12 صباحا
I understand.
Best regards