키보드 단축키
고급 검색
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
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
로그인
회원가입
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
가입하고 커뮤니티에 참여하세요
ticao2 🇧🇷 pt-BR님의 댓글
6월 21, 2024 at 9: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