products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_22C4Z9JG4K8G"
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_2FEZV862TE10 | CNT_3FSYRBC34PA0 | This Is the Wizard's Secret Weapon CNT_22C4Z9JG4K8G | CNT_22C4Z9JG4K8G | 2 | 2 | 1 | Volume 2 | [] | This Is the Wizard's Secret Weapon, Vol. 2 | A blast from the past comes crashing into the present!Thanks to his unique skill set, Rix has been allowed to stay at the academy in spite of his magic deficiency. But even with Shino’s constant guidance, his grades are catastrophically bad, and the threat of expulsion once again looms large. As if things couldn’t get any worse, Tran, his sister-in-arms from his mercenary days, shows up intending to drag Rix back to the battlefield. And when she throws around her dragon powers on school grounds, Rix’s newest problem is…immediate expulsion! In a last-ditch effort to not get kicked out, he tries forming a contract to make Tran his summoned creature—with shocking results! | 01KP0BBGCNMT9N3M3PQPF07P3N | 2.0 | 2025-10-21T07:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1PQM5BDYSMG0 | This Is the Wizard's Secret Weapon, Vol. 2 | 2026-02-10T08:00:00.000Z | 0 | 0 | ||||||
| PRD_3KTFP74Q1AMG | CNT_1DZPYT9YESJ0 | This Is the Wizard's Secret Weapon CNT_22C4Z9JG4K8G | CNT_22C4Z9JG4K8G | 2 | 2 | 1 | Volume 1 | [] | This Is the Wizard's Secret Weapon, Vol. 1 | His strength is his greatest burden…and his greatest weapon!Rix, a master swordsman, is tired of bloody battlefields—so he fakes his own death to go into retirement! Seeking to turn over a new leaf, he enters a prestigious magic school despite having no magical aptitude whatsoever. Nonetheless, he’s ready to work hard alongside fellow scholarship student Shino, undeterred by her icy demeanor. Thanks to his skill with a blade, he over-whelms his peers, inadvertently steamrolling everything in the curriculum until he catches the eye of the imperial princess, Serephina. She wants to put Rix back on the battlefield, but he’s got other plans—become a wizard and live a fun and peaceful life! | 01KG9Q5S0G1WZ80JH0V5AYZDGN | 1.0 | 2025-02-14T08:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1PQM5BDYSMG0 | This Is the Wizard's Secret Weapon, Vol. 1 | 2025-06-10T07: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);