Поддержка 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 отправить своё сообщение
(стрелка вправо) следующая страница
(стрелка влево) предыдущая страница

Параметры

Хотите поставить оценку или добавить в список?

Войти