Atajos de teclado
Búsqueda avanzada
I am a developer and I need help on how to search for a movie name using TMDB API
@Emeka@FX said: How can I search a movie name using the themoviedb API I am a developer and I need help on how to search for a movie name using TMDB API
Using the Search API Request. https://developer.themoviedb.org/reference/search-movie Works for Movie, TV Show, People, Collections, Keyword, Company and Multi. Example for Movie: Star Wars
https://api.themoviedb.org/3/search/movie?api_key=THE_KEY&query=Star+Wars&language=pt-BR&primary_release_year=1977&page=1
¿No encuentras una película o serie? Inicia sesión para crearla:
Iniciar sesión
Regístrate
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Regístrate y únete a la comunidad
Contestado por ticao2 🇧🇷 pt-BR
el 21 de junio de 2024 a las 09:04
Using the Search API Request.
https://developer.themoviedb.org/reference/search-movie
Works for Movie, TV Show, People, Collections, Keyword, Company and Multi.
Example for Movie: Star Wars