home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

42 rows where steam_app_pk = 120

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
3085 FIRST_FIELD_STRIP 97.9 World of Guns: Gun Disassembly 120
3086 FIRST_DISASSEMBLY 82.3 World of Guns: Gun Disassembly 120
3087 FIRST_ASSEMBLY 76.7 World of Guns: Gun Disassembly 120
3088 FIRST_OPERATE 65.4 World of Guns: Gun Disassembly 120
3089 UNLOCK_3 59.0 World of Guns: Gun Disassembly 120
3090 FIRST_GAME 40.0 World of Guns: Gun Disassembly 120
3091 GAME_NO_HINTS 31.7 World of Guns: Gun Disassembly 120
3092 TUTORIAL 21.1 World of Guns: Gun Disassembly 120
3093 SUPER 14.2 World of Guns: Gun Disassembly 120
3094 CALM 13.3 World of Guns: Gun Disassembly 120
3095 UNLOCK_10 12.2 World of Guns: Gun Disassembly 120
3096 GAME_SNIPER 9.3 World of Guns: Gun Disassembly 120
3097 SPEED 6.4 World of Guns: Gun Disassembly 120
3098 TOP_3 6.3 World of Guns: Gun Disassembly 120
3099 UNLOCK_WWII 5.9 World of Guns: Gun Disassembly 120
3100 UNLOCK_ARTILLERY 5.9 World of Guns: Gun Disassembly 120
3101 ALL_MODES 5.2 World of Guns: Gun Disassembly 120
3102 UNLOCK_POCKET 5.5 World of Guns: Gun Disassembly 120
3103 HARDCORE 5.1 World of Guns: Gun Disassembly 120
3104 UNLOCK_MACHINEGUN 5.2 World of Guns: Gun Disassembly 120
3105 UNLOCK_SHOOTING 4.9 World of Guns: Gun Disassembly 120
3106 UNLOCK_SMG 4.9 World of Guns: Gun Disassembly 120
3107 UNLOCK_SPORT 5.0 World of Guns: Gun Disassembly 120
3108 UNLOCK_SHOTGUN 4.9 World of Guns: Gun Disassembly 120
3109 UNLOCK_HISTORICAL 4.9 World of Guns: Gun Disassembly 120
3110 UNLOCK_LAUNCHER 4.9 World of Guns: Gun Disassembly 120
3111 UNLOCK_ASSAULT 4.9 World of Guns: Gun Disassembly 120
3112 UNLOCK_RIFLE 4.9 World of Guns: Gun Disassembly 120
3113 UNLOCK_REVOLVER 4.9 World of Guns: Gun Disassembly 120
3114 UNLOCK_PISTOL 4.9 World of Guns: Gun Disassembly 120
3115 UNLOCK_ALL 4.9 World of Guns: Gun Disassembly 120
3116 TOP_1 4.5 World of Guns: Gun Disassembly 120
3117 ALL_SHOOTING 3.9 World of Guns: Gun Disassembly 120
3118 QUIZZ 3.4 World of Guns: Gun Disassembly 120
3119 ALL_ACHS 3.2 World of Guns: Gun Disassembly 120
3120 UNLOCK_BIKE 3.0 World of Guns: Gun Disassembly 120
3121 SPEC_OP 2.8 World of Guns: Gun Disassembly 120
3122 UNLOCK_CAR 2.7 World of Guns: Gun Disassembly 120
3123 UNLOCK_SKELETON 2.6 World of Guns: Gun Disassembly 120
3124 DAILY_90 1.3 World of Guns: Gun Disassembly 120
3125 DAILY_60 1.3 World of Guns: Gun Disassembly 120
3126 DAILY_30 1.4 World of Guns: Gun Disassembly 120

Advanced export

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

CSV options:

CREATE TABLE "achievement" (
	pk INTEGER NOT NULL, 
	name VARCHAR NOT NULL, 
	percent FLOAT NOT NULL, 
	steam_app_pk INTEGER, 
	PRIMARY KEY (pk), 
	FOREIGN KEY(steam_app_pk) REFERENCES steam_app (pk)
);
Powered by Datasette · Queries took 806.418ms · Data source: steam-to-sqlite