products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_074MTQ7A9Y70"
This data as json, CSV (advanced)
Suggested facets: 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_0MD8EAQANK70 | CNT_1FP7C7D3FVB0 | Tokyo Ghoul CNT_074MTQ7A9Y70 | CNT_074MTQ7A9Y70 | 2 | 2 | 1 | Past | [] | Tokyo Ghoul: Past | Before the steel frame incident in the 20th Ward, there were reports of Ghouls lurking among the masses in Tokyo, carefully stalking their prey. This novel covers the events that occurred before the opening act of Tokyo Ghoul—a time when Kaneki was still human, the Kirishimas still lived together, and Rize enjoyed her feasts. | 01KGBK11EHSVVY80087YW0D41T | 3.0 | 2024-12-19T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Tokyo Ghoul: Past | TOKYO GHOUL-SEKIJITSU- © 2014 by Sui Ishida, Shin Towada/SHUEISHA Inc. | 2024-12-24T08:00:00.000Z | 0 | 0 | |||||
| PRD_1GSMV21VNVF0 | CNT_129Z8JV6QKK0 | Tokyo Ghoul CNT_074MTQ7A9Y70 | CNT_074MTQ7A9Y70 | 2 | 2 | 1 | Void | [] | Tokyo Ghoul: Void | After the unprecedented raid on the Ghoul detention center by The Aogiri Tree organization, the Commission of Counter Ghoul is working to tighten security across the twenty-three wards. However, some Ghouls begin to cause unrest in the 8th Ward, continuing the cycle of retaliation between human and Ghoul. And what of Kaneki after he left the 20th Ward? This second novel depicts the aftermath six months after the 11th Ward occupation. | 01KGBK0Q0XXTZ258PA7TQEQV70 | 2.0 | 2024-12-19T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Tokyo Ghoul: Void | TOKYO GHOUL-KUHAKU- © 2014 by Sui Ishida, Shin Towada/SHUEISHA Inc. | 2024-12-24T08:00:00.000Z | 0 | 0 | |||||
| PRD_3H6ZCCGRKVYG | CNT_25YNRVPAW3CG | Tokyo Ghoul CNT_074MTQ7A9Y70 | CNT_074MTQ7A9Y70 | 2 | 2 | 1 | Days | [] | Tokyo Ghoul: Days | In the café Anteiku, where Ghouls gather, danger and the possibility of discovery loom. Yoshimura, the café's owner, is harboring suspicions about a certain someone. What sort of darkness will that person bring to those who hunt and those who are hunted? This book chronicles six all-new stories from the Tokyo Ghoul universe. | 01KG9RA9TA6PNHP5PTSGQ5B4MJ | 1.0 | 2024-12-19T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Tokyo Ghoul: Days | TOKYO GHOUL-HIBI- © 2013 by Sui Ishida, Shin Towada/SHUEISHA Inc. | 2024-12-24T08: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);