steam_app
Data source: steam-to-sqlite
2 rows where "created" is on date 2021-11-26, current_price = 499 and "release_date" is on date 2017-02-09
This data as json, CSV (advanced)
pk ▼ | appid | type | is_free | name | controller_support | metacritic_score | metacritic_url | recommendations | achievements_total | release_date | created | updated | initial_price | current_price |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
96167 | 490690 | game | 0 | The Barbarian and the Subterranean Caves | 45 | 2017-02-09 | 2021-11-26 04:15:40.588605 | 2025-04-22 05:34:57.341978 | 499 | 499 | ||||
101611 | 372080 | game | 0 | Ananias Roguelike | 37 | 2017-02-09 | 2021-11-26 08:16:45.880069 | 2022-10-08 15:11:25.279611 | 499 | 499 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "steam_app" ( pk INTEGER NOT NULL, appid INTEGER NOT NULL, type VARCHAR, is_free BOOLEAN, name VARCHAR NOT NULL, controller_support VARCHAR, metacritic_score INTEGER, metacritic_url VARCHAR, recommendations INTEGER, achievements_total INTEGER NOT NULL, release_date DATE, created DATETIME NOT NULL, updated DATETIME NOT NULL, initial_price INTEGER, current_price INTEGER, PRIMARY KEY (pk) ); CREATE INDEX ix_steam_app_name ON steam_app (name); CREATE UNIQUE INDEX ix_steam_app_appid ON steam_app (appid);