products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_3Q6XQ5NGF5XG"
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_0X758FRVCG20 | CNT_1GTVE43G4F4G | Super String: Marco Polo's Travel to the Multiverse CNT_3Q6XQ5NGF5XG | CNT_3Q6XQ5NGF5XG | 2 | 1 | 1 | Volume 3 | [] | Super String: Marco Polo's Travel to the Multiverse, Vol. 3 | Marco’s cross-dimensional journey has led him to Super String, an organization of superhuman warriors fighting to save the multiverse from destruction at the hands of the Baek cult. Hesitant as he may be to trust these strange new allies, Marco will need to join their ranks if he wants to save his siblings, who are being held captive in Paris! With Wolhyang’s powers at his disposal, Marco must prove he’s the true hero who can bring down Baek! | 01KSQD81C9QFKXHN4TNWZVKK8M | 3.0 | 2025-12-17T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | Super String: Marco Polo's Travel to the Multiverse, Vol. 3 | 2026-06-23T07:00:00.000Z | 0 | 0 | ||||||
| PRD_0Z6GRMF3SFGG | CNT_0NVNY7ZMC6VG | Super String: Marco Polo's Travel to the Multiverse CNT_3Q6XQ5NGF5XG | CNT_3Q6XQ5NGF5XG | 2 | 1 | 1 | Volume 2 | [] | Super String: Marco Polo's Travel to the Multiverse, Vol. 2 | Marco Polo’s quest to save his siblings from the clutches of Baek, a shadowy organization that seeks to destroy the multiverse, has sent him hurtling through time and space! After using a mysterious sword to defeat one of Baek’s elites, Marco is transported once more and finds himself stranded on Jupiter. But he doesn’t have much time to explore—a new guardian appears before him and declares that they must escape the planet in mere minutes! As Marco is whisked from place to place, can he confront his past and future to find both his family and his purpose? | 01KGC0CFQF9X0KAM2HTAABSRD7 | 2.0 | 2025-10-21T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Super String: Marco Polo's Travel to the Multiverse, Vol. 2 | 2025-12-16T08:00:00.000Z | 0 | 0 | ||||||
| PRD_3VY6B7WDP910 | CNT_0X0A1C1QH96G | Super String: Marco Polo's Travel to the Multiverse CNT_3Q6XQ5NGF5XG | CNT_3Q6XQ5NGF5XG | 2 | 1 | 1 | Volume 1 | [] | Super String: Marco Polo's Travel to the Multiverse, Vol. 1 | When Marco Polo’s parents are executed for their involvement in a royal conspiracy, he takes a job as a deckhand to provide for his younger siblings. But one day, a monster attack wrecks his ship, leaving Marco stranded on a mysterious island in Asia. Not long after that, he’s granted strange powers by a beastly girl who calls him “Master”! This is just the beginning of a cross-dimensional journey spanning time and space, and the fate of the world—including Marco’s family—hangs in the balance! | 01KG9Q9CNJMKA95FG8FRJMDNZN | 1.0 | 2025-03-04T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Super String: Marco Polo's Travel to the Multiverse, Vol. 1 | 2025-07-29T07:00:00.000Z | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);