OMDb · Example Payload

Omdb Title By Id

MoviesTelevisionEntertainmentMetadataRatingsPostersIMDbOpen Data

Omdb Title By Id is an example object payload from OMDb, with 25 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

TitleYearRatedReleasedRuntimeGenreDirectorWriterActorsPlotLanguageCountryAwardsPosterRatingsMetascoreimdbRatingimdbVotesimdbIDTypeDVDBoxOfficeProductionWebsiteResponse

Example Payload

Raw ↑
{
  "Title": "Inception",
  "Year": "2010",
  "Rated": "PG-13",
  "Released": "16 Jul 2010",
  "Runtime": "148 min",
  "Genre": "Action, Adventure, Sci-Fi",
  "Director": "Christopher Nolan",
  "Writer": "Christopher Nolan",
  "Actors": "Leonardo DiCaprio, Joseph Gordon-Levitt, Elliot Page",
  "Plot": "A thief who steals corporate secrets through the use of dream-sharing technology is given the inverse task of planting an idea into the mind of a C.E.O.",
  "Language": "English, Japanese, French",
  "Country": "United States, United Kingdom",
  "Awards": "Won 4 Oscars. 157 wins & 220 nominations total",
  "Poster": "https://m.media-amazon.com/images/M/MV5BMjAxMzY3NjcxNF5BMl5BanBnXkFtZTcwNTI5OTM0Mw@@._V1_SX300.jpg",
  "Ratings": [
    {
      "Source": "Internet Movie Database",
      "Value": "8.8/10"
    },
    {
      "Source": "Rotten Tomatoes",
      "Value": "87%"
    },
    {
      "Source": "Metacritic",
      "Value": "74/100"
    }
  ],
  "Metascore": "74",
  "imdbRating": "8.8",
  "imdbVotes": "2,300,000",
  "imdbID": "tt1375666",
  "Type": "movie",
  "DVD": "07 Dec 2010",
  "BoxOffice": "$292,576,195",
  "Production": "N/A",
  "Website": "N/A",
  "Response": "True"
}