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 στις 06: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 στις 09:58 ΕΊΜΑΙ
Another working cURL example:
Απάντηση από τον/την clocKwize
στις 16 Μάρτιος 2015 στις 03: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!