products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_1PWHREXRBNNG"
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_0S346YM6XSWG | CNT_2NZPNP945D00 | Hi-Fi Cluster CNT_1PWHREXRBNNG | CNT_1PWHREXRBNNG | 2 | 1 | 1 | Volume 2 | [] | Hi-Fi Cluster, Vol. 2 | Peta is beginning to find his place in Special Unit Six, using his Insight Ability to take down Ability Label-enhanced criminals. But things become complicated when a ghost from Kandera's past returns to haunt him! With dangerous Hi-Fi Clusters spreading rapidly throughout Tokyo, not even the most innocent face can be trusted. In the midst of the chaos, the mastermind behind both Ability Labels and a civilian massacre finally emerges from the shadows—and he'll stop at nothing to create a new world ruled by Hi-Fi Loaders! | 01KGBFC4WFK8HY7G1T6APEZS17 | 2.0 | 2024-11-26T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Hi-Fi Cluster, Vol. 2 | HI-FI CLUSTER © 2014 by Ippei Goto/SHUEISHA Inc. | 2024-11-26T08:00:00.000Z | 0 | 0 | |||||
| PRD_0YWBYXCVQBZ0 | CNT_16F5XV78JF6G | Hi-Fi Cluster CNT_1PWHREXRBNNG | CNT_1PWHREXRBNNG | 2 | 1 | 1 | Volume 3 | [] | Hi-Fi Cluster, Vol. 3 | Using their unique Hi-Fi Abilities, Peta and Special Unit Six protect Tokyo from Ability Label-enhanced crime. But has the group met its match with the reemergence of Landscape Mole? Having taken Parliament hostage, the maniacal genius demands the release of a partner in crime. With an explosive showdown imminent and a dark secret of Kandera's yet to be revealed, the misfit members of Special Unit Six will have to push their Abilities—and themselves—to the limit! All this, plus creator Goto's debut manga about two teenage boxers and the original Hi-Fi Cluster one-shot that led to the series! | 01KGBFD0EN5BT91A1NT4Y4J1HW | 3.0 | 2024-11-26T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Hi-Fi Cluster, Vol. 3 | HI-FI CLUSTER © 2014 by Ippei Goto/SHUEISHA Inc. | 2024-11-26T08:00:00.000Z | 0 | 0 | |||||
| PRD_1WFH0WTGZH50 | CNT_1ZQ7S21WM58G | Hi-Fi Cluster CNT_1PWHREXRBNNG | CNT_1PWHREXRBNNG | 2 | 1 | 1 | Volume 1 | [] | Hi-Fi Cluster, Vol. 1 | High school student Peta can't use any Ability Label, yet the police's Special Unit Six is trying to recruit him to help solve Ability-related crimes. What can Peta contribute to a team capable of loading Hi-Fi Labels that imbue them with the talents of famed geniuses and experts throughout history...? Meet Chief Kandera, with the skill of an Edo swordsman, Officer Okada, whose intellect is like ten brains in one, and Ekusa, who manipulates gravity itself! | 01KGBETTQ7DDYKVHHF830JWEN8 | 1.0 | 2024-11-26T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Hi-Fi Cluster, Vol. 1 | HI-FI CLUSTER © 2014 by Ippei Goto/SHUEISHA Inc. | 2024-11-26T08: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);