Opencritic Scraper

ENDPOINTS
GET/games/user-rating

User Rating

Get a game's median user score, how many users rated it and how many wrote a review.

QUERY PARAMS

OpenCritic game ID or any opencritic.com game URL.

Examples:

  • ID: 12090
  • URL: https://opencritic.com/game/12090/elden-ring
{
  "game": {
    "id": 12090,
    "name": "Elden Ring",
    "link": "https://opencritic.com/game/12090/elden-ring",
    "release_date": "2022-02-25"
  },
  "median_score": 100.0,
  "rating_count": 864,
  "review_count": 114
}