products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_3DMRXDEZYE3G"
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_2ENFXVZ194X0 | CNT_281VD97WEX10 | Old Knight, New Post: From Retiree to Her Majesty's Blade CNT_3DMRXDEZYE3G | CNT_3DMRXDEZYE3G | 2 | 1 | 1 | Volume 2 | [] | Old Knight, New Post: From Retiree to Her Majesty's Blade Volume 2 | Equipped with Lord Gryphon, his trusty Mechsteel partner, Watt Sears is ready to take the fight to his foes and make it clear that this old knight isn't to be underestimated. With Anna and Meddié in tow, he sets off for the capital city he once called home. Upon returning after seventeen years away, Watt seeks aid from an old friend, only to find himself thrust back into his past and forced to reckon with a life he'd long since abandoned. Yet, in some ways, time has marched on, and the capital he knew is long gone... Worse, Watt's hopes to shelter Anna in the capital are dashed when he discovers an unsavory surprise awaiting him: He's been put on the wanted list for treason against the royal family! A wanted man in his former home—can this old knight survive the ensnaring shadows that now surround him? | With his Mechsteel partner at his side, Watt Sears takes the fight straight to the source: the capital! There, Watt seeks support from an old friend, only to discover a shadowy scheme awaiting them... | 01KGC0N1NVB8GHN904RWFHAJZV | 2.0 | 2025-11-27T08:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | Old Knight, New Post: From Retiree to Her Majesty's Blade Volume 2 | Copyright © 2025 han2go © 2025 Hiago Amazake-no © 2025 Drecom Co., Ltd. Character design by Akemi Mikoto | 2025-12-31T08:00:00.000Z | 0 | 0 | ||||
| PRD_3S2X2Q9NP96G | CNT_2ZCHZF0B2QH0 | Old Knight, New Post: From Retiree to Her Majesty's Blade CNT_3DMRXDEZYE3G | CNT_3DMRXDEZYE3G | 2 | 1 | 1 | Volume 1 | [] | Old Knight, New Post: From Retiree to Her Majesty's Blade Volume 1 | Watt Sears has traded his glory days as a Mechsteel knight for a humble life as train station employee with a knack for showing new pilots the ropes. Problem is, the city's baron—his boss—would love nothing more than to see Watt reclaim his old mantle as a Steelrider who hunts monsters and defends the city. Now nearing forty, the once-legendary pilot would much rather support the new generation than stand in the spotlight himself. Peace and quiet were the last things waiting for Watt, however, as his storied past literally comes to find him. When Anna, his long-lost daughter from a bygone romance, appears before him to ask for his help in a brewing royal power struggle, Watt vows to protect her. But as assailants descend on the city from all sides, keeping his promise proves to be no simple task. With turmoil rattling the kingdom, can this old knight survive his new post and keep his daughter safe? | With his glory days as a knight behind him, Watt Sears just wants a quiet life. But when Anna, his long-lost daughter, suddenly appears before him, the old knight finds himself at a new post: keeping his daughter safe in a royal power struggle! | 01KGBSK471VKC9WHNG99VS2WBY | 1.0 | 2025-08-01T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | Old Knight, New Post: From Retiree to Her Majesty's Blade Volume 1 | Copyright © 2025 han2go © 2025 Hiago Amazake-no © 2025 Drecom Co., Ltd. Character design by Akemi Mikoto | 2025-09-03T07: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);