products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_1TNGEX31HPCG"
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_2EXRSNKXGAEG | CNT_2K2GYFVN5T80 | Love Between Fairy and Devil CNT_1TNGEX31HPCG | CNT_1TNGEX31HPCG | 2 | 2 | 1 | Volume 1 | [] | Love Between Fairy and Devil Vol. 1 | Years after his defeat, Dongfang Qingcang--the ancient and powerful Demon Lord--has been resurrected. Hell-bent on settling the score, he nabs the first scapegoat unfortunate enough to cross his path: the bubbly orchid fairy Xiao Lanhua. As if becoming the Demon Lord's accomplice wasn't shocking enough, Xiao Lanhua has her soul ripped from her body and loses her physical form to a lethal self-inflicted slap. Forced to share a vessel with the Demon Lord himself, Xiao Lanhua is horrified by her luck. What's a fairy to do?! Still, for a former flower, Xiao Lanhua isn't faring so bad; she now has the power of the Demon Lord at her disposal. Yet as the unlikely duo wrestle for control over their body, will they be able to find Xiao Lanhua a new vessel? Or will they be forever bound together? | The novels that inspired the hit Chinese live-action drama on Netflix! A powerful demon lord finds his life linked to a seemingly weak fairy in this epic fantasy romance. | 01KG9QC72FFF0RV7WTYXH5BMMM | 1.0 | 2025-03-12T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Love Between Fairy and Devil Vol. 1 | © 九鹭非香, English edition copyright © 2025 Seven Seas Entertainment, LLC | 2025-05-06T07:00:00.000Z | 0 | 0 | ||||
| PRD_3GXTSKZPPNZ0 | CNT_0YFMY0AEZM10 | Love Between Fairy and Devil CNT_1TNGEX31HPCG | CNT_1TNGEX31HPCG | 2 | 2 | 1 | Volume 2 | [] | Love Between Fairy and Devil Vol. 2 | Despite his callousness and violent temper, Dongfang Qingcang has braved peril to save Xiao Lanhua time and time again. Now the Demon Lord grapples with deadly wounds, and she too grapples with her feelings for him. Why is he so desperate to protect her? Is his tenderness real, or is it just another ploy to get what he desires? Before Xiao Lanhua gives herself over completely, a shocking reveal by Dongfang Qingcang's greatest nemesis flings her heart into turmoil. Further trials await the pair in the form of heavenly punishment, demonic power struggles, and a twisted student-teacher obsession. Will love blossom between the orchid fairy and the Demon Lord, or was their relationship tainted from the start? Find out in this epic conclusion to the hilarious yet heart-wrenching story that won over countless fans across the globe! | BLOOM WITH ME | 01KGBQHWGRCNF06PEN61R84EPE | 2.0 | 2025-07-02T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Love Between Fairy and Devil Vol. 2 | © 九鹭非香, English edition copyright © 2025 Seven Seas Entertainment, LLC | 2025-09-23T07: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);