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
Nie możesz znaleźć filmu lub serialu? Zaloguj się, aby go utworzyć.
Want to rate or add this item to a list?
Not a member?
Odpowiedź użytkownika clocKwize
13 marca 2015 o godz. 10:47AM
Bump... Little help! :D
Odpowiedź użytkownika kenny Callado
14 marca 2015 o godz. 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
Odpowiedź użytkownika Travis Bell
14 marca 2015 o godz. 9:58AM
Another working cURL example:
Odpowiedź użytkownika clocKwize
16 marca 2015 o godz. 3:20AM
Thanks I was missing the /3/ api version!
Odpowiedź użytkownika Travis Bell
16 marca 2015 o godz. 10:14AM
Heh, indeed you were! I didn't notice that. D'oh!