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
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת clocKwize
ב-מרץ 13, 2015 ב-10:47לפני חצות יום
Bump... Little help! :D
תגובה מאת kenny Callado
ב-מרץ 14, 2015 ב-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
תגובה מאת Travis Bell
ב-מרץ 14, 2015 ב-9:58לפני חצות יום
Another working cURL example:
תגובה מאת clocKwize
ב-מרץ 16, 2015 ב-3:20לפני חצות יום
Thanks I was missing the /3/ api version!
תגובה מאת Travis Bell
ב-מרץ 16, 2015 ב-10:14לפני חצות יום
Heh, indeed you were! I didn't notice that. D'oh!