game_platforms
Data license: All Rights Reserved · Data source: krisyotam.com · About: Kris Yotam
10 rows
This data as json, CSV (advanced)
Suggested facets: company, release_date (date)
| id ▼ | name | company | release_date | cover_image | description |
|---|---|---|---|---|---|
| 1 | Steam | Valve | 2003-09-12 | /placeholder.svg?height=150&width=150 | Digital distribution service for PC games with over 50,000 titles |
| 2 | Epic Games Store | Epic Games | 2018-12-06 | /placeholder.svg?height=150&width=150 | Digital storefront for PC games known for free weekly games |
| 3 | PlayStation Network | Sony | 2006-11-11 | /placeholder.svg?height=150&width=150 | Online gaming service for PlayStation consoles with digital store |
| 4 | Xbox Game Pass | Microsoft | 2017-06-01 | /placeholder.svg?height=150&width=150 | Subscription service offering access to hundreds of games |
| 5 | Nintendo eShop | Nintendo | 2011-06-06 | /placeholder.svg?height=150&width=150 | Digital distribution service for Nintendo consoles |
| 6 | GOG.com | CD Projekt | 2008-09-16 | /placeholder.svg?height=150&width=150 | Digital distribution platform focused on DRM-free games |
| 7 | Origin | Electronic Arts | 2011-06-03 | /placeholder.svg?height=150&width=150 | Digital distribution platform for EA games |
| 8 | Ubisoft Connect | Ubisoft | 2020-10-29 | /placeholder.svg?height=150&width=150 | Digital distribution platform for Ubisoft games, formerly Uplay |
| 9 | Battle.net | Activision Blizzard | 1996-11-30 | /placeholder.svg?height=150&width=150 | Online gaming platform for Blizzard Entertainment games |
| 10 | Xbox Live | Microsoft | 2002-11-15 | /placeholder.svg?height=150&width=150 | Online multiplayer gaming and digital media delivery service for Xbox |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE game_platforms (
id INTEGER PRIMARY KEY,
name TEXT NOT NULL,
company TEXT,
release_date TEXT,
cover_image TEXT,
description TEXT
);