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
映画やテレビ番組が見つかりませんか?ログインして作成してください。
このアイテムを評価したり、リストに追加したりしたいですか?
メンバーではありませんか?
clocKwizeからの返信
投稿:2015年03月13日 10:47 AM
Bump... Little help! :D
kenny Calladoからの返信
投稿:2015年03月14日 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
Travis Bellからの返信
投稿:2015年03月14日 9:58 AM
Another working cURL example:
clocKwizeからの返信
投稿:2015年03月16日 3:20 AM
Thanks I was missing the /3/ api version!
Travis Bellからの返信
投稿:2015年03月16日 10:14 AM
Heh, indeed you were! I didn't notice that. D'oh!