OMDb Search
http://www.omdbapi.com/
http://www.omdbapi.com/
http://www.omdbapi.com/
http://www.omdbapi.com/
GET
/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://www.omdbapi.com//?r='
Response Response Example
{
"Actors": "string",
"Awards": "string",
"BoxOffice": "string",
"Country": "string",
"DVD": "string",
"Director": "string",
"Genre": "string",
"Language": "string",
"Metascore": "string",
"Plot": "string",
"Poster": "string",
"Production": "string",
"Rated": "string",
"Released": "string",
"Response": "string",
"Runtime": "string",
"Search": [
{
"Poster": "string",
"Title": "string",
"Type": "string",
"Year": "string",
"imdbID": "string"
}
],
"Title": "string",
"Type": "string",
"Website": "string",
"Writer": "string",
"Year": "string",
"imdbID": "string",
"imdbRating": "string",
"imdbVotes": "string",
"tomatoConsensus": "string",
"tomatoFresh": "string",
"tomatoImage": "string",
"tomatoMeter": "string",
"tomatoRating": "string",
"tomatoReviews": "string",
"tomatoRotten": "string",
"tomatoURL": "string",
"tomatoUserMeter": "string",
"tomatoUserRating": "string",
"tomatoUserReviews": "string",
"totalResults": "string",
"totalSeasons": "string"
}
Request
Query Params
t
string
optional
i
string
optional
s
string
optional
y
integer
optional
type
string
optional
plot
string
optional
tomatoes
string
optional
r
string
required
v
integer
optional
page
integer
optional
callback
string
optional