products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_09AJ6AXT0VZ0"
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_0ZEQWA9XR94G | CNT_02SZGGYKT2AG | Lost Letters CNT_09AJ6AXT0VZ0 | CNT_09AJ6AXT0VZ0 | 2 | 1 | 1 | Volume 2 | [] | Lost Letters, Vol. 2 | The dramatic love story of four men whose lives have been turned upside down by a letter found in the pages of a borrowed book. Hirose, the kind-hearted (if rather thick-headed) university student, still feels insecure in his growing relationship with the publisher Hanashiro, while Hanashiro himself struggles to make peace with the trauma that changed the course of his life. Sawa, Hanashiro's right-hand man, still has feelings for his flamboyant boss but finds himself increasingly drawn in by the quiet and serious student Arihara, whose delicate demeanor may conceal a surprising strength. The intrigue continues in the third volume of Sakae Kusama's Lost Letters series! | 01KGC1JSDT8B7M1HR8XCNWC5JM | 2.0 | 2025-12-09T08:00:00.000Z | SuBLime LAB_128NRHG35NQG | GEO_1PQM5BDYSMG0 | Lost Letters, Vol. 2 | © Sakae Kusama/libre | 2025-12-09T08:00:00.000Z | 0 | 0 | |||||
| PRD_2S1FB1YRTAN0 | CNT_334S1E3FNJS0 | Lost Letters CNT_09AJ6AXT0VZ0 | CNT_09AJ6AXT0VZ0 | 2 | 1 | 1 | Volume 3 | [] | Lost Letters, Vol. 3 | The long-awaited conclusion to the tender, bittersweet saga that began with The Match Seller. Four men's lives are upended by a single love letter: the charismatic publisher Hanashiro, the kind (if dense) student Hirose, Hanashiro's gruff colleague Sawa, and Arihara, who sent the letter that started it all. As they unravel the thread of destiny that ties them together, they take their first, tentative steps towards their future happiness. Also included are "Tokyo March," the story of how Hanashiro and Sawa met, and a previously unpublished coda set a few years after Lost Letters. | 01KGC1JSVEK622M9PFC580WTKR | 3.0 | 2025-12-09T08:00:00.000Z | SuBLime LAB_128NRHG35NQG | GEO_1PQM5BDYSMG0 | Lost Letters, Vol. 3 | © Sakae Kusama/libre | 2025-12-09T08:00:00.000Z | 0 | 0 | |||||
| PRD_3WDR5ZXAW2XG | CNT_2CWAMVT87B1G | Lost Letters CNT_09AJ6AXT0VZ0 | CNT_09AJ6AXT0VZ0 | 2 | 1 | 1 | Volume 1 | [] | Lost Letters, Vol. 1 | University student Hirose Kiyotaka finds a love letter tucked into the pages of a borrowed book. While attempting to return the letter, he encounters the charismatic Hanashiro Seiji and quickly becomes involved with him. As their tentative relationship develops, however, he finds himself wondering how serious Hanashiro's feelings for him really are. Meanwhile, the letter falls into the hands of Hanashiro's colleague Sawa Jinichiro, who entraps its writer, Arihara Mineo. Sawa's actions are seemingly ruthless, but his true motives regarding Arihara are far from clear. The second volume in Sakae Kusama's Lost Letters series, and the sequel to The Matchseller. | 01KGC0RQVTZAXJ9SQFYHV400PA | 1.0 | 2025-12-09T08:00:00.000Z | SuBLime LAB_128NRHG35NQG | GEO_1PQM5BDYSMG0 | Lost Letters, Vol. 1 | © Sakae Kusama/libre | 2025-12-09T08: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);