The Movie Database Support

Hi,

I'm working on a project where I am attempting to only return family friendly films. I have successfully managed this using the discover and genre features of the API but I am unable to get it working for the search feature. When I attempt to search I am getting films that are not part of that genre (or shouldn't be)

Here's the url I am using: 'https://api.themoviedb.org/3/search/movie?certification_country=US&certification.lte=G&with_genres=10751&include_adult=false&sort_by=popularity.desc&api_key=API_KEY'

Any advice would be helpful, I'm quite new to this!

Thank you

Alice

4 replies (on page 1 of 1)

Jump to last post

Hi @al-ell, search movie doesn't have the same filters as discover movie. Genre is not a valid filter so it is being ignored in the query you are using.

Hi @robbie3999, thank you for letting me know. Does search movie take any other parameters like certification?

I found this discussion with some info on filtering a search using discover. I think I've answered my own question!

https://www.themoviedb.org/talk/6441194ffcec2e0439d8d361

I believe that @al-ell didn't even intend to use search. After all, I don't even see a query.
So just swap search for discover in the Request and everything will work perfectly.

https://api.themoviedb.org/3/search/movie?certification_country=US&certification.lte=G&with_genres=10751&include_adult=false&sort_by=popularity.desc&api_key=API_KEY

https://api.themoviedb.org/3/discover/movie?certification_country=US&certification.lte=G&with_genres=10751&include_adult=false&sort_by=popularity.desc&api_key=THE_KEY

I'm specifically trying to make a search function. Unfortunately the filter I want to use isn't compatible. The way I have worked around this is to use "&with_text_query=" with discover.

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