products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_32V8A64DN9D0"
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_1HGKXXAWGNC0 | CNT_103BTF1WFMAG | Ichi the Witch CNT_32V8A64DN9D0 | CNT_32V8A64DN9D0 | 2 | 1 | 1 | Volume 1 | [] | Ichi the Witch, Vol. 1 | Ichi is a reclusive hunter who knows nothing of Witches and Majiks, but he does have a particular obsession for hunting anything that exudes bloodlust. When that instinct leads him to interfere in a battle between the great Witch Desscaras and the horrifying King Majik Uroro, against all odds, he acquires the destructive magic of Uroro, making him the only male Witch in the entire world! And not even Desscaras herself is prepared for the absolute headache that wild child Ichi is about to give her. | 01KH2WK74FM975KZ614M55N2BT | 1.0 | 2026-01-16T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Ichi the Witch, Vol. 1 | MADAN NO ICHI © 2024 by Osamu Nishi, Shiro Usazaki/SHUEISHA Inc. | 2026-02-03T08:00:00.000Z | 0 | 0 | |||||
| PRD_2R185YDJG0F0 | CNT_0ADFPDC1AR30 | Ichi the Witch CNT_32V8A64DN9D0 | CNT_32V8A64DN9D0 | 2 | 1 | 1 | Volume 3 | [] | Ichi the Witch, Vol. 3 | While Ichi and Team Desscaras face off against Togeice in the Majik-hunting contest, Ichi is stopped in his tracks by the worst murderous intent he has ever felt—the World-Hater Majik. This Majik is the number one enemy of not only the Witches’ Association but all life, and they are staring Ichi square in the face. Desscaras joins the fray, showing just why she is known as the most powerful Witch of their era. But will it be enough to stop the World-Hater Majik rom destroying the entire region and everyone in it…including Desscaras, Ichi, their friends, and even Togeice and her team | 01KT04MZHSN5ZM61E2GM31YDS8 | 3.0 | 2026-05-05T00:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1K03XHYJRK80 | Ichi the Witch, Vol. 3 | MADAN NO ICHI © 2024 by Osamu Nishi, Shiro Usazaki/SHUEISHA Inc. | 2026-06-02T07:00:00.000Z | 0 | 0 | |||||
| PRD_3BXEMWEFYX70 | CNT_2G6KJ0DM9ZF0 | Ichi the Witch CNT_32V8A64DN9D0 | CNT_32V8A64DN9D0 | 2 | 1 | 1 | Volume 2 | [] | Ichi the Witch, Vol. 2 | After bringing Ichi to the Witches' Association to prove his legitimacy as the first male Witch, the association creates Team Desscaras. Consisting of the famous Witch herself, Ichi, and a timid girl from the research department named Kumugi, the team's first mission is to defeat the Majik ice shark Hisame. Upon the trio's discovery of villagers frozen in ice, Hisame announces her specific trial—to make her beautiful. While Desscaras and Kumugi struggle, Ichi comes up with a surprising yet effective way to overcome this odd trial... | 01KJQ74CVK6GPKKKBRDF2KXD1N | 2.0 | 2026-02-26T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Ichi the Witch, Vol. 2 | MADAN NO ICHI © 2024 by Osamu Nishi, Shiro Usazaki/SHUEISHA Inc. | 2026-04-07T07: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);