BookWalker

home / database

products

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

2 rows where series_id = "CNT_129MQV263QSG"

✎ 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_050YSRHQJNTG CNT_3MXHXE5KJY4G Now I'm a Demon Lord! Happily Ever After with Monster Girls in My Dungeon CNT_129MQV263QSG CNT_129MQV263QSG 2 4 2 Volume 2 []   Now I'm a Demon Lord! Happily Ever After with Monster Girls in My Dungeon: Volume 2   Yuki's been reborn in another world as a demon lord—and his new life is going swimmingly! He continues strengthening his dungeon with his makeshift family of monster girls until, one day, a heroine arrives on their doorstep to take down the demon lord. Or, at least, that's what she says before breaking into tears because the traps are too scary! Curious and unable to resist lending a helping hand, Yuki heads out to welcome the hapless heroine. The group then decides to take a trip to a human settlement with their new friend. They all have a blast as they go around shopping, eating, and sightseeing, but the fun comes to an abrupt halt when a ghost appears out of nowhere and starts attacking the townspeople one after another. Can the demon lord who just wants to live the good life pass judgment on this new enemy?!   01KG7A6E72DV21VESK768SFEQ0 2.0 2025-12-03T08:00:00.000Z Tantor Media LAB_1568H9GGBM40 GEO_1PQM5BDYSMG0 Now I'm a Demon Lord! Happily Ever After with Monster Girls in My Dungeon: Volume 2     2025-12-16T08:00:00.000Z   0 0
PRD_3AAW9DDFWWH0 CNT_3AGX9C33E4X0 Now I'm a Demon Lord! Happily Ever After with Monster Girls in My Dungeon CNT_129MQV263QSG CNT_129MQV263QSG 2 4 2 Volume 1 []   Now I'm a Demon Lord! Happily Ever After with Monster Girls in My Dungeon: Volume 1   Yuki finds himself reincarnated as a demon lord in another world, and he's been put in charge of a dungeon to boot! Once Yuki accepts that his fate hinges on the dungeon's survival in a world where powerful monsters roam free and danger lurks at every corner, he begins gathering allies and bolstering his defenses. Within a few days, he takes on a legendary dragon, an adorable pet slime, and a vampire girl, but despite all his precautions, life as a demon lord in a dungeon constantly under threat . . . is surprisingly mellow? Of course, with such a colorful cast of characters (and possibly more on their way), Yuki's bound to wind up in some trouble. Will he be able to pull off a reckless rescue mission? And how will he and his monster girls survive an invasion by a hostile human kingdom?! Join him as he juggles daily life, responsibilities as a freshly minted demon lord, and his growing family of monster girls and pets!   01KG78NE7QQFBD09B7A65C28KP 1.0 2025-12-03T08:00:00.000Z Tantor Media LAB_1568H9GGBM40 GEO_1PQM5BDYSMG0 Now I'm a Demon Lord! Happily Ever After with Monster Girls in My Dungeon: Volume 1     2025-12-16T08: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 28.232ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS