The Movie Database Support

Is there a way to search for ALL TV and shows at once, without having to click for to separate genre?. The closest thing I could find is the search with id and string, I don't know how to do any of that. If I could just search movie and TV all at once that would be awesome. Thank you so much :)

3 replies (on page 1 of 1)

Jump to last post

@bigjosher said:
easier search
Is there a way to search for ALL TV and shows at once, without having to click for to separate genre?.

I confess that I was not able to fully understand what your question is.
It would be easier to understand if you posted a specific case here.
Are you considering Film and TV Show as a genre?

The closest thing I could find is the search with id and string, I don't know how to do any of that.

The method will be explained for Movies at this link in the instructions:
https://developers.themoviedb.org/3/getting-started/search-and-query-for-details
For TV Show it is similar.

If what you want to search for is a TV Show Title, then there will always be two steps.
For example House MD
First do the title search to get the TV Show ID.
https://developers.themoviedb.org/3/search/search-tv-shows
https://api.themoviedb.org/3/search/tv?api_key=THE_KEY&language=en-US&query=House+MD

Then search for the complete TV Show data using the TV Show ID.
https://developers.themoviedb.org/3/tv/get-tv-details
https://api.themoviedb.org/3/tv/1408?api_key=THE_KEY&language=en-US

If I could just search movie and TV all at once that would be awesome. Thank you so much :)

You can do the first step using the multi-search tool.
The search term will be searched for both TV Show and Movies.
Alias, will be searched in all areas.
Movies, tv shows and people in a single request.
https://developers.themoviedb.org/3/search/multi-search
https://api.themoviedb.org/3/search/multi?api_key=THE_KEY&language=en-US&query=House+MD

ok, you know how when you click on tv and then get a drop down with {airing today] and then it directs you to seaarch for tv shows. Instead of backing out and then going to [movies] to search for movies after I am done in tv, is there a way that I can search for movies to be in with the tv shows also? I have no idea how to do the api thing

@bigjosher said:

ok, you know how when you click on tv and then get a drop down with {airing today] and then it directs you to seaarch for tv shows.
Instead of backing out and then going to [movies] to search for movies after I am done in tv,
is there a way that I can search for movies to be in with the tv shows also?
I have no idea how to do the api thing

It is not possible to obtain the results of Movie and TV Show in a single API Request.
There are 2 API Requests for TV Show and a third, similar one, for Movies.

TV Show
https://developers.themoviedb.org/3/tv/get-tv-airing-today
https://developers.themoviedb.org/3/tv/get-tv-on-the-air

Movies
https://developers.themoviedb.org/3/movies/get-now-playing

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