JSON

ゲームプラットフォーム - JSON

ゲームプラットフォームは、ビデオゲームをプレイするためのハードウェアおよびソフトウェア環境を指します。主なカテゴリーには、PC(Steam、Epic Games Storeなど)、家庭用ゲーム機(PlayStation、Xbox、Nintendo Switch)、モバイル(iOS/Android)があります。各プラットフォームは独自のエコシステム、独占タイトル、ユーザーベースを持ち、ゲーム業界の発展に重要な役割を果たしています。

ゲーム プラットフォーム PCゲーム コンソール モバイルゲーム Steam PlayStation Xbox Nintendo iOS Android
[
  {
    "code": "PC-01",
    "slug": "steam",
    "name": "Steam",
    "description": "Valveが運営する世界最大のPCゲームプラットフォームです。",
    "category": "PCプラットフォーム",
    "operator": "Valve Corporation",
    "monthlyActiveUsers": "132-147 million"
  },
  {
    "code": "PC-02",
    "slug": "epic-games-store",
    "name": "Epic Games Store",
    "description": "Epic Gamesが運営するPCゲームプラットフォームで、週替わりの無料ゲームが特徴です。",
    "category": "PCプラットフォーム",
    "operator": "Epic Games",
    "monthlyActiveUsers": "67.2 million"
  },
  {
    "code": "PC-03",
    "slug": "ea-app",
    "name": "EA app",
    "description": "Electronic Artsのゲームを配信するプラットフォームです。",
    "category": "PCプラットフォーム",
    "operator": "Electronic Arts",
    "monthlyActiveUsers": null
  },
  {
    "code": "PC-04",
    "slug": "battle-net",
    "name": "Battle.net",
    "description": "BlizzardとActivisionのゲームを配信するプラットフォームです。",
    "category": "PCプラットフォーム",
    "operator": "Blizzard Entertainment / Activision",
    "monthlyActiveUsers": null
  },
  {
    "code": "PC-05",
    "slug": "ubisoft-connect",
    "name": "Ubisoft Connect",
    "description": "Ubisoftのゲームを配信するプラットフォームです。",
    "category": "PCプラットフォーム",
    "operator": "Ubisoft",
    "monthlyActiveUsers": null
  },
  {
    "code": "CON-01",
    "slug": "playstation-5",
    "name": "PlayStation 5",
    "description": "ソニー・インタラクティブエンタテインメントの次世代ゲーム機です。",
    "category": "家庭用ゲーム機",
    "operator": "Sony Interactive Entertainment",
    "releaseDate": "2020-11-12"
  },
  {
    "code": "CON-02",
    "slug": "xbox-series-xs",
    "name": "Xbox Series X|S",
    "description": "マイクロソフトの次世代ゲーム機で、Xbox Series XとSeries Sの2機種があります。",
    "category": "家庭用ゲーム機",
    "operator": "Microsoft",
    "releaseDate": "2020-11-10"
  },
  {
    "code": "CON-03",
    "slug": "nintendo-switch-2",
    "name": "Nintendo Switch 2",
    "description": "任天堂の次世代ハイブリッドゲーム機です。",
    "category": "家庭用ゲーム機",
    "operator": "Nintendo",
    "releaseDate": "2025-06-05"
  },
  {
    "code": "MOB-01",
    "slug": "ios-app-store",
    "name": "iOS / App Store",
    "description": "AppleのiOSデバイス向けゲームプラットフォームです。",
    "category": "モバイルプラットフォーム",
    "operator": "Apple Inc.",
    "monthlyActiveUsers": null
  },
  {
    "code": "MOB-02",
    "slug": "android-google-play",
    "name": "Android / Google Play",
    "description": "GoogleのAndroidデバイス向けゲームプラットフォームです。",
    "category": "モバイルプラットフォーム",
    "operator": "Google LLC",
    "monthlyActiveUsers": null
  },
  {
    "code": "CLD-01",
    "slug": "xbox-cloud-gaming",
    "name": "Xbox Cloud Gaming",
    "description": "マイクロソフトのクラウドゲーミングサービスです。",
    "category": "クラウドゲーミング",
    "operator": "Microsoft",
    "monthlyActiveUsers": null
  },
  {
    "code": "CLD-02",
    "slug": "nvidia-geforce-now",
    "name": "NVIDIA GeForce NOW",
    "description": "NVIDIAのクラウドゲーミングサービスです。",
    "category": "クラウドゲーミング",
    "operator": "NVIDIA",
    "monthlyActiveUsers": null
  }
]