products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_310DJ2JHGQDG"
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_00XBTE6G6KC0 | CNT_1PQAEAMT7E30 | The Retired Demon of the Maxed-Out Village CNT_310DJ2JHGQDG | CNT_310DJ2JHGQDG | 2 | 2 | 1 | Volume 2 | [] | The Retired Demon of the Maxed-Out Village: Volume 2 | When the duke and Father Blutgang return to the remote village of Montt after a relaxing day of fishing, they find a young monk clad in ominous cursed armor waiting for them. She goes toe-to-toe with Father Blutgang, who soon learns that she is in fact his beloved disciple Zaza. His only chance to save her was to destroy her sacred armor—the treasure of Mt. Eirimt. The duke agrees to repair it, but how did the armor get cursed in the first place? The duke's search for the armor's secret leads him to the ancient source of the holy power of the monk temple on Mt. Eirimt, and the mystery behind the curse may end up tying in to the incident that resulted in the dragon-slaying hero Blutgang's expulsion from the temple ten years ago! | The duke and Father Blutgang return from a fishing trip to find Blutgang's disciple Zaza waiting for them, clad in cursed armor. The only way to save her was to destroy her armor, so the duke must now repair it and uncover the armor's secret. | 01KGASMJ8X07RMR5V36JE9MBQR | 2.0 | 2023-09-19T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | The Retired Demon of the Maxed-Out Village: Volume 2 | ©Akinosuke Nishiyama | 2023-11-26T08:00:00.000Z | 0 | 0 | ||||
| PRD_0NAB9CFV69D0 | CNT_1YHEEVV03SEG | The Retired Demon of the Maxed-Out Village CNT_310DJ2JHGQDG | CNT_310DJ2JHGQDG | 2 | 2 | 1 | Volume 1 | [] | The Retired Demon of the Maxed-Out Village: Volume 1 | After hearing there's a demon lurking in a village near the border, Albrea, the kingdom's strongest knight, sets out to slay the monster. When she arrives in town, however, she quickly discovers that all is not as it seems. It turns out the humble town of Montt has a lesser-known nickname—the Maxed-Out Village—and the mighty demon is a retired old man! Montt is also inhabited by a stew-loving demonic sword that likes to take the form of a young girl, a money-grubbing witch, and a drunken priest known as the Holy Fist... Just what are so many of the kingdom's greatest defenders doing in such a remote town? Through her encounter with the kindly old demon and the rest of the Maxed-Out Village, Albrea will learn what it truly means to be a knight! | Albrea, the kingdom's strongest knight, sets off to the village of Montt to defeat a powerful demon. However, when she arrives, all is not as it seems as the mighty demon turns out to be a retired old man! | 01KH3ENSRJYK4KWV3SJYJWH7XY | 1.0 | 2023-07-06T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | The Retired Demon of the Maxed-Out Village: Volume 1 | ©Akinosuke Nishiyama | 2023-09-25T07: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);