OMDb
    OMDb
    • OMDb Search
      GET

      OMDb Search

      http://www.omdbapi.com/
      http://www.omdbapi.com/
      http://www.omdbapi.com/
      http://www.omdbapi.com/
      GET
      /
      Find a movie, series or episode from the OMDb by title, IMDb-id or by free-text search
      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

      Responses

      🟢200Default response
      application/json
      Body

      Modified at 2023-08-15 06:04:21
      Built with