Soporte de The Movie Database

what query we need to give in url ,to get the result of movie we search.

2 respuestas (en la página 1 de 1)

Jump to last post

@SoundaryaSM said:
API Related
what query we need to give in url ,to get the result of movie we search.

In both cases there will be 2 API requests.

The first request, using the name of the artist or the title of the film,
must be made using get / search / person or get / search / movie.

https://developers.themoviedb.org/3/search/search-people
Example
https://api.themoviedb.org/3/search/person?api_key=THE_KEY&language=en-US&query=Tom+Cruise

https://developers.themoviedb.org/3/search/search-movies
Example
https://api.themoviedb.org/3/search/movie?api_key=THE_KEY&language=en-US&query=Fight+Club
This way you will obtain, among other data, the Person ID or the Movie ID.

Obtaining the ID you will make the second Request to obtain the details of the ID.
Tom Cruise: ID 500
Fight Club: ID 550

For People there are a few ways:
get / person / {person_id} / movie_credits
get / person / {person_id} / tv_credits
get / person / {person_id} / combined_credits
https://developers.themoviedb.org/3/people/get-person-combined-credits

Or basic search with the append_to_response feature
get / person / {person_id}
https://developers.themoviedb.org/3/people/get-person-details
Example
https://api.themoviedb.org/3/person/500?api_key=THE_KEY&language=en-US&append_to_response=combined_credits

For Movies it is similar.
get / movie / {movie_id} / credits
https://developers.themoviedb.org/3/movies/get-movie-credits

Or basic search with the append_to_response feature
get / movie / {movie_id}
https://developers.themoviedb.org/3/movies/get-movie-details
Example
https://api.themoviedb.org/3/movie/550?api_key=THE_KEY&language=en-US&append_to_response=credits

Thank u so much .

¿No encuentras una película o serie? Inicia sesión para crearla:

Global

s centrar la barra de búsqueda
p abrir menú de perfil
esc cierra una ventana abierta
? abrir la ventana de atajos del teclado

En las páginas multimedia

b retrocede (o a padre cuando sea aplicable)
e ir a la página de edición

En las páginas de temporada de televisión

(flecha derecha) ir a la temporada siguiente
(flecha izquierda) ir a la temporada anterior

En las páginas de episodio de televisión

(flecha derecha) ir al episodio siguiente
(flecha izquierda) ir al episodio anterior

En todas las páginas de imágenes

a abrir la ventana de añadir imagen

En todas las páginas de edición

t abrir la sección de traducción
ctrl+ s enviar formulario

En las páginas de discusión

n crear nueva discusión
w cambiar el estado de visualización
p cambiar público/privado
c cambiar cerrar/abrir
a abrir actividad
r responder a la discusión
l ir a la última respuesta
ctrl+ enter enviar tu mensaje
(flecha derecha) página siguiente
(flecha izquierda) página anterior

Configuraciones

¿Quieres puntuar o añadir este elemento a una lista?

Iniciar sesión