In search/multi i want to block sexual content (images) how to do that ? usin java android studio.
i have this https://api.themoviedb.org/3/search/multi?api_key&query=&page=;
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת ticao2 🇧🇷 pt-BR
ב-אפריל 22, 2024 ב-7:36אחרי חצות יום
Add the filter parameter:
&include_adult=false
תגובה מאת HELMS-DEEP
ב-אפריל 24, 2024 ב-1:55אחרי חצות יום
i tried but not working :(
תגובה מאת ticao2 🇧🇷 pt-BR
ב-מאי 5, 2024 ב-10:15לפני חצות יום
Problems with API Request
In order for someone to help you with API Request questions,
it is critical that you post here the API Request you are sending to the TMDb server.
Remember to replace your Key with MY_KEY , YOUR_KEY , THE_KEY , or something like that.
Not the programming code/script you used to build the API Request.
But the API Request that is sent to the TMDb server.
Or the API Request you would like to send.