اختصارات لوحة المفاتيح
البحث المتقدم
Is there a way or an API to get the cast and crew of a particular movie with the help of movie ID?
@RoronoaHemesh said: Getting the cast & crew members of a particular movie Is there a way or an API to get the cast and crew of a particular movie with the help of movie ID?
Yes there is. Two methods.
1 Specific API request for Credits (Cast and Crew). https://developer.themoviedb.org/reference/movie-credits Example https://api.themoviedb.org/3/movie/550/credits?api_key=THE_KEY
2 Basic API Request, Details; using the &append_to_response= feature. https://developer.themoviedb.org/docs/append-to-response https://developer.themoviedb.org/reference/movie-details Example https://api.themoviedb.org/3/movie/550?api_key=THE_KEY&append_to_response=credits
Thanks mate!
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
تسجيل الدخول
التسجيل
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
سجل و انضم الى المجتمع
رد بواسطة ticao2 🇧🇷 pt-BR
بتاريخ يوليو 31, 2023 في 12:14 مساءا
Yes there is. Two methods.
1 Specific API request for Credits (Cast and Crew).
https://developer.themoviedb.org/reference/movie-credits
Example
https://api.themoviedb.org/3/movie/550/credits?api_key=THE_KEY
2 Basic API Request, Details; using the &append_to_response= feature.
https://developer.themoviedb.org/docs/append-to-response
https://developer.themoviedb.org/reference/movie-details
Example
https://api.themoviedb.org/3/movie/550?api_key=THE_KEY&append_to_response=credits
رد بواسطة RoronoaHemesh
بتاريخ أغسطس 3, 2023 في 1:12 صباحا
Thanks mate!