BookWalker

home / database

products

Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)

2 rows where series_id = "CNT_1E76NS1V9NY0"

✎ View and edit SQL

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_0V0JKK3GMA6G CNT_3P35YMXWTJ30 Love Between Fairy and Devil CNT_1E76NS1V9NY0 CNT_1E76NS1V9NY0 2 4 2 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. 01KGBVF7EQH6GMEKG2SE1QYMPS 1.0 2025-09-19T07:00:00.000Z Seven Seas Siren LAB_13Q4428H6SGG GEO_1PKAG51AEAQG Love Between Fairy and Devil Vol. 1 © 九鹭非香, English edition copyright © 2025 Seven Seas Entertainment, LLC   2025-11-20T08:00:00.000Z   0 0
PRD_3XN5HKHGHA20 CNT_26E5MJDRFF1G Love Between Fairy and Devil CNT_1E76NS1V9NY0 CNT_1E76NS1V9NY0 2 4 2 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 01KNKHKYGNNGE7PPNSC97JDGNV 2.0 2026-04-07T08:34:47.000Z Seven Seas Siren LAB_09S6E1NCHWWG GEO_1PKAG51AEAQG Love Between Fairy and Devil Vol. 2 © 九鹭非香, English edition copyright © 2025 Seven Seas Entertainment, LLC   2026-06-04T07:00:00.000Z   0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 34.537ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS