I get my api key but i do not understand how i will use this api to get movies list , tv serial list , etc
Etkö löydä elokuvaa tai TV-ohjelmaa? Kirjaudu sisään lisätäksesi se.
Haluatko pisteyttää vai lisätä tämän nimikkeen listaan?
Ei rekisteröitynyt jäsen?
Vastaus käyttäjältä Travis Bell
3 helmikuu 2016 klo 4:11PM
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.
Vastaus käyttäjältä Ankit Keshari
4 helmikuu 2016 klo 11:19AM
Thanks sir