products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_25GQNQ57G6Q0"
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_0YFBQJ1SK8GG | CNT_3QACEYXNKZW0 | Imperfect Girl CNT_25GQNQ57G6Q0 | CNT_25GQNQ57G6Q0 | 2 | 1 | 1 | Volume 2 | [] | Imperfect Girl Volume 2 | The improbable imprisonment that transformed “I” into a novelist continues into a third, fourth and fifth day. “U” obsesses over formalities, as “I” quietly coaxes her into taking care of herself. As this bizarre farce of a kidnapping stretches towards the inevitable breaking point, “I” starts to discover the truth about “U”, a truth he should never have learned... | 01KGA19CP4FE96N5X420B5JA5H | 2.0 | 2017-12-18T15:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Imperfect Girl Volume 2 | (C) NISIOISIN, Mitsuru Hattori / Kodansha Ltd. | 2018-01-09T08:00:00.000Z | 0 | 0 | |||||
| PRD_19SMNKY3CR4G | CNT_12HCBG0F3M3G | Imperfect Girl CNT_25GQNQ57G6Q0 | CNT_25GQNQ57G6Q0 | 2 | 1 | 1 | Volume 3 | [] | Imperfect Girl Volume 3 | A young author is being held hostage in the home of a grammar school girl. Held there by knife-point, and partially by his own curiousity, the author hopes to uncover the mysteries behind the child's torment. He knows she lives alone in this huge home. But where are her parents? And what was her life like before the accident and this “kidnapping”? | 01KGA3CP1T6CR59HZ61Y0MRN46 | 3.0 | 2018-04-03T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Imperfect Girl Volume 3 | (C) NISIOISIN, Mitsuru Hattori / Kodansha Ltd. | 2018-04-17T07:00:00.000Z | 0 | 0 | |||||
| PRD_1NX0TBDM6CRG | CNT_0C9EHS3MCNNG | Imperfect Girl CNT_25GQNQ57G6Q0 | CNT_25GQNQ57G6Q0 | 2 | 1 | 1 | Volume 1 | [] | Imperfect Girl Volume 1 | Legendary novelist NISIOISIN partners up with Mitsuru Hattori in this three volume graphic novel adaptation of one of his mystery novels... “Looking back on it now, I realize that incident is what turned me into the novelist I am today.” An author is someone who creates tales, but an aspiring author is someone who lies, and nothing more. This incident happened 10 years ago, when I was in college, and merely an aspiring author. If those events never took place I wouldn't have become much of anything at all, which is why I think I need to thank her, thank that girl... | 01KG9VF8KRCR1384FSW5R22EP4 | 1.0 | 2017-10-09T15:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Imperfect Girl Volume 1 | (C) NISIOISIN, Mitsuru Hattori / Kodansha Ltd. | 2017-10-24T07: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);