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"
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/the-open-movie-database-get-movie-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.