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.