Hello i try to get the cast from a movie but it will nocht work :-( maybe you can help me :-)
I use this : http://themoviedb.apiary.io/3/movie/{id}/casts example: http://api.themoviedb.org/3/movie/49521/cast/?api_key=1111111111111111111 -> Result: Not Found example2: http://api.themoviedb.org/3/movie/tt0770828/cast/?api_key=1111111111111111111 -> Result: Not Found what am I doing wrong?
Thank you for your help,
David
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط Travis Bell
در تاریخ اکتبر 22, 2013 ساعت 1:39 ب.ض
Hi diabetiker ,
You have a trailing slash and it's casts, not cast (yes, it's a bit of an idiom, I know).
Cheers.
پاسخ توسط diabetiker
در تاریخ اکتبر 22, 2013 ساعت 2:56 ب.ض
Thank you very much Travis Bell !
پاسخ توسط tinasana007
در تاریخ آوریل 1, 2017 ساعت 7:02 ب.ض
how to get casts with imdb id in that kind of url https://api.themoviedb.org/3/find/tt2294629?api_key=AAAAAAAAAAAAAAAAAAAAAA&language=en-US&external_source=imdb_id and trailer too
پاسخ توسط Travis Bell
در تاریخ آوریل 2, 2017 ساعت 11:55 ق.ض
You would issue a /find query to get the TMDb id, and then make a credits method call.
Returns ID
109445
, so then:Which will append cast and crew to your response in the
credits
key.