products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_32G635EJ1DM0"
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_1H9PJYV6M3RG | CNT_3N0Y83BX6JFG | Welcome to Demon School! Iruma-kun: IruMafia Edition CNT_32G635EJ1DM0 | CNT_32G635EJ1DM0 | 2 | 1 | 1 | Volume 3 | [] | Welcome to Demon School! Iruma-kun: IruMafia Edition 3 | Blast from the Past Working hard to be the best underboss he can be, Iruma convinces his Nonno and Kalego to let him follow up on intel about a project meant to revitalize his hometown: the slums. Little does he know, a long-lost friend is determined to stop him in his tracks... | 01KTMF1XFMVHAP391Z493Q569N | 3.0 | 2026-02-17T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Welcome to Demon School! Iruma-kun: IruMafia Edition 3 | Osamu Nishi, Hiroja/Akita Publishing Co., Ltd. | 2026-02-17T08:00:00.000Z | 0 | 0 | |||||
| PRD_1NY1XHN8G2ZG | CNT_1MBB8D05NH8G | Welcome to Demon School! Iruma-kun: IruMafia Edition CNT_32G635EJ1DM0 | CNT_32G635EJ1DM0 | 2 | 1 | 1 | Volume 1 | [] | Welcome to Demon School! Iruma-kun: IruMafia Edition 1 | Iruma-kun, the mob boss?! In this brand-new spinoff of the runaway hit series, Iruma is a dirt-poor but kind young boy who grows up in a ruthless city slum. One day, Iruma gives a severely injured old man his last loaf of bread and nurses the stranger back to health- only to find out that the elder gent is none other than Don Sullivan, leader of the Babel Mafia! Soon after, Don Sullivan comes back, whisks Iruma away, and begs the boy to become his grandson. And just like that, the curtains rise on Iruma's chaotic new life as the next in line to a gigantic gang of- dare we say- demonic mafiosos! | 01KTMF1THQ7BZS75YCK67YNZ0B | 1.0 | 2025-08-19T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Welcome to Demon School! Iruma-kun: IruMafia Edition 1 | Osamu Nishi, Hiroja/Akita Publishing Co., Ltd. | 2025-08-19T07:00:00.000Z | 0 | 0 | |||||
| PRD_3K0ESM81P390 | CNT_2NB7RTGS02Y0 | Welcome to Demon School! Iruma-kun: IruMafia Edition CNT_32G635EJ1DM0 | CNT_32G635EJ1DM0 | 2 | 1 | 1 | Volume 4 | [] | Welcome to Demon School! Iruma-kun: IruMafia Edition 4 | Iruma's next challenge: go undercover at a black market auction?! Shocking news of a traitor scurrying around within the Babel mafia syndicate puts Kalego on the hunt for the rat. Meanwhile, Iruma finds out where Clara's little brother Urala is being kept, and decides to go all in on his most dangerous operation yet: an undercover mission at a black market auction!! | 01KTMF1YK4Q903R0TE3Q72WRAK | 4.0 | 2026-05-19T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Welcome to Demon School! Iruma-kun: IruMafia Edition 4 | Osamu Nishi, Hiroja/Akita Publishing Co., Ltd. | 2026-05-19T07:00:00.000Z | 0 | 0 | |||||
| PRD_3QPSB7ABJ280 | CNT_0MNMR451F1Z0 | Welcome to Demon School! Iruma-kun: IruMafia Edition CNT_32G635EJ1DM0 | CNT_32G635EJ1DM0 | 2 | 1 | 1 | Volume 2 | [] | Welcome to Demon School! Iruma-kun: IruMafia Edition 2 | Babel Wants You! Bolstered by some newfound confidence in his position as Babel's underboss, Iruma takes on his next mission: hiring talented new soldiers for the family business. Interviews begin, and who should come along but a gorgeous young man who seems cloaked in mystery... | 01KTMF1VTP60B4S3JNHKX3C128 | 2.0 | 2025-11-11T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Welcome to Demon School! Iruma-kun: IruMafia Edition 2 | Osamu Nishi, Hiroja/Akita Publishing Co., Ltd. | 2025-11-11T08: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);