Skip to content

Parse Top 250 position #180

Description

@bob-lobster

The movie JSON includes the current Top 250 rank of a title. Could this be added to the data model to access it easily?

    "ratingsSummary": {
     "aggregateRating": 8.4,
     "voteCount": 445281,
     "__typename": "RatingsSummary",
     "topRanking": {
      "id": "topRated:tt0405094:en_US",
      "text": {
       "value": "Top Rated",
       "__typename": "LocalizedString"
      },
      "rank": 64,
      "__typename": "TopRanking"
     }
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions