BookWalker

home / database

products

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

4 rows where series_id = "CNT_1JJWN186CAGG"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: copyright, 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_0AFHPM34PSCG CNT_105F2TFFMRWG DEAD ROCK CNT_1JJWN186CAGG CNT_1JJWN186CAGG 2 1 1 Volume 2 []   DEAD ROCK 2   Getting into Dead Rock is just the start of a long, difficult road to becoming a Demon King. Except Yakuto has a goal even more impossible than that ...to kill God, the school's principal and the most powerful being in all three worlds! But first he must survive his professors...   01KGBNP4NK0AV7VPCP6AC3VWCH 2.0 2025-05-23T07:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG DEAD ROCK 2 Hiro Mashima/Kodansha Ltd.   2025-06-10T07:00:00.000Z   0 0
PRD_2Y6RW2C60TR0 CNT_1R080K51A8YG DEAD ROCK CNT_1JJWN186CAGG CNT_1JJWN186CAGG 2 1 1 Volume 4 []   DEAD ROCK 4   Just as Yakuto thought he'd found a way to reveal God's weakness, Vice Principal Bren catches the class Unawares with a cruel trap. Right as hope seems lost, the legendary White Dragon appears, giving Yakuto the power he needs to fight back, and maybe even turn the tables! But even if they win this battle, what deadly new challenge awaits back at the school?   01KH2WDWPHPMXG22SMRK62SGS2 4.0 2026-01-16T08:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG DEAD ROCK 4 Hiro Mashima/KODANSHA LTD.   2026-02-03T08:00:00.000Z   0 0
PRD_32YMRCGEBS1G CNT_30438EACR950 DEAD ROCK CNT_1JJWN186CAGG CNT_1JJWN186CAGG 2 1 1 Volume 1 []   DEAD ROCK 1   Welcome to Dead Rock, the underworld's top educational institution! The young demon Yakuto has his sights set on a spot at this prestigious school, but in Hell, there's no such thing as an easy A. First, he has to survive the entrance exam...   01KG9Q9YCBGYR3R0R25A83ARJW 1.0 2025-03-04T08:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG DEAD ROCK 1 Hiro Mashima/Kodansha Ltd.   2025-03-05T08:00:00.000Z   0 0
PRD_3JKHJ67KYQY0 CNT_2WARSXSN09B0 DEAD ROCK CNT_1JJWN186CAGG CNT_1JJWN186CAGG 2 1 1 Volume 3 []   DEAD ROCK 3   In order to get his hands on a book which is said to contain God's weakness, Yakuto heads to Curse Velocity, Dead Rock's infamous library. But the library can turn into a giant labyrinth, and on top of that, the school's strongest student, Cougar, might be coming for his head...   01KGBSF0TM6XM6WX834Z2GE796 3.0 2025-07-29T07:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG DEAD ROCK 3 Hiro Mashima/KODANSHA LTD.   2025-08-12T07: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 37.492ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS