The Movie Database Support

Hi folks,

I've been trying to troubleshoot an issue where any movie search will return a 404 / "Invalid id: The pre-requisite id is invalid or not found." message.

The request I have been trying is this:

curl --include --header "Accept: application/json" http://api.themoviedb.org/3/search/movie?api_key=XXX&query=Gladiator

My API key seems to be valid as I can retrieve info about a movie if I have its ID through

curl --include --header "Accept: application/json" http://api.themoviedb.org/3/movie/98?api_key=XXX

and as far as I can tell my syntax is correct as well, so I really have no clue to what the issue could be.

Any ideas?

2 replies (on page 1 of 1)

Jump to last post

I believe this is just a cURL syntax issue. Try this (with quotes):

curl --include --header "Accept: application/json" 'http://api.themoviedb.org/3/search/movie?api_key=XXX&query=Gladiator'

Cheers.

That solved it.

Putting quotes around it should probably have been my first reaction, but I guess I didn't see the forest for the trees.

Thanks a lot!

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