products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_19ND0D4NH2TG"
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_13XXX7CJWBM0 | CNT_3REBT6XN1360 | Jiangshi X CNT_19ND0D4NH2TG | CNT_19ND0D4NH2TG | 2 | 1 | 1 | Volume 4 | [] | Jiangshi X, Vol. 4 | After completing their three years of hellish training in Shenxian Village, an older and stronger Xiaohu and his allies prepare for the ultimate battle against evil—the sinister Wu Dou Jiu Dao. The battle rages on as the strongest warriors in the land clash, with Xiaohu facing the terrifying Zhao Sheng, the very man who killed his father! It's the thrilling final fight with the fate of the world on the line! | 01KG9SDW0THMHGYZNR41XJFY8Q | 4.0 | 2025-01-17T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Jiangshi X, Vol. 4 | KYONSHI X © 2023 by Norihiko Kurazono/SHUEISHA Inc. | 2025-03-25T07:00:00.000Z | 0 | 0 | |||||
| PRD_16JC8TEMRAV0 | CNT_1VRS5GKXC270 | Jiangshi X CNT_19ND0D4NH2TG | CNT_19ND0D4NH2TG | 2 | 1 | 1 | Volume 1 | [] | Jiangshi X, Vol. 1 | Three apprentice daoshi monks of Shenxian Village—Xiaohu, Chaoyun, and Jiuli—have completed five years of training and are to face their last trial. They only have one chance to attempt the test, and only one of the three can pass. During the trial, Chaoyun is badly wounded by the jiangshi they were tasked to defeat. If they retreat with Chaoyun, his life can be saved, but they will all fail the test. In the end, will they choose themselves or their friend? | 01KG9RBX0ZQSKAGDVZSS75HPTV | 1.0 | 2025-01-17T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Jiangshi X, Vol. 1 | KYONSHI X © 2023 by Norihiko Kurazono/SHUEISHA Inc. | 2025-03-25T07:00:00.000Z | 0 | 0 | |||||
| PRD_218EZ5KWY3WG | CNT_225X9JMDGVEG | Jiangshi X CNT_19ND0D4NH2TG | CNT_19ND0D4NH2TG | 2 | 1 | 1 | Volume 2 | [] | Jiangshi X, Vol. 2 | On their way home from a mission, Xiaohu and his friends discover a giant stake they've never seen before. Feeling eerie apprehension, the trio decides to investigate. They sneak into the library and learn that the stake is a secret, malevolent spell of an esoteric sect known as the Wu Dou Jiu Dao. But what awaits them when they go to warn the other monks? | 01KG9SE9G3QCGA8376BH6W9EDX | 2.0 | 2025-01-17T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Jiangshi X, Vol. 2 | KYONSHI X © 2023 by Norihiko Kurazono/SHUEISHA Inc. | 2025-03-25T07:00:00.000Z | 0 | 0 | |||||
| PRD_34VM14ST69AG | CNT_2VDZNSD1JHGG | Jiangshi X CNT_19ND0D4NH2TG | CNT_19ND0D4NH2TG | 2 | 1 | 1 | Volume 3 | [] | Jiangshi X, Vol. 3 | While accompanying Lady Jiutian to the legendary Shenxian Village, Xiaohu and the others take a pitstop at a hidden outpost to rest. There they discover that Chaoyun's been injured and may not be able to complete the journey! Later a battle against a terrifying fourth-order jiangshi threatens to end the quest as it pushes Xiaohu to his absolute limits! | 01KG9SDSC89Y7JPPAY0744QEN7 | 3.0 | 2025-01-17T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Jiangshi X, Vol. 3 | KYONSHI X © 2023 by Norihiko Kurazono/SHUEISHA Inc. | 2025-03-25T07: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);