The Movie Database 支持

Quisiera saber como armar una pagina para cada pelicula/serie con todos los datos, es mediante el id o como?

2 回复(第 1 页,共 1 页)

Jump to last post

@Marcos0905 said:
Como hago para armar una pagina de cada pelicula/serie con todos los datos?
Quisiera saber como armar una pagina para cada pelicula/serie con todos los datos, es mediante el id o como?

Translate:

I would like to know how to put together a page for each movie / series with all the data, is it through the id or how?

The API requirements for movie and TV show data you can see here:
Get Details - get/movie/{movie_id} https://developers.themoviedb.org/3/movies/get-movie-details
Get Details - get/tv/{tv_id} https://developers.themoviedb.org/3/tv/get-tv-details
They can be done using the append_to_response feature. https://developers.themoviedb.org/3/getting-started/append-to-response
This feature adds various data in addition to the data from a basic API Request.
To know what these data are, you need to see the list on each of the pages, movie or TVshow, that I mentioned above.
It is almost the entire list that is on the left menu.
It would be better for you to read and understand and choose what you want.
I don't think you want ALL the data.
For example, for a movie:

https://api.themoviedb.org/3/movie/550?api_key=THE_KEY&language=en-US&append_to_response=account_states,alternative_titles,changes,credits,external_ids,images,keywords,lists,recommendations,release_dates,reviews,similar,translations,videos&include_image_language=pt,en,fr,es,hi,null&include_video_language=pt,en,fr,es,hi,null

Note that I didn't add all languages for images and videos. I have given just one example. You can search and make your language list.

See the response to this Request:

adult   false
backdrop_path   "/rr7E0NoGKxvbkb89eR1GwfoYjpA.jpg"
belongs_to_collection   null
budget  63000000
genres  […]
homepage    "http://www.foxmovies.com/movies/fight-club"
id  550
imdb_id "tt0137523"
original_language   "en"
original_title  "Fight Club"
overview    "A ticking-time-bomb inso…spiral toward oblivion."
popularity  46.449
poster_path "/pB8BM7pdSp6B6Ih7QZ4DrQ3PmJK.jpg"
production_companies    […]
production_countries    […]
release_date    "1999-10-15"
revenue 100853753
runtime 139
spoken_languages    […]
status  "Released"
tagline "Mischief. Mayhem. Soap."
title   "Fight Club"
video   false
vote_average    8.4
vote_count  22109
alternative_titles  {…}
changes {…}
credits {…}
external_ids    {…}
images  {…}
keywords    {…}
lists   {…}
recommendations {…}
release_dates   {…}
reviews {…}
similar {…}
translations    {…}
videos  {…}

找不到电影或剧集?登录并创建它吧。

全站通用

s 聚焦到搜索栏
p 打开个人资料菜单
esc 关闭打开的窗口
? 打开键盘快捷键窗口

在媒体页面

b 返回(或返回上级)
e 进入编辑页面

在电视季页面

(右箭头)下一季
(左箭头)前一季

在电视集页面

(右箭头)下一集
(左箭头)前一集

在所有图像页面

a 打开添加图片窗口

在所有编辑页面

t 打开翻译选择器
ctrl+ s 提交

在讨论页面

n 创建新讨论
w 切换关注状态
p 设为公开 / 私密讨论
c 关闭 / 开放讨论
a 打开活动页
r 回复讨论
l 跳转至最新回复
ctrl+ enter 发送信息
(右箭头)下一页
(左箭头)前一页

设置

想给这个条目评分或将其添加到片单中?

登录

还不是会员?

注册加入社区