The Movie Database Support

It seems like somebody edited endpoint 'movies/latest' and I see content from there that seems at least Strange.

I used :

async function displayLatestMovies () { const results = await fetchAPIData('movie/latest'); console.log(results); }  
async function fetchAPIData (endpoint) { const API_KEY = 'THE_KEY'; const API_URL =   'https://api.themoviedb.org/3/';   
const response = await fetch(`${ API_URL }${ endpoint }?api_key=${ API_KEY }&language=en-US`);  
const data = await response.json();  
return data;  
}

Got this:

{adult: true, backdrop_path: '/iHWMO8r9tyyUG3yKTNwYXejjS3K.jpg', belongs_to_collection: {…}, budget: 0, genres: Array(0), …} adult : true backdrop_path : "/iHWMO8r9tyyUG3yKTNwYXejjS3K.jpg" belongs_to_collection : {id: 1164829, name:** 'Interracial Anal Creampies Collection', poster_path: null, backdrop_path: '/aZSH3VFJf8kpwhfLNO6waF5U7G7.jpg'} budget : 0 genres : [] homepage : "" id : 1164828 imdb_id : null original_language : "en" **original_title : "Interracial Anal Creampies" overview : "Big dicked black studs use and stretch tight, white assholes! White backdoor ladies crave hot anal loads!" popularity : 0 poster_path : "/y1rSe96IaiG1NXxUXBgEQNE1eQ0.jpg" production_companies : [{…}] production_countries : [{…}] release_date : "2020-12-01" revenue : 0 runtime : 190 spoken_languages : [{…}] status : "Released" tagline : "" title : "Interracial Anal Creampies" video : false vote_average : 0 vote_count : 0 [[Prototype]] : Object

4 replies (on page 1 of 1)

Jump to last post

I will replace your API Key with THE_KEY expression.
It is not good to show your Key to all forum users.

Both the Collection and one of the films were created today.
Maybe you made your API Request before being assigned Adult status.
I checked both movies and both are now in Adult status.


EDIT
Anyway, I don't know if this Latest Request filters adult film.
I do not think so. In the Request I don't see this parameter.
But only admin Travis Bell can shed light on this question.

@ticao2 said:

I will replace your API Key with THE_KEY expression.
It is not good to show your Key to all forum users.

Thank you! Thought that for training project I can type it, but thanks for your advice again)

@ticao2 said:

Both the Collection and one of the films were created today.
Maybe you made your API Request before being assigned Adult status.
I checked both movies and both are now in Adult status.


EDIT
Anyway, I don't know if this Latest Request filters adult film.
I do not think so. In the Request I don't see this parameter.
But only admin Travis Bell can shed light on this question.

Thank you a lot for checking this. I'm a newbie, and it was my first request to get this endpoint, without filtering and special tricks ..so maybe I'm "lucky" :)

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