products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_0Z4CQNT5GRS0"
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_0EYHRRY6ZZPG | CNT_2C1YZT5S5GN0 | A.I.C.O. Incarnation CNT_0Z4CQNT5GRS0 | CNT_0Z4CQNT5GRS0 | 2 | 1 | 1 | Volume 3 | [] | A.I.C.O. Incarnation 3 | Final volume! In Japan, in the near-future world of 2035, research on ""artificial organisms"" have created a disastrous accident called The Burst. In it, malignant artificial organisms called Matter have engulfed the Kurobe river valley. As a result, the government has cordoned off the research city and its surrounding area that once represented hope for humanity. It's been two years since then. Aico Tachibana who lost her family to the Burst hears a hard-to-believe story from a transfer student, Yuya Kanzaki. Unbeknownst to Aico, there are secrets hidden within her own body, and the only way to solve those mysteries is to go to the Primary Point, ground zero where the Burst originally occurred. Aico, her guide Kanzaki, and a small group of Divers as bodyguards, enter the forbidden zone. Learn what truths await a young man with the weight of humanity on his shoulders and secrets hiding in the young girl he met, in this concluding chapter! | 01KG9BH7KX9GA0Y6KBVEE0XEFD | 3.0 | 2019-11-26T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | A.I.C.O. Incarnation 3 | Hiroaki Michiaki, BONES/Project A.I.C.O / Kodansha Ltd. | 2019-12-10T08:00:00.000Z | 0 | 0 | |||||
| PRD_0H5YB25CK6T0 | CNT_24VCTP6421X0 | A.I.C.O. Incarnation CNT_0Z4CQNT5GRS0 | CNT_0Z4CQNT5GRS0 | 2 | 1 | 1 | Volume 1 | [] | A.I.C.O. Incarnation Volume 1 | Aico Tachibana is recovering from both a car accident that took her father and shattered her body, then from a world-shaking biological disaster that engulfed her mother and brother. Her rehabilitation is like getting used to a brand-new body, but as a young transfer student shows her, that is no simile. Her body is not her own. Now she must escape shadowy forces who want to kidnap her and join a desperate mission into an organic-matter-infested valley to find the fate of her family, the truth of herself, and quite possibly, save the world. This is Hiroaki Michiaki's comic adaptation of the brand-new anime by the makers of Wolf's Rain and Space Dandy. | 01KGA3MAK5BHE15BWX70YP81AB | 1.0 | 2018-04-03T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | A.I.C.O. Incarnation Volume 1 | 2018-04-10T15:00:00.000Z | 0 | 0 | ||||||
| PRD_3DY6V9JS4XE0 | CNT_0B5086KVVZEG | A.I.C.O. Incarnation CNT_0Z4CQNT5GRS0 | CNT_0Z4CQNT5GRS0 | 2 | 1 | 1 | Volume 2 | [] | A.I.C.O. Incarnation 2 | Desperately wanting to be reunited with the surviving members of her family, and needing to unlock the secrets hidden within her own body, AICO Tachibana and Yuya Kanzaki guarded by only a small contingent of divers, break through into the dangers of the restricted area. But fear chases AICO and her allies in the form of violent man-made lifeforms called Matter! Other potential obstacles include the machinations and motivations of the government and other institutions, all leading to twists no one can predict. The only question is, can AICO and her group survive it? | 01KGA5REWC666B8X099DNHRNZS | 2.0 | 2019-10-15T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | A.I.C.O. Incarnation 2 | Hiroaki Michiaki, BONES/Project A.I.C.O / Kodansha Ltd. | 2019-10-22T07: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);