I get my api key but i do not understand how i will use this api to get movies list , tv serial list , etc
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط Travis Bell
در تاریخ فوریه 3, 2016 ساعت 4:11 ب.ض
Hi Ankit,
An example API request searching for the movies called "batman" looks like so:
With an ID from those results, lets say the first results, id 268, you can then go and query the full details:
https://api.themoviedb.org/3/movie/268?api_key=###
As always, the full documentation is located here: http://docs.themoviedb.apiary.io/
Hope that helps.
پاسخ توسط Ankit Keshari
در تاریخ فوریه 4, 2016 ساعت 11:19 ق.ض
Thanks sir