BookWalker

home / database

products

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

3 rows where series_id = "CNT_00EBTQ36B5HG"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: geoblock_id, 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_1K3ZCB6DVP20 CNT_21PFAR0N5GX0 Once Upon a Witch's Death: The Tale of the One Thousand Tears of Joy CNT_00EBTQ36B5HG CNT_00EBTQ36B5HG 2 2 1 Volume 1 []   Once Upon a Witch's Death, Vol. 1   On her seventeenth birthday, the apprentice witch Meg learns that she only has one year left to live. Her teacher, the long-lived witch Faust, explains that the only way to undo the death curse is to collect tears of joy and grow the seed of life. To find them, Meg will have to leave the sheltered life she's always known and head out into the world. There will be meetings, partings, and friendships aplenty, and of course many tears. Meg will learn the most important lessons for a witch are bright, sweet, and somewhat heart wrenching.   01KGATG8SVQ70YYWJB06F61E4F 1.0 2023-10-30T07:00:00.000Z Yen On LAB_0TB60FJ75DX0 GEO_1KB2KYDQ0JGG Once Upon a Witch's Death, Vol. 1     2024-04-16T00:00:00.000Z   0 0
PRD_2WZJQ59PEHJG CNT_0H54Y38BZZB0 Once Upon a Witch's Death: The Tale of the One Thousand Tears of Joy CNT_00EBTQ36B5HG CNT_00EBTQ36B5HG 2 2 1 Volume 3 []   Once Upon a Witch's Death, Vol. 3   After saving Aquamarine from catastrophe, Meg has garnered attention from the greatest mages around the globe. She even catches the eye of the Primordial Sage, Bennett, who invites her to join a project surveying and treating magic disasters across Asia. And it just so happens that the project would take Meg to her supposed birthplace. Will Lapis’s Witch finally uncover the secrets behind her ever-elusive childhood?   01KS5GS150YTXDK45KVTZRSC17 3.0 2025-12-17T08:00:00.000Z Yen On LAB_0TB60FJ75DX0 GEO_1KB2KYDQ0JGG Once Upon a Witch's Death, Vol. 3     2026-06-09T07:00:00.000Z   0 0
PRD_2XJNSY6CDW5G CNT_311X6BWM5MPG Once Upon a Witch's Death: The Tale of the One Thousand Tears of Joy CNT_00EBTQ36B5HG CNT_00EBTQ36B5HG 2 2 1 Volume 2 []   Once Upon a Witch's Death, Vol. 2   Now carrying the title of Lapis’s Witch, Meg heads to an elite event feeling like a full-fledged magic user. Held once every twenty years, the Rite of Witchcraft boasts the latest in magical innovation, and everyone is focused on curing one of the world’s deadliest diseases: magical contamination. After the convention, Meg heads back to Lapis to find the town’s sacred tree suffering from that exact affliction. The Spirit inhabiting the tree wishes to give back to its beloved town, but as the contamination worsens, Meg must find a way to cure the uncurable. Her heroic efforts draw the attention of another of magic society’s strongest sages—the greatest doctor in the world, the Sage of Vitality. As Meg begins to unravel the history of witchcraft, more puzzle pieces fall into place. Still, only six months remain until her time runs out. Can she find a way to undo her curse before it’s too late?!   01KP0BBX4914ZNM6PJJPRXP2Z9 2.0 2025-10-21T07:00:00.000Z Yen On LAB_0TB60FJ75DX0 GEO_1PQM5BDYSMG0 Once Upon a Witch's Death, Vol. 2     2026-02-10T08: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 26.426ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS