products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_2AQ4W3VBA710"
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_1EDYF7VZPRNG | CNT_38A1W3XNY2X0 | Red Hot Chili Samurai CNT_2AQ4W3VBA710 | CNT_2AQ4W3VBA710 | 2 | 1 | 1 | Volume 3 | [] | Red Hot Chili Samurai, Vol. 3 | Kokaku ventures on a quest to find the hottest chili pepper and gets into trouble with the local thugs. But when his trick of flashing his tattoo doesn't work on them, he's forced to resort to the old-fashioned method of a good beating. Things don't go as planned when a certain someone appears and their ideologies clash, not to mention their swords! And what's Kokaku to do when he's forced to go on a date with a cute blond? Find out who the real hero is in this exciting third volume! | 01K5GAEXYQ98V6XK64NMXTHSFF | 3.0 | 2015-06-29T15:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Red Hot Chili Samurai, Vol. 3 | (C) Yoshitsugu KATAGIRI 2008 | 2015-06-29T15:00:00.000Z | 0 | 0 | |||||
| PRD_257XC2WJPT60 | CNT_35FC16HBVNDG | Red Hot Chili Samurai CNT_2AQ4W3VBA710 | CNT_2AQ4W3VBA710 | 2 | 1 | 1 | Volume 1 | [] | Red Hot Chili Samurai, Vol. 1 | Samurai Kokaku Sento likes peppers. Scratch that-he?loves?them! The only thing Kokaku likes better than eating a hot chili pepper is helping his father kick the butts of bad guys! With the help of his bespectacled friend Ento and cutie-pie girl of action Ran, Kokaku will take a bite out of crime--but not before biting a spicy pepper first! | 01K5G79RTRM3T2YWTVMH7JJM55 | 1.0 | 2015-04-27T15:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Red Hot Chili Samurai, Vol. 1 | (C) Yoshitsugu KATAGIRI 2007 | 2015-04-27T15:00:00.000Z | 0 | 0 | |||||
| PRD_3Q52YDCZG84G | CNT_2B8FBW6HWKE0 | Red Hot Chili Samurai CNT_2AQ4W3VBA710 | CNT_2AQ4W3VBA710 | 2 | 1 | 1 | Volume 2 | [] | Red Hot Chili Samurai, Vol. 2 | Kokaku proves his temper's as hot as his favorite chili when he gets into a fight with Ento that just keeps escalating. Things apparently mellow out when he and Tsumugi meet a mild-mannered fisherman with a hidden identity. But how long can the calm last when trouble follows our hero wherever he goes? | 01K5GADRRE60BMG2ZCCQJZHHH1 | 2.0 | 2015-05-26T15:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Red Hot Chili Samurai, Vol. 2 | (C)Yoshitsugu KATAGIRI 2007 | 2015-05-26T15: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);