键盘快捷键
高级搜索
I am new to this api,can you please tell what should be the url to query about a movie with its name.Also how can i get the id of a movie
Have you tried reading the documentation. It gives examples for most the query you need or want.
As an example like your asking for:
http://api.tmdb.org/3/search/movie?api_key=KEY&query=finding%20nemo
You will need to request for a key to be able to make any requests.
Dale.
找不到电影或节目?登录并创建它吧。
登录
注册
想给这个条目评分或将其添加到片单中?
还不是会员?
注册加入社区
Dale 的回复
于 2015 年 08 月 11 日 3:09下午
Have you tried reading the documentation. It gives examples for most the query you need or want.
As an example like your asking for:
http://api.tmdb.org/3/search/movie?api_key=KEY&query=finding%20nemo
You will need to request for a key to be able to make any requests.
Dale.