The Movie Database Support

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

2 replies (on page 1 of 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  {…}

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login