Tastatūras īsinājumtaustiņi
Izvērstā meklēšana
I get my api key but i do not understand how i will use this api to get movies list , tv serial list , etc
Hi Ankit,
An example API request searching for the movies called "batman" looks like so:
https://api.themoviedb.org/3/search/movie?api_key=###&query=batman
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.
Thanks sir
Nevari atrast filmu vai TV pārraidi? Jāpiesakās, lai to izveidotu.
Pieteikties
Reģistrēties
Vēlies novērtēt šo vienumu vai pievienot to sarakstam?
Neesi dalībnieks?
Reģistrējies un pievienojies kopienai
Atbilde no Travis Bell
on februāris 3, 2016 at 4:11 PM
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.
Atbilde no Ankit Keshari
on februāris 4, 2016 at 11:19 AM
Thanks sir