IMDb-API · Example Payload

Imdb Api Search Example

VideoMoviesTVEntertainmentMetadataRatingsPublic APIs

Imdb Api Search Example is an example object payload from IMDb-API, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationrequestresponse

Example Payload

Raw ↑
{
  "operation": "search",
  "request": {
    "method": "GET",
    "url": "https://tv-api.com/en/API/Search/{apiKey}/inception"
  },
  "response": {
    "searchType": "Title",
    "expression": "inception",
    "results": [
      {
        "id": "tt1375666",
        "resultType": "Title",
        "image": "https://m.media-amazon.com/images/M/MV5BMjAxMzY3NjcxNF5BMl5BanBnXkFtZTcwNTI5OTM0Mw@@._V1_Ratio0.6716_AL_.jpg",
        "title": "Inception",
        "description": "(2010) Movie"
      },
      {
        "id": "tt5295990",
        "resultType": "Title",
        "image": "https://m.media-amazon.com/images/M/MV5BNzMzMzAxNzI4N15BMl5BanBnXkFtZTgwODE1MzczNzE@._V1_Ratio0.6716_AL_.jpg",
        "title": "Inception: The Cobol Job",
        "description": "(2010) Short"
      }
    ],
    "errorMessage": ""
  }
}