products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_349BP24Z8N4G"
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_09H9BBKSYMSG | CNT_1M8EWSVW1X5G | Hell Mode CNT_349BP24Z8N4G | CNT_349BP24Z8N4G | 2 | 4 | 2 | Volume 3 | [] | Hell Mode: Volume 3 | How is "No-life Gamers" as a party name? The Academy City arc starts off with a bang! After leaving the service of House Granvelle, Allen enrolls in the Academy together with Cecil, as well as Krena and Dogora who have come all the way from Krena Village. As part of their new life together, they form a party to take on the many dungeons scattered throughout Academy City, keeping in mind their ultimate goal of defeating the Demon Lord. When Allen goes in search of a healer for their party, he encounters Keel, a boy his age with the Cleric Talent. However, Keel comes across as guarded and reticent. Just what secret is he hiding, and how is it related to House Granvelle? At the same time, why is Helmios, the Hero of Giamut, at the Academy, and what does he want from Allen? And what's this about a martial arts tournament? | 01KG7A6C758XS9MJ119M09Z2N0 | 3.0 | 2025-12-03T08:00:00.000Z | Tantor Media LAB_1568H9GGBM40 | GEO_1PQM5BDYSMG0 | Hell Mode: Volume 3 | 2025-12-16T08:00:00.000Z | 0 | 0 | ||||||
| PRD_2B86J10MGMA0 | CNT_0MK8CQ0QVDM0 | Hell Mode CNT_349BP24Z8N4G | CNT_349BP24Z8N4G | 2 | 4 | 2 | Volume 2 | [] | Hell Mode: Volume 2 | A new adventure awaits Allen as he enters the service of a noble! After climbing up the social ladder from serf to manservant, Allen now finds himself dragged around by the whims of the willful young lady of the house, Cecil Granvelle. Despite this, he is free to leave the city—and immerse himself in hunting monsters! As Allen meticulously grinds on goblins and orcs, both he and his Summons grow stronger by the day. At the same time, he begins to earn the trust of the members of House Granvelle with his diligent work ethic. Just as everything seems to be going well, however, the viscount overseeing the next fiefdom over seems to be up to something. As danger creeps toward Cecil, Allen declares, "I promised to protect you, Lady Cecil. And I keep my promises." Going all out with his skills and Summons, Allen must resist evil and impending doom! | 01KG7A6CVJJ5JVJQKS1Z484YKM | 2.0 | 2025-12-03T08:00:00.000Z | Tantor Media LAB_1568H9GGBM40 | GEO_1PQM5BDYSMG0 | Hell Mode: Volume 2 | 2025-12-16T08:00:00.000Z | 0 | 0 | ||||||
| PRD_33AFM8SEVCGG | CNT_07C41KTE74YG | Hell Mode CNT_349BP24Z8N4G | CNT_349BP24Z8N4G | 2 | 4 | 2 | Volume 1 | [] | Hell Mode: Volume 1 | "'Level up even while offline'?! That's not a game on 'easy mode'—that's just an AFK game!" The online game Yamada Kenichi had been playing religiously is shutting down its servers, leaving him with a void in his heart. He looks for a new game to fill it, but everything he finds is way too easy. The kind of game he likes—the kind punishing enough to make players want to spend thousands of hours on it—just isn't around anymore. "What's this? 'You are invited to a game that will never end.'" Kenichi stumbles upon an untitled game, one promising incomparable challenge with unprecedented potential. Without hesitation, he selects the "Hell Mode" difficulty. Lo and behold, he finds himself reincarnated in another world as a serf! Now called Allen, he sets out to unlock the secrets of his mystery-laden Summoner class; without the convenience of walkthroughs, game guides, or online forums, he must grope his way to the top of his new world! | 01KG78N8A4DJWKV3H689AP1516 | 1.0 | 2025-12-03T08:00:00.000Z | Tantor Media LAB_1568H9GGBM40 | GEO_1PQM5BDYSMG0 | Hell Mode: Volume 1 | 2025-12-16T08: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);