products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_2ARZ8RAN1570"
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_0EJS4HMNKJ10 | CNT_1B3RRQFGRNQG | The Tale of Luvelia Kingdom CNT_2ARZ8RAN1570 | CNT_2ARZ8RAN1570 | 2 | 1 | 1 | Volume 1 | [] | The Tale of Luvelia Kingdom, Volume 1 | <P><B>In this fantasy romance shoujo, two kind-hearted characters get caught up in an arranged political marriage amid imperial court intrigue.</B></P><P><I>The Tale of Luvelia Kingdom begins with the end of a royal engagement... and the start of another.</I><br><br><B>Erina</B>, daughter of a duke, was raised to become the crown prince’s bride.<br><br><B>Alvis</B>, royal by blood but serving as a member of the Royal Guard, never imagined life beyond duty.<br><br>But everything changes when Crown Prince Girard abruptly breaks off his engagement to Erina — and the king declares Alvis the new heir and Erina’s fiancé.<br><br>Once a guard, now a prince, Alvis struggles to adapt to his new role and responsibilities. Erina, now engaged to a stranger, must reconcile her duty with her desire for true love.<br><br><I>In a world ruled by status and expectation, can a love born of circumstance bloom into something real?</I></P> | 01KPJ801KGKK0HY7H150AKRAYY | 1.0 | 2026-04-19T06:47:56.000Z | LoveLove LAB_3TY7S40666N0 | GEO_1G15ETQ2GP3G | The Tale of Luvelia Kingdom, Volume 1 | 2026-03-31T00:00:00.000Z | 0 | 0 | ||||||
| PRD_34D0QZCPFDM0 | CNT_3Y7J3HR63NP0 | The Tale of Luvelia Kingdom CNT_2ARZ8RAN1570 | CNT_2ARZ8RAN1570 | 2 | 1 | 1 | Volume 2 | [] | The Tale of Luvelia Kingdom, Volume 2 | <P><B>In this fantasy romance shoujo, two kind-hearted characters get caught up in an arranged political marriage amid imperial court intrigue.</B><br><br>The birthday celebration for Prince Alvis begins with his first dance with Lady Erina... and ends with an attempt on Alvis's life.<br><br>As Alvis slowly recovers, Erina refuses to leave his side. Erina's blossoming feelings for the prince are growing stronger by the day, and as such, she hopes to close the distance between them... But for whatever reason, Alvis seems determined to keep his fiancée at bay.<br><br>Meanwhile, the investigation into the assassination attempt reveals the perpetrator's possible connection to Lillian — the young woman for whom the former crown prince betrayed Lady Erina. But why on earth would Lillian be involved in the attack...?</P><P>Unless, of course, the poisoned arrow by which Alvis was struck was not meant for him at all.</P> | 01KPJ80P8CCT0K12EFV2QZE6SH | 2.0 | 2026-04-19T06:48:36.000Z | LoveLove LAB_3TY7S40666N0 | GEO_1G15ETQ2GP3G | The Tale of Luvelia Kingdom, Volume 2 | 2026-05-12T00: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);