BookWalker

home / database

products

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

4 rows where series_id = "CNT_2YTYGDNPCKX0"

✎ 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_07PRSA87M7PG CNT_11A3K5R8CFRG I'm the Heroic Knight of an Intergalactic Empire! CNT_2YTYGDNPCKX0 CNT_2YTYGDNPCKX0 2 2 1 Volume 4 []   I'm the Heroic Knight of an Intergalactic Empire! Vol. 4   After training under Marie's wing, Emma has finally managed to move the hearts of the Melea's crew--just in time for them to join the Empire's war! But before they're permitted to head into battle, the Melea's notoriously laid-back crew has to prove they're ready. The inspector who turns up to take stock definitely doesn't mesh with the ship's slackers...and the quirkiness on the team developing a new mobile-knight unit adds fuel to the fire. Staying focused on justice will be a challenge while Emma's hemmed in by countless eccentric comrades--especially if those comrades start to clash... DOES THE MELEA PASS MUSTER?! 01KGC0JWJ8TC9219AKPN6N6QRQ 4.0 2025-11-13T08:00:00.000Z Seven Seas Entertainment LAB_1WABW2X3770G GEO_1PKAG51AEAQG I'm the Heroic Knight of an Intergalactic Empire! Vol. 4 © 2025 Yomu Mishima   2025-12-25T08:00:00.000Z   0 0
PRD_0RS9REGRXVWG CNT_30KQCDQTDYRG I'm the Heroic Knight of an Intergalactic Empire! CNT_2YTYGDNPCKX0 CNT_2YTYGDNPCKX0 2 2 1 Volume 1 []   I'm the Heroic Knight of an Intergalactic Empire! Vol. 1   Emma has just taken her first step as a knight. Emma's new job? Commander of a squad of useless layabouts. Just as her efforts start to change minds, a pirate base is discovered on Alias. What will happen when an elite force is sent in from the home planet to eliminate them?! An epic new tale of a failure's rise to glory in the Intergalactic Empire begins! The Hero of Justice 01KGBBEXS705882811SR0KW38A 1.0 2024-07-12T07:00:00.000Z Seven Seas Entertainment LAB_1WABW2X3770G GEO_1PKAG51AEAQG I'm the Heroic Knight of an Intergalactic Empire! Vol. 1 © 2022 Yomu Mishima   2024-08-01T07:00:00.000Z   0 0
PRD_1KB5TXEDJNRG CNT_1RQ39W5P37BG I'm the Heroic Knight of an Intergalactic Empire! CNT_2YTYGDNPCKX0 CNT_2YTYGDNPCKX0 2 2 1 Volume 2 []   I'm the Heroic Knight of an Intergalactic Empire! Vol. 2   Emma, test pilot for an experimental mobile knight called Atalanta, heads to the Seventh Weapons Factory for upgrades. But the prototype's development team is visiting, and they seem to have lost faith in Atalanta! When a strange engineer nicknamed the "Mad Genius" warns against piloting the mobile knight, development seems on the verge of grinding to a halt. On top of that, who's behind the mysterious organization pursuing the prototype craft?! Find out in the second volume of a failure's rise to glory! EMMA'S PROTOTYPE MOBILE KNIGHT--SHELVED?! 01KGBGEGPJZDYTXV6G92B7J3VF 2.0 2024-10-31T07:00:00.000Z Seven Seas Entertainment LAB_1WABW2X3770G GEO_1PKAG51AEAQG I'm the Heroic Knight of an Intergalactic Empire! Vol. 2 © 2023 Yomu Mishima   2024-12-05T08:00:00.000Z   0 0
PRD_3H6829NZF840 CNT_136NHA83VWBG I'm the Heroic Knight of an Intergalactic Empire! CNT_2YTYGDNPCKX0 CNT_2YTYGDNPCKX0 2 2 1 Volume 3 []   I'm the Heroic Knight of an Intergalactic Empire! Vol. 3   Starting her new mission aboard the Melea, aspiring knight of justice Emma crosses paths with former classmate Russell. He's an elite knight now, and his jabs at the Melea--and at her--could turn idealistic Emma into a nervous wreck. When top knight Marie takes a shot at training Emma personally, it's a chance for the young knight to prove her former classmate's trash talk wrong. But how badly did Russell rattle Emma? Can this B-rank knight still buckle down and bring her A game?! A KNIGHT SCHOOL REUNION! 01KGBNEQSBFXAZXEX4F4Z3VN2P 3.0 2025-04-25T07:00:00.000Z Seven Seas Entertainment LAB_1WABW2X3770G GEO_1PKAG51AEAQG I'm the Heroic Knight of an Intergalactic Empire! Vol. 3 © 2024 Yomu Mishima   2025-06-05T07: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 107.412ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS