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  {…}

찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.

전체

s 검색 바 띄우기
p 프로필 메뉴 열기
esc 열린 창 닫기
? 키보드 단축키 창 열기

미디어 페이지

b 돌아가기
e 편집 페이지로 이동

TV 시즌 페이지

(우 화살표) 다음 시즌으로 가기
(좌 화살표) 이전 시즌으로 가기

TV 에피소드 페이지

(우 화살표) 다음 에피소드로 가기
(좌 화살표) 이전 에피소드로 가기

모든 이미지 페이지

a 이미지 추가 창 열기

모든 편집 페이지

t 번역 선택 열기
ctrl+ s 항목 저장

토론 페이지

n 새 토론 만들기
w 보기 상태
p 공개/비공개 전환
c 열기/닫기 전환
a 활동 열기
r 댓글에 글쓰기
l 마지막 댓글로 가기
ctrl+ enter 회원님의 메세지 제출
(우 화살표) 다음 페이지
(좌 화살표) 이전 페이지

설정

Want to rate or add this item to a list?

로그인