BookWalker

home / database

products

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

3 rows where series_id = "CNT_041P46D812H0"

✎ 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_14KW7Y989340 CNT_3TG3X9MSFNP0 Goblin Slayer: A Day in the Life CNT_041P46D812H0 CNT_041P46D812H0 2 1 1 Volume 2 []   Goblin Slayer: A Day in the Life, Vol. 2   In a remote town dwells a man single-mindedly devoted to the slaughter of goblins—a man known as Goblin Slayer. Sharp as his focus may be, he cannot help but subtly influence the adventurers who come and go, changing and growing around him… As winter approaches, Guild Girl and Cow Girl find beauty in the wait for returning adventurers. And in the shadows, a party known only as “The Runners” pursues adventure without the promise of glory…   01KGBCHV7SHC0BBP19V0E6RJ8P 2.0 2024-08-29T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1PQM5BDYSMG0 Goblin Slayer: A Day in the Life, Vol. 2     2025-02-25T08:00:00.000Z   0 0
PRD_17KKZRW11QZ0 CNT_288TVQ428QF0 Goblin Slayer: A Day in the Life CNT_041P46D812H0 CNT_041P46D812H0 2 1 1 Volume 1 []   Goblin Slayer: A Day in the Life, Vol. 1   The party of Club Fighter, Supreme God’s Cleric, and Harefolk Hunter takes on a new challenge only to discover there are some enemies they can’t hope to defeat… Priestess joins Female Knight, Witch, and High Elf Archer on an adventure—but somehow, they end up defending a besieged fortress… And then there’s Goblin Slayer, who’s once again teamed up with Spearman and Heavy Warrior! This special manga adaptation of volume 12 of the popular light novel series follows a day in the life of adventurers in the Four-Cornered World!   01KG9PW88CZTD8W7QBB59EE93F 1.0 2023-12-21T08:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1KB2KYDQ0JGG Goblin Slayer: A Day in the Life, Vol. 1     2024-05-21T00:00:00.000Z   0 0
PRD_33KDVK1D4ERG CNT_37B1696B509G Goblin Slayer: A Day in the Life CNT_041P46D812H0 CNT_041P46D812H0 2 1 1 Volume 3 []   Goblin Slayer: A Day in the Life, Vol. 3   In a remote town dwells a man single-mindedly devoted to the slaughter of goblins—a man known as Goblin Slayer. Sharp as his focus may be, he cannot help but subtly influence the adventurers who come and go, changing and growing around him… Goblin Slayer, Spearman, and Heavy Warrior take a quest to explore a ruined city. Their skills and teamwork mean reaching its depths is a breeze, but how will they fare against the mighty envoy of chaos waiting there? Meanwhile, the Hero’s party does battle with an army of undead as the fate of the Four-Cornered World hangs in the balance!!   01KGBS51M308D5M6Z2PFBF52JN 3.0 2025-07-07T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1PQM5BDYSMG0 Goblin Slayer: A Day in the Life, Vol. 3     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 30.109ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS