products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_148YNQWDM81G"
This data as json, CSV (advanced)
Suggested facets: copyright, 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_00YSG9TBSJ30 | CNT_302CE1B8XX0G | ZONE-00 CNT_148YNQWDM81G | CNT_148YNQWDM81G | 2 | 1 | 1 | Volume 2 | [] | ZONE-00, Vol. 2 | A battle 500 years in the making rages on as the effects of the mysterious drug Zone-00 takes hold of Tokyo's demon population. Now it's up to Shima and Kujo to take matters into their own hands to restore order before it's too late. Are they strong enough to prevail or will they need to enlist help from other creature kind as they close in on the mastermind behind the mysterious drug? From the artist of Trinity Blood comes a dark, suspensful tale in which two centuries-old enemies fight together to save humanity! | 01KKTXZEHYGRDKYJM7B54WFZ1R | 2.0 | 2015-01-30T15:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | ZONE-00, Vol. 2 | (C) Kiyo QJO 2007 | 2015-01-30T15:00:00.000Z | 0 | 0 | |||||
| PRD_0J6CK919DQR0 | CNT_1FEBCYZYT1VG | ZONE-00 CNT_148YNQWDM81G | CNT_148YNQWDM81G | 2 | 1 | 1 | Volume 1 | [] | ZONE-00, Vol. 1 | In a world where humans and demons coexist under a fragile peace, change is coming...A mysterious drug, known only as ""Zone-00,"" seems to be causing demons all over Tokyo to lose control and revert to their old, violent ways. Enter two young students who stand on opposite sides of an ageless conflict. One a demon, the other an exorcist, they must now join forces to uncover the secret of ""Zone-00"" before it's too late! From the artist of Trinity Blood comes a dark, suspensful tale in which two centuries-old enemies fight together to save humanity! | 01K5G77PX9F9VWJMQDTKD8XN6T | 1.0 | 2015-01-30T15:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | ZONE-00, Vol. 1 | (C) Kiyo QJO 2007 | 2015-01-30T15:00:00.000Z | 0 | 0 | |||||
| PRD_1HJRD77VFF0G | CNT_095WGAPQDT20 | ZONE-00 CNT_148YNQWDM81G | CNT_148YNQWDM81G | 2 | 1 | 1 | Volume 4 | [] | ZONE-00, Vol. 4 | The battle over Zone-00 begins as Benten confronts his older brother Bishamon, the creator of the nightmare-inducing drug. With every creature, creation and witch on edge, who will emerge victorious and who will be forever changed by this war? Most importantly, what cruel fates will befall Ango Shima, the young master of the demon-slayers, and Saburo Kujo, the incarnation of the infamous red ogre, Kiyoami? | 01K5GA59X3G54EKJH9Z9D21V0W | 4.0 | 2015-01-30T15:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | ZONE-00, Vol. 4 | (C) Kiyo QJO 2008 | 2015-01-30T15:00:00.000Z | 0 | 0 | |||||
| PRD_3YS3WQJ4NDP0 | CNT_1BFX38WCC7XG | ZONE-00 CNT_148YNQWDM81G | CNT_148YNQWDM81G | 2 | 1 | 1 | Volume 3 | [] | ZONE-00, Vol. 3 | More battles rage over the mysterious drug Zone-00 as Kurobara and the Creaturekind leadership are hot on the trail of whoever is responsible. What does Benten and his two brothers, Bishamon and Bento, have to do with all this? Shocking secrets of Benton's dysfunctional family give new insight, while Shima and Kujo continue to fight to uncover the truth. Will it all be enough against the powerful effects of the drug Zone-00? | 01K5GA4ZHC87RV2CWVNW63QPZR | 3.0 | 2015-01-30T15:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | ZONE-00, Vol. 3 | (C) Kiyo QJO 2007 | 2015-01-30T15: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);