products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_02W58XT8YH3G"
This data as json, CSV (advanced)
Suggested facets: listed_at, 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_2GMZHCXFDJ10 | CNT_2NN42NK8EHF0 | Bride of the Death God CNT_02W58XT8YH3G | CNT_02W58XT8YH3G | 2 | 1 | 1 | Volume 01 | [] | Bride of the Death God 01 | When a death god appears before Aibi, a girl suffering from an incurable disease, he expects her to cry and beg for her life like all the other humans he's brought to the afterlife. But she simply smiles and thanks him for coming to her. After a lifetime of suffering—and with only seven days left to live—will Aibi finally find happiness in the arms of a reaper? This is the story of a death god who was welcomed for the first time and a young woman no longer welcome in her own world—a tale of love that even death cannot part. | 01KGBQVAQEP485H0RS63JMAYZA | 1.0 | 2025-07-03T07:00:00.000Z | SQUARE ENIX LAB_26KAVJENDCDG | GEO_1PQM5BDYSMG0 | Bride of the Death God 01 | 2025-09-09T07:00:00.000Z | 0 | 0 | ||||||
| PRD_2Q23CXFTWNX0 | CNT_2DYZJ95SVM30 | Bride of the Death God CNT_02W58XT8YH3G | CNT_02W58XT8YH3G | 2 | 1 | 1 | Volume 03 | [] | Bride of the Death God 03 | When the death god Kei showed up to claim Aibi as his bride, Shii proved no match for him and had to watch helplessly as Aibi left with Kei in a bid to spare Shii's life. With the help of Inia and Himeno, can Shii stop Kei from marrying Aibi to take control over her special power? Who will win in the fight between a grim reaper dedicated to harvesting Aibi's life and a grim reaper dedicated to protecting it? | 01KPDBKMRCEABF6AWX0QVX23YK | 3.0 | 2025-08-12T07:00:00.000Z | SQUARE ENIX LAB_26KAVJENDCDG | GEO_1PQM5BDYSMG0 | Bride of the Death God 03 | 2026-05-12T07:00:00.000Z | 0 | 0 | ||||||
| PRD_2VQC7HH8F21G | CNT_1RSXNQXXSHFG | Bride of the Death God CNT_02W58XT8YH3G | CNT_02W58XT8YH3G | 2 | 1 | 1 | Volume 02 | [] | Bride of the Death God 02 | When Aibi had only seven days left to live, the death god extended her lifespan. Since then, she has savored every day and tried to live the life that was previously denied to her. She goes to school and even goes on a date with the death god! But thanks to the special power she possesses, she is still a target for evil spirits. Their attacks become more frequent, and when another god of death appears, the curtain is raised on a life-or-death struggle! | 01KGBRPVWQ045PSSYW5Z74GFVC | 2.0 | 2025-07-03T07:00:00.000Z | SQUARE ENIX LAB_26KAVJENDCDG | GEO_1PQM5BDYSMG0 | Bride of the Death God 02 | 2026-01-13T08: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);