BookWalker

home / database

products

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

4 rows where series_id = "CNT_37VERXNH0SWG"

✎ 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_1JSYTT777ZZ0 CNT_3X74AMJ7PTK0 Bungo Stray Dogs: Dead Apple CNT_37VERXNH0SWG CNT_37VERXNH0SWG 2 1 1 Volume 4 []   Bungo Stray Dogs: Dead Apple, Vol. 4   SHOW ME THAT SPARK JUST ONE MORE TIME…! High above the streets of Yokohama, Chuuya unleashes his full power to face off against Shibusawa, now transformed into a dragon. With Shibusawa’s deadly fog spreading out of control and a potential apocalypse at hand, Atsushi, Akutagawa, and Kyouka join the battle to save the city—and the world. Don’t miss the breathtaking conclusion of Bungo Stray Dogs: Dead Apple in this final volume!   01KH3PB6R84918VR53FTFAM2ZA 4.0 2024-04-09T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1PQM5BDYSMG0 Bungo Stray Dogs: Dead Apple, Vol. 4     2024-06-18T07:00:00.000Z   0 0
PRD_1RNME9NQY6BG CNT_32T83M32QKJ0 Bungo Stray Dogs: Dead Apple CNT_37VERXNH0SWG CNT_37VERXNH0SWG 2 1 1 Volume 1 []   Bungo Stray Dogs: Dead Apple, Vol. 1   BASED ON THE HIT ANIME FILM!<BR /><BR /> An unexplained series of suicides among skill users sends the Armed Detective Agency on a search for a man who may be connected. But when the same phenomenon descends upon Yokohama, they&rsquo;ll have to fight for their lives if they want a chance to reach the truth and save the city from certain destruction!   01KGAJVTRMM7GGWAP1JAS8K85W 1.0 2022-07-29T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1KB2KYDQ0JGG Bungo Stray Dogs: Dead Apple, Vol. 1     2022-08-23T00:00:00.000Z   0 0
PRD_3DP5FMNYYK6G CNT_38VQQ418208G Bungo Stray Dogs: Dead Apple CNT_37VERXNH0SWG CNT_37VERXNH0SWG 2 1 1 Volume 3 []   Bungo Stray Dogs: Dead Apple, Vol. 3   A BOY WILL ALWAYS BARE HIS TIGER CLAWS TO LIVE!!! Although Atsushi defeated Beast Beneath the Moonlight, his skill fails to return, and he has no choice but to turn to forgotten memories in search of an answer. What happened in the Dragon’s Head Conflict six years ago? What events are driving Shibusawa’s rampage? And how does all this link to Atsushi? The truth is shrouded in the fog of the past…   01KG9KSPQPA4550RP44FBCZAFA 3.0 2023-02-07T08:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1KB2KYDQ0JGG Bungo Stray Dogs: Dead Apple, Vol. 3     2023-05-23T00:00:00.000Z   0 0
PRD_3PCC0DMFWBE0 CNT_10446JN457E0 Bungo Stray Dogs: Dead Apple CNT_37VERXNH0SWG CNT_37VERXNH0SWG 2 1 1 Volume 2 []   Bungo Stray Dogs: Dead Apple, Vol. 2   DO YOU THINK EVEN ONE PERSON COULD DEFEAT THEIR OWN SKILL?<BR /><BR /> Hunted through the foggy streets of Yokohama by Demon Snow and Beast Beneath the Moonlight, Atsushi and Kyouka form an uneasy alliance with Akutagawa, who is himself pursued by Rashomon. If they want to defeat the culprit and save the city, they&rsquo;ll first have to find a way to overcome the very skills that have long protected them!   01KGB2NMC3K817CX8G4BQKHPV8 2.0 2022-12-07T08:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1KB2KYDQ0JGG Bungo Stray Dogs: Dead Apple, Vol. 2     2023-02-21T00: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 27.805ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS