IMDb-API · Example Payload

Imdb Api Ratings Example

VideoMoviesTVEntertainmentMetadataRatingsPublic APIs

Imdb Api Ratings 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": "getRatings",
  "request": {
    "method": "GET",
    "url": "https://tv-api.com/en/API/Ratings/{apiKey}/tt1375666"
  },
  "response": {
    "imDbId": "tt1375666",
    "title": "Inception",
    "fullTitle": "Inception (2010)",
    "type": "Movie",
    "year": "2010",
    "imDb": "8.8",
    "metacritic": "74",
    "theMovieDb": "8.4",
    "rottenTomatoes": "87",
    "filmAffinity": "8.0",
    "errorMessage": ""
  }
}