products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_00DDW2HPZPDG"
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_1217TW7197AG | CNT_0KE0GTR8R7C0 | Ascendance of a Bookworm: Hannelore's Fifth Year at the Royal Academy CNT_00DDW2HPZPDG | CNT_00DDW2HPZPDG | 2 | 2 | 1 | Volume 1 | [] | Ascendance of a Bookworm: Hannelore's Fifth Year at the Royal Academy Volume 1 | Half a year has passed since Yurgenschmidt inaugurated its first underage aub. Hannelore, now an archduke candidate for the country's top-ranked duchy, is in the midst of a crisis. Despite her natural indecisiveness, she finds herself pressed to choose from a growing list of marriage candidates. Her father suggests Kenntrips and Rasantark—her childhood friends—but then her half-brother Raufereg throws his hat into the ring. And what about Wilfried, the apple of her eye? Convinced that Liebeskhilfe the Goddess of Binding is toying with the threads of her fate, Hannelore turns to her dear friend Rozemyne for guidance. In the debut volume of this battle fantasy, the divine avatar fights to settle an engagement! Features two original short stories and four-panel manga by You Shiina. | Half a year after Yurgenschmidt inaugurated its first underage aub, Hannelore finds herself pressed to choose from a growing list of marriage candidates. Unsure how best to proceed, she turns to her dear friend Rozemyne for guidance. | 01KG9Q6AHEZHA56V8G4M2G9WCK | 1.0 | 2025-02-18T08:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | Ascendance of a Bookworm: Hannelore's Fifth Year at the Royal Academy Volume 1 | Copyright © 2024 Miya Kazuki Illustrations by You Shiina Cover illustration by You Shiina | 2025-05-23T07:00:00.000Z | 0 | 0 | ||||
| PRD_31ENRE3EFDPG | CNT_2BYJ7R6X2BQ0 | Ascendance of a Bookworm: Hannelore's Fifth Year at the Royal Academy CNT_00DDW2HPZPDG | CNT_00DDW2HPZPDG | 2 | 2 | 1 | Volume 2 | [] | Ascendance of a Bookworm: Hannelore's Fifth Year at the Royal Academy Volume 2 | Hannelore awakens from her goddess-induced coma to find the entire country in a frenzy! Duchy after duchy vies for her hand, each hoping to best Dunkelfelger at bride-stealing ditter and claim the second divine avatar for themselves. Meanwhile, the schemes of a certain former prince—and even the involvement of the Zent—threaten to stir things up even further. With an ever-growing list of suitors, including the archduke candidate Ortwin, Hannelore's fifth year promises to be anything but ordinary. Will she stay in Dunkelfelger, or marry into another duchy? What future awaits the erstwhile Lady Crybaby, who blushes at every playful advance? Find out in the second volume of this love-battle fantasy, featuring two original short stories and four-panel manga by You Shiina! | Hannelore awakens from her goddess-induced coma to find the whole country in a frenzy. Duchy after duchy vies for her hand, each hoping to claim the new divine avatar for themselves, while a scheming former prince threatens to stir things up further. | 01KNK0RMFCTQCZ3CPG659R4D5G | 2.0 | 2026-01-20T08:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | Ascendance of a Bookworm: Hannelore's Fifth Year at the Royal Academy Volume 2 | Copyright © 2025 Miya Kazuki Illustrations by You Shiina Cover illustration by You Shiina | 2026-04-13T07: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);