I've been experimenting with TMBD's API to practice in Mobile Development. I tried the search function on the website and in Flutter using the TMDB API, and some of the results contain fully visible breasts. I have the "Include adult" flag set to false in both my website account settings, and in the search query arguments, yet I get results like the examples I provided below.
Few examples:
Isn't that considered adult content? If it isn't considered adult, is there a way to prevent such content from returning in the query results?
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την superboy97
στις 26 Μάιος 2022 στις 11:44 ΕΊΜΑΙ
To be able to help you, we need the exact query you have sent. Just replace your API key with something like mykey.
Απάντηση από τον/την ahmedawsi
στις 26 Μάιος 2022 στις 12:17 ΜΜ
I am using this library in Flutter to perform the query, as mentioned above. This is the request:
and this is the result: https://imgur.com/a/ES57m4B
Note: I covered the the poster with a white rectangle to make sure that I don't violate Imgur's ToS.
Απάντηση από τον/την superboy97
στις 26 Μάιος 2022 στις 12:21 ΜΜ
As indicated above, we need the exact text of the query you sent to us.
Απάντηση από τον/την ahmedawsi
στις 26 Μάιος 2022 στις 08:49 ΜΜ
Sure, here it is:
Απάντηση από τον/την Travis Bell
στις 27 Μάιος 2022 στις 11:05 ΕΊΜΑΙ
The "adult" flag has a very specific meaning here. As outlined in the contribution bible:
So the question is really, are these items incorrectly marked as
adult:false
? If not, it's site policy to delete images with nudity for non adult entries.Απάντηση από τον/την Grove
στις 28 Μάιος 2022 στις 05:40 ΕΊΜΑΙ
The first two of those links has an "Adult" marking right below the title (when I click on them at least), and checking the changes, those are not added after your question, so why you get those is a bit beyond me. (I've just reported the second link as a duplicate, so that might soon be gone from your results for completely different reasons)
The third of your links does not have such a marking. I don't know the movie so I can't say if that's wrong.
Απάντηση από τον/την c-gian
στις 1 Ιούνιος 2025 στις 07:11 ΕΊΜΑΙ
The point imho is that those films should have a dedicated genre, in this way you can filter them and completly exclude them
Απάντηση από τον/την Travis Bell
στις 4 Ιούνιος 2025 στις 11:17 ΕΊΜΑΙ
I have an open ticket for us to look at creating a proper attribute for content like this here.