The Open Movie Database · Example Payload

The Open Movie Database Get Movie Example

EntertainmentMoviesTelevisionIMDbMetadata

The Open Movie Database Get Movie Example is an example object payload from The Open Movie Database, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://www.omdbapi.com/",
    "params": {
      "apikey": "YOUR_API_KEY",
      "i": "tt0468569",
      "plot": "short"
    }
  },
  "response": {
    "Title": "The Dark Knight",
    "Year": "2008",
    "Rated": "PG-13",
    "Released": "18 Jul 2008",
    "Runtime": "152 min",
    "Genre": "Action, Crime, Drama",
    "Director": "Christopher Nolan",
    "Writer": "Jonathan Nolan, Christopher Nolan",
    "Actors": "Christian Bale, Heath Ledger, Aaron Eckhart",
    "Plot": "When the menace known as the Joker wreaks havoc and chaos on the people of Gotham, Batman must accept one of the greatest psychological and physical tests of his ability to fight injustice.",
    "Language": "English, Mandarin",
    "Country": "United States, United Kingdom",
    "Awards": "Won 2 Oscars. 159 wins & 163 nominations total",
    "Poster": "https://m.media-amazon.com/images/M/MV5BMTMxNTMwODM0NF5BMl5BanBnXkFtZTcwODAyMTk2Mw@@._V1_SX300.jpg",
    "Ratings": [
      { "Source": "Internet Movie Database", "Value": "9.0/10" },
      { "Source": "Rotten Tomatoes", "Value": "94%" },
      { "Source": "Metacritic", "Value": "84/100" }
    ],
    "Metascore": "84",
    "imdbRating": "9.0",
    "imdbVotes": "2,700,000",
    "imdbID": "tt0468569",
    "Type": "movie",
    "DVD": "09 Dec 2008",
    "BoxOffice": "$534,858,444",
    "Production": "N/A",
    "Website": "N/A",
    "Response": "True"
  }
}