Opencritic Scraper

ENDPOINTS
GET/collections

Collections

List the curated game collections, such as the Xbox Game Pass catalogs.

{
  "results": [
    {
      "key": "xbox-game-pass-ultimate",
      "name": "Xbox Game Pass Ultimate"
    },
    {
      "key": "xbox-game-pass-xbox",
      "name": "Xbox Game Pass (Xbox)"
    },
    {
      "key": "xbox-game-pass-pc",
      "name": "Xbox Game Pass (PC)"
    }
  ]
}