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?
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת Waffiq
ב-נובמבר 21, 2024 ב-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