home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

6,958 rows where category_pk = 281

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
281,2 281 281 Terje Haakonsen's Powder VR 2
281,30 281 281 Brew-Ha 30
281,95 281 281 Yore VR 95
281,119 281 281 VR Chinese Garden Tour (HD): Flying as a dragonfly 119
281,127 281 281 ECHOES OF WAR: The Last Heartbeat 127
281,152 281 281 Paper Fire Rookie Arcade 152
281,158 281 281 Ceggtcher VR 158
281,196 281 281 Bitslap 196
281,198 281 281 OutOfColors 198
281,245 281 281 Virtual Arctic Expedition 245
281,251 281 281 Star Epica 3720 251
281,264 281 281 SPECIAL FORCE VR: INFINITY WAR 264
281,332 281 281 Frol Blok 332
281,363 281 281 F18 Carrier Landing 363
281,366 281 281 SurviVR - Castle Defender 366
281,368 281 281 SLIVER.tv 368
281,390 281 281 Helicopter Simulator VR 2021 - Rescue Missions 390
281,429 281 281 Nock: Hidden Arrow 429
281,441 281 281 These Lands 441
281,488 281 281 Bloodstream 488
281,509 281 281 Squash Kings VR 509
281,514 281 281 Zoo World VR 514
281,537 281 281 Pale Lands VR 537
281,545 281 281 FARHOME 545
281,554 281 281 10 Pin Bowling (VR Support) 554
281,580 281 281 Candy Kingdom VR 580
281,583 281 281 Neonwall 583
281,600 281 281 Six Feet Under 600
281,617 281 281 Block'hood VR 617
281,620 281 281 Adventure Game 620
281,644 281 281 Bullets And More VR - BAM VR 644
281,647 281 281 Epic Roller Coasters 647
281,659 281 281 Deisim 659
281,683 281 281 神秘世界 Mysterious world 683
281,689 281 281 Awesome Obstacle Challenge 689
281,766 281 281 Sexy Miss 766
281,771 281 281 WackyMoles 771
281,774 281 281 Critical Gravity 774
281,781 281 281 Hop Step Sing! VR Live 《Hop★Summer Tour 2020》 781
281,791 281 281 Cockroach VR 791
281,807 281 281 JUST BAT (VR CRICKET) 807
281,816 281 281 Tactical Warfare Simulator Demo 816
281,819 281 281 Isle of Pan 819
281,857 281 281 HOLOGRA 857
281,870 281 281 Very Real Chess 870
281,889 281 281 Sky Sanctuary 889
281,891 281 281 The Gallery - Episode 2: Heart of the Emberstone 891
281,921 281 281 Feed A Titanosaur 921
281,945 281 281 CloudBound 945
281,961 281 281 TAG WAR VR 961
281,1006 281 281 Vivez Versailles 1006
281,1064 281 281 Psychonauts in the Rhombus of Ruin 1064
281,1066 281 281 PitchFork 1066
281,1077 281 281 Naturallandscape - GuilinLandscape (自然景观系列-桂林山水) 1077
281,1084 281 281 Boxing Saga 1084
281,1129 281 281 Life of Lon: Chapter 1 1129
281,1137 281 281 The Gleam: VR Escape the Room 1137
281,1140 281 281 VR_PlayRoom : Episode Beginning (Escape Room - Horror) 1140
281,1211 281 281 Once Upon a Sea 1211
281,1216 281 281 Trover Saves the Universe 1216
281,1229 281 281 Fruit Ninja VR 2 1229
281,1230 281 281 Rainbow Reactor 1230
281,1236 281 281 Fair Islands VR 1236
281,1300 281 281 Star Trek™: Bridge Crew 1300
281,1306 281 281 The Melody of Dust 1306
281,1322 281 281 RPG Merchant 1322
281,1327 281 281 Descending I - House of Nightmares 1327
281,1329 281 281 Cmoar VR Cinema 1329
281,1358 281 281 Cranked 1358
281,1388 281 281 Hockey Player VR 1388
281,1403 281 281 Bubble Labs VR 1403
281,1413 281 281 Grave: VR Prologue 1413
281,1418 281 281 AstroBlast VR 1418
281,1425 281 281 Boom! Maze 1425
281,1429 281 281 Trench Run VR 1429
281,1431 281 281 Escape Station 1431
281,1443 281 281 Sex & Gun VR 1443
281,1512 281 281 UNHALLOWED: THE CABIN 1512
281,1517 281 281 PlanetariumVR 1517
281,1529 281 281 Free Company VR 1529
281,1537 281 281 PITCH-HIT ARCADE 1537
281,1626 281 281 Containment Initiative 1626
281,1637 281 281 Keep Defending 1637
281,1669 281 281 Blair Witch VR 1669
281,1717 281 281 Function World Gym 1717
281,1725 281 281 Flying Hero VR 1725
281,1798 281 281 Destroyer 1798
281,1801 281 281 Fairly Certain Doom 1801
281,1862 281 281 X-Fitness 1862
281,1871 281 281 OFFICE ESCAPE 1871
281,1904 281 281 TITAN SLAYER 1904
281,1916 281 281 Last Dance 1916
281,1942 281 281 Hellgate VR 1942
281,2018 281 281 Innocent VR 2018
281,2058 281 281 Drunkn Bar Fight 2058
281,2062 281 281 Perplexity: Suburban Home 2062
281,2071 281 281 Found 2071
281,2082 281 281 oVRshot 2082
281,2083 281 281 My UnReal Pet 2083
281,2096 281 281 Yozakura Wizard VR 2096

Next page

Advanced export

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

CSV options:

CREATE TABLE "categorysteamapplink" (
	category_pk INTEGER NOT NULL, 
	steam_app_pk INTEGER NOT NULL, 
	PRIMARY KEY (category_pk, steam_app_pk), 
	FOREIGN KEY(steam_app_pk) REFERENCES steam_app (pk), 
	FOREIGN KEY(category_pk) REFERENCES category (pk)
);
Powered by Datasette · Queries took 4636.723ms · Data source: steam-to-sqlite