Sprijin Bază de date filme (The Movie Database)

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

2 răspunsuri (pe pagină 1 din 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  {…}

Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.

Global

s focalizați bara de căutare
p deschideți meniul profilului
esc închide o fereastră deschisă
? deschideți fereastra de scurtături de la tastatură

Pe paginile media

b înapoi (sau la pornire atunci când este cazul)
e accesați pagina de editare

Pe paginile sezonului TV

(săgeată dreapta) mergeți la sezonul următor
(săgeată stânga) mergeți la sezonul precedent

Pe paginile episoadelor TV

(săgeată dreapta) mergeți la următorul episod
(săgeată stânga) mergeți la episodul anterior

Pe toate paginile de imagini

a deschideți fereastra pentru adăugarea imaginii

Pe toate paginile de editare

t deschide selectorul de traduceri
ctrl+ s trimiteți formularul

Pe paginile de discuții

n creați o nouă discuție
w comutați stare de vizionare
p comutați public/privat
c comutați închidere/deschidere
a deschide activitatea
r răspuns la discuție
l mergeți la ultimul răspuns
ctrl+ enter trimiteți mesajul
(săgeată dreapta) pagina următoare
(săgeată stânga) pagina anterioară

Setări

Doriți să evaluați sau să adăugați acest element într-o listă?

Autentificare