home / database

Menu
  • GraphQL API

steam_app

Table actions
  • GraphQL API for steam_app

Data source: steam-to-sqlite

14 rows where achievements_total = 0 and "release_date" is on date 2025-03-15

✎ 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
231418 3370710 game 0 Rome in a Day         0 2025-03-15 2024-12-17 22:27:47.521440 2025-06-02 06:56:37.685513 599 599
233924 3360420 game 0 Evil World HOPSCA         0 2025-03-15 2025-01-14 06:30:05.480149 2025-05-31 18:36:44.604302 1299 1299
239471 3425580 game 0 Exterminatus: A Grim Odyssey         0 2025-03-15 2025-02-15 05:27:13.113694 2025-06-03 07:29:29.598116 399 399
241835 3519770 game 0 Find Clowns         0 2025-03-15 2025-02-28 16:30:04.740117 2025-06-01 22:53:28.942382 399 399
242596 3557880 demo 1 No More Enemies Demo full       0 2025-03-15 2025-03-06 12:31:45.123818 2025-05-31 07:28:11.539685    
243690 3532580 demo 1 Find Oann - Demo         0 2025-03-15 2025-03-13 00:36:34.400159 2025-05-30 08:39:19.283970    
243890 3587410 music 0 ReSetna Official Soundtrack         0 2025-03-15 2025-03-13 23:25:31.295001 2025-05-31 07:50:51.826714 399 399
244092 3588010 demo 1 Cone Crushers: Autocross Demo         0 2025-03-15 2025-03-15 00:35:13.585709 2025-06-01 11:28:09.592393    
244142 3573380 demo 1 Flip Master Demo full       0 2025-03-15 2025-03-15 09:25:43.690130 2025-06-01 22:49:48.794366    
244147 2743940 dlc 1 Sun Haven: Tis the Season Pack         0 2025-03-15 2025-03-15 09:25:48.967563 2025-06-01 21:54:14.808460    
244153 3581950 game 0 9 Trials of Whiskers Playtest         0 2025-03-15 2025-03-15 12:31:20.702497 2025-06-02 03:58:03.591886    
244154 3587580 demo 1 Snakecremental Demo full       0 2025-03-15 2025-03-15 12:31:20.716289 2025-06-02 04:44:36.854508    
244177 3595310 dlc 0 Sellsword Saga: Journey         0 2025-03-15 2025-03-15 19:24:19.176136 2025-06-02 11:29:41.962593 299 299
244182 3479090 game 0 Soul's Remnant Playtest         0 2025-03-15 2025-03-16 01:59:44.573713 2025-06-02 15:12:36.654559    

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 2782.305ms · Data source: steam-to-sqlite