I have been trying to create the query for getting a list of all actors actresses but can't seem to get it right. Also with the query to getting images for this data I follow the query provided: http://private-5d627-themoviedb.apiary-mock.com/3/person/images and then adding on my key but only get one response of Brad Pitt. Why does this query only give me Brad Pitt, how do I get every actor/actress? Thank you in advance.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ يوليو 13, 2014 في 2:06 مساءا
Hi jrichardson,
You should probably switch to the production address, api.themoviedb.org if you are wishing to query real world results. Apiary is a development and testing tool.
You can search for an actor like so:
Get an id from your search (62 in Bruce Willis’ case) and query the main person details and append the images response so it’s all in one query):
Cheers.
رد بواسطة Joey Richardson
بتاريخ يوليو 13, 2014 في 3:58 مساءا
How about a query getting all actors and actresses?
رد بواسطة Travis Bell
بتاريخ يوليو 13, 2014 في 6:00 مساءا
There is no such query. You would have to iterate through all of the IDs yourself starting at 1, and ending at the is returned in the /person/latest method.
رد بواسطة Joey Richardson
بتاريخ يوليو 14, 2014 في 11:28 صباحا
So which documentation should I be following? Since the documentation provided was pretty unclear? To get a different person I would need to change the 62 to another number? What is the highest number? Thank you for the information has been very helpful.
رد بواسطة Travis Bell
بتاريخ يوليو 14, 2014 في 11:39 صباحا
You would want to start at id 1, and then you can pull the latest if from the
/3/person/latest
method.رد بواسطة vikaskumar.impinge
بتاريخ يوليو 23, 2014 في 8:33 صباحا
Hi,
I want to get all movies with particular actor/actroess with your api. So please let me know is it possible if yes then how. Its urgent.
Thanks in advance.
رد بواسطة Travis Bell
بتاريخ يوليو 23, 2014 في 10:07 صباحا
To get the list of movie credits, call the
movie_credits
method on a person.You can call all of their credits by calling the
combined_credits
method:As always, the documentation is the best place for information: http://docs.themoviedb.apiary.io