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
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de clocKwize
no 13 de marzo do 2015 ás 10:47AM
Bump... Little help! :D
Resposta de kenny Callado
no 14 de marzo do 2015 ás 6:58AM
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
Resposta de Travis Bell
no 14 de marzo do 2015 ás 9:58AM
Another working cURL example:
Resposta de clocKwize
no 16 de marzo do 2015 ás 3:20AM
Thanks I was missing the /3/ api version!
Resposta de Travis Bell
no 16 de marzo do 2015 ás 10:14AM
Heh, indeed you were! I didn't notice that. D'oh!