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
Nevari atrast filmu vai TV pārraidi? Jāpiesakās, lai to izveidotu.
Vēlies novērtēt šo vienumu vai pievienot to sarakstam?
Neesi dalībnieks?
Atbilde no clocKwize
on marts 13, 2015 at 10:47 AM
Bump... Little help! :D
Atbilde no kenny Callado
on marts 14, 2015 at 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
Atbilde no Travis Bell
on marts 14, 2015 at 9:58 AM
Another working cURL example:
Atbilde no clocKwize
on marts 16, 2015 at 3:20 AM
Thanks I was missing the /3/ api version!
Atbilde no Travis Bell
on marts 16, 2015 at 10:14 AM
Heh, indeed you were! I didn't notice that. D'oh!