products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_12HVR6ND70K0"
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_07MK8M1F7XVG | CNT_29YVW2VPPW5G | Exquisite Blood: The Heretic Onmyoji CNT_12HVR6ND70K0 | CNT_12HVR6ND70K0 | 2 | 1 | 1 | Volume 01 | [] | Exquisite Blood: The Heretic Onmyoji 01 | In an era when only a thin boundary exists between the mortal and supernatural realms, demons steal ten powerful artifacts known as the Sacred Relics from the human imperial capital. The emperor issues a decree to all onmyoji, masters of magic who serve and defend the empire: recover the Relics at any cost. Among their number is Hanayama no Fuzuki, known as the "Heretic," whose extraordinary abilities and arrogant attitude inspire equal amounts of respect and mistrust. As Fuzuki sets forth with his retainer Hakuro, they encounter the young half-demon Ranmaru, who possesses a startling connection to one of the Relics... | 01KGBQVA2K12Q2RGDEJ35SEE59 | 1.0 | 2025-07-03T07:00:00.000Z | SQUARE ENIX LAB_26KAVJENDCDG | GEO_1PQM5BDYSMG0 | Exquisite Blood: The Heretic Onmyoji 01 | 2025-08-12T07:00:00.000Z | 0 | 0 | ||||||
| PRD_1M8K5KJYDAS0 | CNT_2Z2C6A556S70 | Exquisite Blood: The Heretic Onmyoji CNT_12HVR6ND70K0 | CNT_12HVR6ND70K0 | 2 | 1 | 1 | Volume 02 | [] | Exquisite Blood: The Heretic Onmyoji 02 | After securing the first two Sacred Relics, Fuzuki, Hakuro, and Ranmaru are immediately summoned to appear before the imperial court, where they're plunged into political scheming and a cutthroat fight for possession of the Relics. Just as the situation seems most dire, the emperor himself intervenes! In the aftermath, the hidden bonds between the sovereign ruler of the land and the heretic onmyoji are revealed. | 01KGBRPKZQ8KBQCGA3GZVPVPQJ | 2.0 | 2025-07-03T07:00:00.000Z | SQUARE ENIX LAB_26KAVJENDCDG | GEO_1PQM5BDYSMG0 | Exquisite Blood: The Heretic Onmyoji 02 | 2025-11-11T08:00:00.000Z | 0 | 0 | ||||||
| PRD_28FS4GAAVD4G | CNT_3XDYQT97VCMG | Exquisite Blood: The Heretic Onmyoji CNT_12HVR6ND70K0 | CNT_12HVR6ND70K0 | 2 | 1 | 1 | Volume 03 | [] | Exquisite Blood: The Heretic Onmyoji 03 | The emperor commands Fuzuki to look into the unsettling disappearances of young women near Mount Goun. With Hakuro sidelined by injuries, Fuzuki heads off with Ranmaru in tow to investigate the area where the kidnappings occurred. They're directed to a supposedly abandoned manor deep in the mountains, where they come face-to-face with a deadly demon impervious to Fuzuki's attacks. Can the Heretic survive a fight he seems doomed to lose from the start? | 01KH43D096H5KA50J35Q373EDC | 3.0 | 2025-07-03T07:00:00.000Z | SQUARE ENIX LAB_26KAVJENDCDG | GEO_1PQM5BDYSMG0 | Exquisite Blood: The Heretic Onmyoji 03 | 2026-02-10T08: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);