home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

53 rows where steam_app_pk = 3425

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
28713 FAST_LEARNER 46.0 From the Depths 3425
28714 GLOW_IN_DARK 10.6 From the Depths 3425
28715 MAX_RADAR_RANGE 8.1 From the Depths 3425
28716 BATTLE_MASTER 6.8 From the Depths 3425
28717 HEAVY_WEAPONS 4.8 From the Depths 3425
28718 ASSASSIN 5.3 From the Depths 3425
28719 SPEED_DEMON 4.1 From the Depths 3425
28720 EXPLOSIVE_COMBO 5.0 From the Depths 3425
28721 ALPHA_STRIKE 4.1 From the Depths 3425
28722 WING_CLIPPER 4.3 From the Depths 3425
28723 SMALL_GODLIES 3.9 From the Depths 3425
28724 DWG_EASY 2.3 From the Depths 3425
28725 3TEAMS 3.8 From the Depths 3425
28726 PEAK_PERFORMANCE 1.3 From the Depths 3425
28727 MISSILES_DESTROYED 2.5 From the Depths 3425
28728 OW_EASY 1.3 From the Depths 3425
28729 LH_EASY 1.3 From the Depths 3425
28730 WF_EASY 1.2 From the Depths 3425
28731 WAR_ON_ALLY 2.0 From the Depths 3425
28732 TG_Easy 0.8 From the Depths 3425
28733 SD_EASY 0.6 From the Depths 3425
28734 GT_EASY 0.8 From the Depths 3425
28735 SS_EASY 0.6 From the Depths 3425
28736 LH_MEDIUM 0.6 From the Depths 3425
28737 WF_MEDIUM 0.7 From the Depths 3425
28738 DWG_MEDIUM 0.5 From the Depths 3425
28739 COMMODITIES_GIVEN 3.2 From the Depths 3425
28740 COMMODITIES_MADE 0.5 From the Depths 3425
28741 EYRIE 0.6 From the Depths 3425
28742 LARGE_GODLIES 0.5 From the Depths 3425
28743 SD_GODLY 0.3 From the Depths 3425
28744 SD_HARD 0.3 From the Depths 3425
28745 SD_MEDIUM 0.4 From the Depths 3425
28746 GT_GODLY 0.3 From the Depths 3425
28747 GT_HARD 0.3 From the Depths 3425
28748 GT_MEDIUM 0.4 From the Depths 3425
28749 SS_GODLY 0.3 From the Depths 3425
28750 SS_HARD 0.3 From the Depths 3425
28751 SS_MEDIUM 0.4 From the Depths 3425
28752 LH_GODLY 0.3 From the Depths 3425
28753 LH_HARD 0.3 From the Depths 3425
28754 TG_Godly 0.3 From the Depths 3425
28755 TG_Hard 0.4 From the Depths 3425
28756 TG_Medium 0.4 From the Depths 3425
28757 WF_GODLY 0.4 From the Depths 3425
28758 WF_HARD 0.4 From the Depths 3425
28759 OW_GODLY 0.3 From the Depths 3425
28760 OW_HARD 0.4 From the Depths 3425
28761 OW_MEDIUM 0.4 From the Depths 3425
28762 DWG_GODLY 0.3 From the Depths 3425
28763 DWG_HARD 0.4 From the Depths 3425
28764 SK_KILLS 0.3 From the Depths 3425
28765 ADVENTURE_PROGRESSION 0.3 From the Depths 3425

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