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
Kan du ikke finde en film eller TV-serie? Log in og opret den.
Want to rate or add this item to a list?
Ikke medlem?
Svar af clocKwize
d. 13 marts 2015 kl. 10:47 AM
Bump... Little help! :D
Svar af kenny Callado
d. 14 marts 2015 kl. 6:58 AM
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
Svar af Travis Bell
d. 14 marts 2015 kl. 9:58 AM
Another working cURL example:
Svar af clocKwize
d. 16 marts 2015 kl. 3:20 AM
Thanks I was missing the /3/ api version!
Svar af Travis Bell
d. 16 marts 2015 kl. 10:14 AM
Heh, indeed you were! I didn't notice that. D'oh!