The Movie Database Support

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?

6 replies (on page 1 of 1)

Jump to last post

To be able to help you, we need the exact query you have sent. Just replace your API key with something like mykey.

I am using this library in Flutter to perform the query, as mentioned above. This is the request:

Map exampleTMDBQuery = await TMDBAPI.tmdbWithCustomLogs.v3.search
        .queryMovies('love', includeAdult: false);

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.

@ahmedawsi said:

I am using this library in Flutter to perform the query, as mentioned above. This is the request:

Map exampleTMDBQuery = await TMDBAPI.tmdbWithCustomLogs.v3.search
        .queryMovies('love', includeAdult: false);

As indicated above, we need the exact text of the query you sent to us.

Sure, here it is:

https://api.themoviedb.org/3/search/movie?api_key=<MyKey>&query=love&page=1&include_adult=false

The "adult" flag has a very specific meaning here. As outlined in the contribution bible:

In general, only to be used for hardcore pornography.

18+ erotic movies should not be flag as adult movies (e.g. Fifty Shades of Grey, Nymphomaniac).

Porn documentaries are also generally allowed as regular movies (e.g. Graphic Sexual Horror, Kink).

Full length movies are set to adult:true if they have a minimum of two hardcore scenes in their original version. For example, Danish comedies such as I Jomfruens tegn and Agent 69 Jensen i Skorpionens tegn are adult movies, but they have well-known softcore versions.

Short films are set to adult:true if they have one hardcore scene.

Notable exceptions: movies originally released as regular movies and reviewed as movies by critics: 9 Songs, Love, Q aka Desire and Bad Luck Banging or Loony Porn.

Not sure? File a content issue report and ask a mod.

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.

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.

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login