BookWalker

home / database

products

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

4 rows where series_id = "CNT_0YRJTEVF0KE0"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: label_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_008PWKG6SY40 CNT_2V4HECW1HJBG I'm the Heroic Knight of an Intergalactic Empire! CNT_0YRJTEVF0KE0 CNT_0YRJTEVF0KE0 2 4 2 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?! 01KGBNKP3E2FK5NFB4Z9DSMVMW 2.0 2025-05-16T07:00:00.000Z Seven Seas Siren LAB_13Q4428H6SGG GEO_1PKAG51AEAQG I'm the Heroic Knight of an Intergalactic Empire! Vol. 2 © 2023 Yomu Mishima   2025-08-14T07:00:00.000Z   0 0
PRD_0R2QNBRPB44G CNT_11HCS2R049E0 I'm the Heroic Knight of an Intergalactic Empire! CNT_0YRJTEVF0KE0 CNT_0YRJTEVF0KE0 2 4 2 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?! 01KNKHH1EQEKGWS264YGN8CHX3 4.0 2026-04-07T08:34:52.000Z Seven Seas Siren LAB_09S6E1NCHWWG GEO_1PKAG51AEAQG I'm the Heroic Knight of an Intergalactic Empire! Vol. 4 © 2025 Yomu Mishima   2026-05-14T00:00:00.000Z   0 0
PRD_3HJNXW0B0YB0 CNT_21Q8S3QBK0Y0 I'm the Heroic Knight of an Intergalactic Empire! CNT_0YRJTEVF0KE0 CNT_0YRJTEVF0KE0 2 4 2 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! 01KGBSDFRNN2H1RFKZ68XYAXYT 3.0 2025-07-28T07:00:00.000Z Seven Seas Siren LAB_13Q4428H6SGG GEO_1PKAG51AEAQG I'm the Heroic Knight of an Intergalactic Empire! Vol. 3 © 2024 Yomu Mishima   2025-11-13T08:00:00.000Z   0 0
PRD_3YZKBHB8EZZ0 CNT_3FGVHMM3QK0G I'm the Heroic Knight of an Intergalactic Empire! CNT_0YRJTEVF0KE0 CNT_0YRJTEVF0KE0 2 4 2 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 01KG9QHYPZE960GY7G0H79SPG7 1.0 2025-04-16T07:00:00.000Z Seven Seas Siren LAB_13Q4428H6SGG GEO_1PKAG51AEAQG I'm the Heroic Knight of an Intergalactic Empire! Vol. 1 © 2022 Yomu Mishima   2025-06-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 26.501ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS