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=;
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de ticao2 🇧🇷 pt-BR
pe data de 22 aprilie 2024 la ora 7:36 PM
Add the filter parameter:
&include_adult=false
Răspuns de HELMS-DEEP
pe data de 24 aprilie 2024 la ora 1:55 PM
i tried but not working :(
Răspuns de ticao2 🇧🇷 pt-BR
pe data de 5 mai 2024 la ora 10:15 AM
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.