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.
Vil du vurdere eller legge til dette elementet i en liste?
Ikke et medlem?
Svar av clocKwize
den 13 Mars 2015 kl. 10:47 AM
Bump... Little help! :D
Svar av kenny Callado
den 14 Mars 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 av Travis Bell
den 14 Mars 2015 kl. 9:58 AM
Another working cURL example:
Svar av clocKwize
den 16 Mars 2015 kl. 3:20 AM
Thanks I was missing the /3/ api version!
Svar av Travis Bell
den 16 Mars 2015 kl. 10:14 AM
Heh, indeed you were! I didn't notice that. D'oh!