home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

35 rows where steam_app_pk = 365

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
5884 ACHIEVEMENT_WIRE 67.9 Broken Sword 5 - the Serpent's Curse 365
5885 ACHIEVEMENT_MOUE 62.4 Broken Sword 5 - the Serpent's Curse 365
5886 ACHIEVEMENT_OUROBOROS 60.0 Broken Sword 5 - the Serpent's Curse 365
5887 ACHIEVEMENT_BASSAM 57.2 Broken Sword 5 - the Serpent's Curse 365
5888 ACHIEVEMENT_VERA 55.0 Broken Sword 5 - the Serpent's Curse 365
5889 ACHIEVEMENT_GOAT 53.3 Broken Sword 5 - the Serpent's Curse 365
5890 ACHIEVEMENT_PART1 52.4 Broken Sword 5 - the Serpent's Curse 365
5891 ACHIEVEMENT_TATTOO 53.9 Broken Sword 5 - the Serpent's Curse 365
5892 ACHIEVEMENT_LAINE 53.4 Broken Sword 5 - the Serpent's Curse 365
5893 ACHIEVEMENT_MEDOVSKY 52.9 Broken Sword 5 - the Serpent's Curse 365
5894 ACHIEVEMENT_CATHAR 51.0 Broken Sword 5 - the Serpent's Curse 365
5895 ACHIEVEMENT_DRAWER 51.8 Broken Sword 5 - the Serpent's Curse 365
5896 ACHIEVEMENT_TABLET 50.2 Broken Sword 5 - the Serpent's Curse 365
5897 ACHIEVEMENT_CABLE 49.4 Broken Sword 5 - the Serpent's Curse 365
5898 ACHIEVEMENT_HOBBS 50.2 Broken Sword 5 - the Serpent's Curse 365
5899 ACHIEVEMENT_TABLET2 48.3 Broken Sword 5 - the Serpent's Curse 365
5900 ACHIEVEMENT_MACHINE 49.1 Broken Sword 5 - the Serpent's Curse 365
5901 ACHIEVEMENT_BIJOU 47.9 Broken Sword 5 - the Serpent's Curse 365
5902 ACHIEVEMENT_GUARDS 46.3 Broken Sword 5 - the Serpent's Curse 365
5903 ACHIEVEMENT_DREAM 46.2 Broken Sword 5 - the Serpent's Curse 365
5904 ACHIEVEMENT_SHEARS 46.3 Broken Sword 5 - the Serpent's Curse 365
5905 ACHIEVEMENT_MAP 47.0 Broken Sword 5 - the Serpent's Curse 365
5906 ACHIEVEMENT_MOUE2 47.0 Broken Sword 5 - the Serpent's Curse 365
5907 ACHIEVEMENT_GOAT2 44.9 Broken Sword 5 - the Serpent's Curse 365
5908 ACHIEVEMENT_END 44.6 Broken Sword 5 - the Serpent's Curse 365
5909 ACHIEVEMENT_DIAMOND 45.5 Broken Sword 5 - the Serpent's Curse 365
5910 ACHIEVEMENT_GAME_COMPLETE 40.7 Broken Sword 5 - the Serpent's Curse 365
5911 ACHIEVEMENT_TUTORIAL 29.3 Broken Sword 5 - the Serpent's Curse 365
5912 ACHIEVEMENT_RADIO 6.6 Broken Sword 5 - the Serpent's Curse 365
5913 ACHIEVEMENT_GOATSE 5.7 Broken Sword 5 - the Serpent's Curse 365
5914 ACHIEVEMENT_SUPERPOTPOURRI 5.4 Broken Sword 5 - the Serpent's Curse 365
5915 ACHIEVEMENT_PUGS 4.0 Broken Sword 5 - the Serpent's Curse 365
5916 ACHIEVEMENT_DREAMATORIUM 3.6 Broken Sword 5 - the Serpent's Curse 365
5917 ACHIEVEMENT_GOAT_CHAT 3.4 Broken Sword 5 - the Serpent's Curse 365
5918 ACHIEVEMENT_JOEY 2.9 Broken Sword 5 - the Serpent's Curse 365

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