IMDb-API · JSON Structure

Imdb Api Rating Structure

Structural definition of an IMDb-API Rating aggregate spanning IMDb, Metacritic, Rotten Tomatoes, TheMovieDb and FilmAffinity.

Type: object Properties: 0
VideoMoviesTVEntertainmentMetadataRatingsPublic APIs

Rating is a JSON Structure definition published by IMDb-API. It conforms to the https://json-structure.org/draft/2025-05/schema meta-schema.

Meta-schema: https://json-structure.org/draft/2025-05/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2025-05/schema",
  "name": "Rating",
  "description": "Structural definition of an IMDb-API Rating aggregate spanning IMDb, Metacritic, Rotten Tomatoes, TheMovieDb and FilmAffinity.",
  "type": "object",
  "fields": {
    "imDbId": {"type": "string", "purpose": "identifier"},
    "title": {"type": "string", "purpose": "display"},
    "year": {"type": "string", "purpose": "temporal"},
    "imDb": {"type": "string", "purpose": "rating", "source": "IMDb"},
    "metacritic": {"type": "string", "purpose": "rating", "source": "Metacritic"},
    "theMovieDb": {"type": "string", "purpose": "rating", "source": "TheMovieDb"},
    "rottenTomatoes": {"type": "string", "purpose": "rating", "source": "Rotten Tomatoes"},
    "filmAffinity": {"type": "string", "purpose": "rating", "source": "FilmAffinity"}
  }
}