Apologies if this completely obvious... but any help would be gratefully received. I am using the 'php-tmdb/api' wrapper to search for movies on tmdb. I can't figure out what is the correct call to get all the films a person has had a job/credit in. I can only get any roles they have played in movies.
For example if I wanted all the credits attributed to Martin Scorsese what would the json call be? This only gives me a brief bio: http://api.themoviedb.org/3/person/1032?api_key=##api##
I want all the movies he has worked on, not play a part in. I hope that makes sense...
Many thanks,
Julian
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة jsykes
بتاريخ نوفمبر 12, 2015 في 10:36 صباحا
I found this in the forum and I think this is just what I need.
https://api.themoviedb.org/3/person/287/movie_credits?api_key=###
رد بواسطة Travis Bell
بتاريخ نوفمبر 12, 2015 في 6:13 مساءا
Perfect.