Whenever I try to search for a movie with the API, I can't find the movie that should exist on the DB. When I use the website, I get the correct result as the first thing on the list.
My API request looks like this:
https://api.themoviedb.org/3/search/movie?query=Bridget+Jones+Verrueckt+nach+ihm
I get back:
{
"page": 1,
"results": [],
"total_pages": 1,
"total_results": 0
}
However, on the website I get one search result, which is the one I am looking for.
Thanks in advance!
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Waffiq님의 댓글
6월 7, 2025 at 12:05 오후
I try
No prob, I got result