products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_067KS01CHSN0"
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_223BFB128840 | CNT_2X8M3J2P171G | The Darkest Pleasure CNT_067KS01CHSN0 | CNT_067KS01CHSN0 | 2 | 1 | 1 | Volume 2 | [] | The Darkest Pleasure 2 | I'm not afraid! This is the man I love! Danika comes to know that the man she loves, Reyes, has been charged with living with a horrible demon. However, her desire for him did not waver. Once a spy of the human organization, Hunters, that are trying to kill them, she soon left their organization and confessed everything to Reyes. Subsequently, the Hunters marched in to recapture Danika and a bloody battle begins! She is just an American tourist, so why is she being targeted by both the Guardians and the Hunters? This is the third story of a tense series! | 01KGBZMGTHK1MD79HAF0CYSRT3 | 2.0 | 2025-10-10T07:00:00.000Z | Harlequin LAB_0X8RR7JMBCBG | GEO_1PQM5BDYSMG0 | The Darkest Pleasure 2 | ©MARITO AI/GENA SHOWALTER | 2025-10-01T07:00:00.000Z | 0 | 0 | |||||
| PRD_256A5JXEGPA0 | CNT_2ZXY3FD6V53G | The Darkest Pleasure CNT_067KS01CHSN0 | CNT_067KS01CHSN0 | 2 | 1 | 1 | Volume 1 | [] | The Darkest Pleasure 1 | Even if I'm afraid of him and hate him, I can't forget him... Exiled from Olympus, Reyes, a Guardian of the Gods, lives in a forest in Budapest for thousands of years with a demon sealed away in his body. A tourist from the United States, Danika, meets him and her life completely changes. Not knowing the reason, she becomes imprisoned in a castle of terrifying warriors. Though she was lucky enough to escape, her life became one of wandering around in hiding. Even so, she caught herself unable to forget the Guardian Reyes who toyed with her feelings. He's not human. He's a man too dangerous to love, but... | 01KGBYVMY3EH0M5S0P0Y0YP904 | 1.0 | 2025-10-10T07:00:00.000Z | Harlequin LAB_0X8RR7JMBCBG | GEO_1PQM5BDYSMG0 | The Darkest Pleasure 1 | ©MARITO AI/GENA SHOWALTER | 2025-10-01T07: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);