The Movie Database Support

Finding the documentation a little strange and cant find any examples of json and javascript where you search by a movie name. I have tried to search by movie name which works but then in the search results I see there is id of the movie which I try to get the movies full content. but it doesnt return anything.

Here is an example of a jQuery and Json movie search (http://jsfiddle.net/fewds/srdHD/3/) how would I ammend the following for a movie content search - from the fiddle's results

4 replies (on page 1 of 1)

Jump to last post

Once you have an ID, you can make a full detail request (550 being the id):

http://api.themoviedb.org/3/movie/550?api_key=###

I have another little example you can see here, although it's just a search as well.

What method would you use to get partial movie/tv names? IMDB if you were to search "sou" it live results with South Park and Source Code

You would want to use the search methods but with ?search_type=ngram.

https://api.themoviedb.org/3/search/tv?api_key=###&search_type=ngram&query=sout

Remember to read the documentation :D

Ah thanks! Im a bit jealous of how your websites search works and categorizes things by movies and people etc

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