products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_3B6FF0QX82HG"
This data as json, CSV (advanced)
Suggested facets: geoblock_id, listed_at (date), on_sale_at (date)
| id ▼ | content_id | series_id | parent_content_id | level | content_type | product_type | title | alt_titles | subtitle | display_title | display_title_short | description | description_short | image_id | display_order | listed_at | label_id | geoblock_id | display_name | copyright | on_presale_at | on_sale_at | off_sale_at | add_on | add_on_campaign_only |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PRD_0FKH15F760W0 | CNT_3RJ7P41TVFRG | Watch Dogs CNT_3B6FF0QX82HG | CNT_3B6FF0QX82HG | 2 | 1 | 1 | Volume 2 | [] | Watch Dogs Tokyo, Volume 2 | <P><B>Inspired by the hit Ubisoft franchise Watch Dogs</B><BR /><BR /> The Tokyo Metropolitan Government decided to introduce J-ctOS, an urban infrastructure management system developed by Blume Japan. People's lives have changed completely due to the convenience of improved infrastructure, and the ease of interconnectivity. Everything is fine, as long as they don't think too hard about what lurks in the shadows behind closed doors at the Blume corporation...<BR /><BR /><I>"It's a great-looking manga with detailed backgrounds that bring the futuristic setting to life. It's like a fun action flick, albeit one you've probably seen before: scrappy underdogs taking on the world when it didn't seem like they had a chance." <B>— Lauren Ortini, Anime News Network</B></I></P> | 01KPJ810D28XVY72GX5KD7BM7F | 2.0 | 2024-02-22T08:00:00.000Z | Tokyopop LAB_2C2B4XAHKSHG | GEO_1G15ETQ2GP3G | Watch Dogs Tokyo, Volume 2 | © 2021 | 2024-03-11T00:00:00.000Z | 0 | 0 | |||||
| PRD_0RBZ1RZNBGQG | CNT_16DF75MB57VG | Watch Dogs CNT_3B6FF0QX82HG | CNT_3B6FF0QX82HG | 2 | 1 | 1 | Volume 3 | [] | Watch Dogs Tokyo, Volume 3 | <P><B>This is the thrilling final volume of the sci-fi manga series inspired by hit Ubisoft franchise <I>Watch Dogs</I>!</B><BR /><BR /> The Tokyo Metropolitan Government is planning on instituting the newest version of its futuristic urban infrastructure management system, J-ctOS 2.0, and Inspector Goda Gordan and hacker activist group DEDSEC must expose the underbelly before it's too late. Alongside a yakuza-hired fixer named Yamanoi, Goda and SSB come up with a plan to exchange Yamanoi's life for the vital information needed to expose Blume, the government, and the harm that J-ctOS 2.0 will cause. The only issue is that Blume Japan is willing to do just about anything to keep that from happening.<BR /><BR /> Will DEDSEC be able to survive the trap waiting for them? Or will Blume be the end of DEDSEC, once and for all?<BR /><BR /><I>"It's a great-looking manga with detailed backgrounds that bring the futuristic setting to life. It's like a fun action flick, albeit one you've probably seen before: scrappy underdogs taking on the world when it didn't seem like they had a chance."<B> — Lauren Ortini, Anime News Network</B></I></P> | 01KPJ810CX3F0JD7FBPC8PSXSK | 3.0 | 2025-01-10T08:00:00.000Z | Tokyopop LAB_2C2B4XAHKSHG | GEO_1G15ETQ2GP3G | Watch Dogs Tokyo, Volume 3 | 2025-01-28T00:00:00.000Z | 0 | 0 | ||||||
| PRD_1S64ZSDVQQBG | CNT_21NYGWM8A7KG | Watch Dogs CNT_3B6FF0QX82HG | CNT_3B6FF0QX82HG | 2 | 1 | 1 | Volume 1 | [] | Watch Dogs Tokyo, Volume 1 | Inspired by the hit Ubisoft franchise Watch Dogs When the Tokyo Metropolitan Government applies a new, futuristic urban infrastructure management system called J-ctOS, it appears to be an instant success. Citizens' lives are quickly improved thanks to the ease of interconnectivity and convenience. However, all is not as it seems; while everything may appear to be going well, there are secrets lurking behind Blume Japan, the creator of J-ctOS. Inspector Goda Gordon is a dedicated, honorable policeman who believes in justice above all — a mindset that is harder and harder to hold onto as his investigations continue to hit dead ends. After some off-the-books sleuthing, he comes to understand the grip that J-ctOS has on every aspect of the Tokyo Metropolitan Government, including its police department. Soon, he realizes that his only option to fight the injustice and corruption in his city may lie in the hands of a group of vigilante hackers known as DEDSEC. How far is Inspector Gordon willing to go in his fight against J-ctOS? And who, exactly, is DEDSEC?"This was an intense, action-packed story with some great moments of police drama and murder-mystery thriller thrown in. With all the conversation surrounding ethical use of artificial intelligence, this is the perfect time for this story to hit shelves." — Sara Smith, The Graphic Library"It's a great-looking manga with detailed backgrounds that bring the futuristic setting to life. It's like a fun action flick, albeit one you've probably seen before: scrappy underdogs taking on the world when it didn't seem like they had a chance." — Lauren Ortini, Anime News Network | 01KG9PXCXXEGT5K3V74HCJ6DBJ | 1.0 | 2024-01-16T08:00:00.000Z | Tokyopop LAB_2C2B4XAHKSHG | GEO_1PQM5BDYSMG0 | Watch Dogs Tokyo, Volume 1 | ©2021 | 2024-01-17T08:00:00.000Z | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE products (
id TEXT PRIMARY KEY,
content_id TEXT NOT NULL,
series_id TEXT NOT NULL,
parent_content_id TEXT,
level INTEGER NOT NULL,
content_type INTEGER NOT NULL,
product_type INTEGER NOT NULL,
title TEXT NOT NULL,
alt_titles TEXT NOT NULL,
subtitle TEXT NOT NULL,
display_title TEXT NOT NULL,
display_title_short TEXT NOT NULL,
description TEXT NOT NULL,
description_short TEXT NOT NULL,
image_id TEXT NOT NULL,
display_order REAL NOT NULL,
listed_at TEXT NOT NULL,
label_id TEXT NOT NULL,
geoblock_id TEXT,
display_name TEXT NOT NULL,
copyright TEXT,
on_presale_at TEXT,
on_sale_at TEXT NOT NULL,
off_sale_at TEXT,
add_on INTEGER NOT NULL,
add_on_campaign_only INTEGER NOT NULL,
FOREIGN KEY (series_id) REFERENCES series(id),
FOREIGN KEY (label_id) REFERENCES labels(id),
FOREIGN KEY (geoblock_id) REFERENCES geoblocks(id)
);
CREATE INDEX idx_products_content ON products(content_id);
CREATE INDEX idx_products_series ON products(series_id);
CREATE INDEX idx_products_label ON products(label_id);
CREATE INDEX idx_products_geoblock ON products(geoblock_id);
CREATE INDEX idx_products_image ON products(image_id);