home / database

Menu
  • GraphQL API

steam_app

Table actions
  • GraphQL API for steam_app

Data source: steam-to-sqlite

2 rows where current_price = 199 and "release_date" is on date 2020-10-26

✎ View and edit SQL

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
44102 1402000 game 0 Trapped Guys         7 2020-10-26 2021-11-23 16:15:12.883789 2025-06-13 03:27:52.813661 199 199
116572 1438020 dlc 0 Potion Commotion Fanbook         0 2020-10-26 2021-11-26 19:37:52.294769 2025-06-17 16:49:33.058378 199 199

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 5598.831ms · Data source: steam-to-sqlite