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
Can't find a movie or TV show? Login to create it.
ต้องการให้คะแนนหรือเพิ่มรายการนี้ไปยังรายการหรือไม่
ไม่ใช่สมาชิกเหรอ
Reply by clocKwize
on March 13, 2015 at 10:47 ก่อนเที่ยง
Bump... Little help! :D
Reply by kenny Callado
on March 14, 2015 at 6:58 ก่อนเที่ยง
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
Reply by Travis Bell
on March 14, 2015 at 9:58 ก่อนเที่ยง
Another working cURL example:
Reply by clocKwize
on March 16, 2015 at 3:20 ก่อนเที่ยง
Thanks I was missing the /3/ api version!
Reply by Travis Bell
on March 16, 2015 at 10:14 ก่อนเที่ยง
Heh, indeed you were! I didn't notice that. D'oh!