omdbapi / OMDb-API

The Open Movie Database Bug Tracking
418 stars 21 forks source link

Status Code 401 returned from search #219

Closed a-k-o-r-e-d-e closed 3 years ago

a-k-o-r-e-d-e commented 3 years ago

Whenever I make the following request, http://www.omdbapi.com/?s=batman&apikey=API_KEY

It returns a 401. please help as to what might be the problem

a-k-o-r-e-d-e commented 3 years ago

Figured it out

The request needs either the 't' or 'i' parameter. so I used 'http://www.omdbapi.com/?t=batman&s=batman&apikey=API_KEY'