I requested an API key and have began to try and play with the API, but every request seems to return a 404!
What am I doing wrong? `` curl https://api.themoviedb.org/search/tv\?query\=test\&api_key\=xxx
Thanks
Bir filmi veya diziyi bulamıyor musun? Eklemek için oturum aç.
Bu öğeyi derecelendirmek veya bir listeye eklemek ister misiniz?
Üye değil misin?
clocKwize adlı kullanıcıyı yanıtla
13 l 2015 tarihinde saat 10:47 ÖÖ'da
Bump... Little help! :D
kenny Callado adlı kullanıcıyı yanıtla
14 l 2015 tarihinde saat 6:58 ÖÖ'da
I use this command with curl: curl -LGs --data-urlencode "query=true detective" --data api_key=XXX --data language=es http://api.themoviedb.org/3/search/tv
Travis Bell adlı kullanıcıyı yanıtla
14 l 2015 tarihinde saat 9:58 ÖÖ'da
Another working cURL example:
clocKwize adlı kullanıcıyı yanıtla
16 l 2015 tarihinde saat 3:20 ÖÖ'da
Thanks I was missing the /3/ api version!
Travis Bell adlı kullanıcıyı yanıtla
16 l 2015 tarihinde saat 10:14 ÖÖ'da
Heh, indeed you were! I didn't notice that. D'oh!