Hi,
I'm building my own application and I need the movie details for the selected movie. I've tried multiple times query for them but I'm not able to get them. Here is what I would like to get:
Year; Story line; Genre; Director/s; Writing; Stars; Release date; Rating; Country; Language; Runtime; Budget; Cast; Pictures;
I'm able to get some of the data but now all of the items above.
Could you please advise how I can get those?
Regards, Ivan
Nie możesz znaleźć filmu lub serialu? Zaloguj się, aby go utworzyć.
Want to rate or add this item to a list?
Not a member?
Odpowiedź użytkownika murkata
17 sierpnia 2015 o godz. 5:25PM
Great, thanks!
This worked great if I know the movie id here, but what if I only have the IMDB id. The application I was developing was scrapping data from IMDB so I can easily get the IMDB instead of adjusting the whoel script to search the id here.When I tried with the append_to_response it seems that the data is not added this time:
http://api.themoviedb.org/3/find/tt0372784?external_source=imdb_id&api_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXX&append_to_response=credits,releases,images
Is there a way to make this working?
Regards, Ivan
Odpowiedź użytkownika murkata
17 sierpnia 2015 o godz. 5:27PM
Ok, please disregard - I figured it out.
Regards, Ivan