BookWalker

home / database

products

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

4 rows where series_id = "CNT_01DMMH8EBT80"

✎ 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_0M9J5DWST1JG CNT_3ZYGZTN3F4X0 Ninja World Series CNT_01DMMH8EBT80 CNT_01DMMH8EBT80 2 1 1 Volume 4 []   NINJA WORLD, 4 JPN:2 Volume 4   "We share the same brain. Everything you know, I know and vice versa."After her ninja clan's ancestral home is attacked, Gabriella manages to escape. Deep inside the compound she accesses the Natsugami clan's computer system with the help of with "Harugasumi", an AI system that enhances her brain functions.Inside, she finds an opportunity to carry on a mission left to her by her ancestors. Will she be able to fulfill it and survive the attack on her home?Ninja World Japan chapter two.   01KG9HDB99VVP59G13ENJSSD57 4.0 2021-12-01T08:00:00.000Z Denshobato LAB_1FC77FS0DZB0 GEO_1PKAG51AEAQG NINJA WORLD, 4 JPN:2 Volume 4 (C)Enmaku,LLC(Art by Tommy Inoue,Story by Minami-kuma)   2021-12-01T08:00:00.000Z   0 0
PRD_18C4B12B2N1G CNT_29PNXZZYBFW0 Ninja World Series CNT_01DMMH8EBT80 CNT_01DMMH8EBT80 2 1 1 Volume 3 []   NINJA WORLD, 3 JPN:1 Volume 3   "I begged him over and over. To tell me stories about the beautiful island country in Asia."Gabriella's world is turned upside down when she is involved in a nearly fatal bus accident while visiting her late father's hometown in Japan. Barely alive, she undergoes a mysterious procedure that leaves her with cybernetic implants and an additional cybernetic brain called "Harugasumi".To make matters worse her grandmother is forcing her to do "rehabilitation" that strangely resembles ninja training. The next chapter of the Ninja World saga takes place in the near future in the quiet countryside of Japan.   01KG9FP7F801YDNZ29A0PBZHH0 3.0 2021-08-01T07:00:00.000Z Denshobato LAB_1FC77FS0DZB0 GEO_1PKAG51AEAQG NINJA WORLD, 3 JPN:1 Volume 3 (C)Enmaku,LLC(Art by Tommy Inoue,Story by Minami-kuma)   2021-08-01T07:00:00.000Z   0 0
PRD_2N6CHXCRS900 CNT_3RE2AQT333YG Ninja World Series CNT_01DMMH8EBT80 CNT_01DMMH8EBT80 2 1 1 Volume 2 []   NINJA WORLD, 2 USA:2 Volume 2   What was supposed to be an easy first mission turns into a struggle for survival when DIVISION sends a group of heavily armed mercenaries after Sakura and Rob. Will Sakura be able to overcome her inexperience and protect Rob from his would be assassins? This second issue of Ninja World USA is cover to cover action.   01KG9E0694F7Q6RER0F12CKYAQ 2.0 2021-04-16T07:00:00.000Z Denshobato LAB_1FC77FS0DZB0 GEO_1PKAG51AEAQG NINJA WORLD, 2 USA:2 Volume 2 (C)Enmaku,LLC(Art by Tommy Inoue,Story by Minami-kuma)   2021-05-01T07:00:00.000Z   0 0
PRD_3SGX9CMSJMTG CNT_0C927X8YMREG Ninja World Series CNT_01DMMH8EBT80 CNT_01DMMH8EBT80 2 1 1 Volume 1 []   NINJA WORLD, 1 USA:1 Volume 1   This is where a new ninja story begins. With the end of the samurai era, the role of the ninjas came to an end.... However, in preparation for an era when they might be needed again, they continued to hide out and secretly hone their skills in various parts of the world.Ninja World" is an epic tale of ninjas working in secret around the world. The first issue takes place in the United States. How will one ninja fight in the gun-toting land of America?Ninjas are real!The first volume of the seven issue original comic series, spanning four countries and regions, starts now!   01KG9CF10NBYEHA5FDM6HMZMW3 1.0 2020-11-12T08:00:00.000Z Denshobato LAB_1FC77FS0DZB0 GEO_1PKAG51AEAQG NINJA WORLD, 1 USA:1 Volume 1 (C)Art by nobita,Story by toji/Enmaku,LLC   2020-11-20T08: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.692ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS