i have created a website where i hava listed english movies and created a detail page where the details of a particular movie is shown. issue is that i want to fetch only movies which have all details available . like i want to fetch movies which have cast and crew data available. and skip the movie which do not have this data available. how can i do this?
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Waffiq님의 댓글
11월 21, 2024 at 12:09 오전
You can do it on your client side. You can filter films that don't have a cast or crew from appearing on your website
If you want via API, unfortunately you can't