products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_3EZJKRCJ98F0"
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_1C3EDNWRPJA0 | CNT_33TMA4EZX0YG | Shadow Eliminators CNT_3EZJKRCJ98F0 | CNT_3EZJKRCJ98F0 | 2 | 1 | 1 | Volume 2 | [] | Shadow Eliminators, Vol. 2 | After being sent by Granny to investigate a mansion where people have been mysteriously disappearing, Aoba and Asakaze are attacked by the very people they've been sent to find, who have been transformed into Kasane. Who is the owner of this mansion, and why has he been turning innocent people into Kasane...?! | 01KGBVZMAETGHDF7HNJG2RBQMM | 2.0 | 2025-08-29T07:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Shadow Eliminators, Vol. 2 | RUI RUI SENKI © 2023 by Kento Amemiya/SHUEISHA Inc. | 2025-09-23T07:00:00.000Z | 0 | 0 | |||||
| PRD_2CW5408KJTH0 | CNT_1SRSP1HBGR7G | Shadow Eliminators CNT_3EZJKRCJ98F0 | CNT_3EZJKRCJ98F0 | 2 | 1 | 1 | Volume 3 | [] | Shadow Eliminators, Vol. 3 | In this final volume, the dark past between Aoba Kuromori and his older brother Zen is revealed. In order to defeat his older brother, Aoba undergoes training to face the Kasane within him. Meanwhile, Zen begins his invasion of Moribe City... How will this battle between brothers conclude?! | 01KGBVZB412PFKF4RGT6H6CD2J | 3.0 | 2025-08-29T07:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Shadow Eliminators, Vol. 3 | RUI RUI SENKI © 2023 by Kento Amemiya/SHUEISHA Inc. | 2025-09-23T07:00:00.000Z | 0 | 0 | |||||
| PRD_2GHYZ8Y2JH90 | CNT_1351NP388ZZG | Shadow Eliminators CNT_3EZJKRCJ98F0 | CNT_3EZJKRCJ98F0 | 2 | 1 | 1 | Volume 1 | [] | Shadow Eliminators, Vol. 1 | Yayoi Asakaze believes in fairness and order. One day, a free spirit named Aoba Kuromori transfers to his high school. On the day they meet, Asakaze gets wrapped up in a strange disturbance and learns who Aoba really is... In this first volume, they'll work together to destroy the darkness that overlaps with our world! | 01KGBVA93MZ4F0HYQQNE38KH29 | 1.0 | 2025-08-29T07:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Shadow Eliminators, Vol. 1 | RUI RUI SENKI © 2023 by Kento Amemiya/SHUEISHA Inc. | 2025-09-23T07: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);