products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_0R2PBX75A8Z0"
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_04SMY449ZXJ0 | CNT_3M6KNZ1V10YG | ID:Invaded #Brake-Broken CNT_0R2PBX75A8Z0 | CNT_0R2PBX75A8Z0 | 2 | 1 | 1 | Volume 2 | [] | ID:Invaded #Brake-Broken, Vol. 2 | The bizarre serial killer who crashes her victims’ cars while riding inside them strikes again-only this time, her target is one of the field analysts pursuing her! And just as the Wakumusubi stolen off this latest victim picks up a fresh drive to kill, Hondoumachi takes a turn diving into the murderer’s deadly psyche, leaving Narihisago free to investigate this new id well. What awaits him there is something he should never lay eyes on, and the experience may push him past his breaking point... | 01KG9FRFNPSC5NAB54SP3DX5PK | 2.0 | 2021-07-27T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | ID:Invaded #Brake-Broken, Vol. 2 | 2021-08-10T07:00:00.000Z | 0 | 0 | ||||||
| PRD_1RMKNJAKVEB0 | CNT_03NJ0T6VRJX0 | ID:Invaded #Brake-Broken CNT_0R2PBX75A8Z0 | CNT_0R2PBX75A8Z0 | 2 | 1 | 1 | Volume 1 | [] | ID:Invaded #Brake-Broken, Vol. 1 | When I open my eyes, I find myself in an unfamiliar car, in an unfamiliar town, in front of the on-ramp to an unfamiliar highway. Before I can process any of this, I see the fiery explosions of multiple car crashes in the distance, and without thinking, I stomp on the accelerator and race toward the scene. I soon find that I’ve driven straight into hell at full speed with no brakes, just like everyone around me...! In the midst of this insanity, I discover the corpse of a girl, and suddenly I know-I am the brilliant detective. And I must solve the mystery of her death. | 01KG9E2XPJFYXDV918CJ735NMC | 1.0 | 2021-01-28T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | ID:Invaded #Brake-Broken, Vol. 1 | 2021-02-23T08:00:00.000Z | 0 | 0 | ||||||
| PRD_2W6EMZ5RPPE0 | CNT_20AMEK46JAJG | ID:Invaded #Brake-Broken CNT_0R2PBX75A8Z0 | CNT_0R2PBX75A8Z0 | 2 | 1 | 1 | Volume 3 | [] | ID:Invaded #Brake-Broken, Vol. 3 | Not only has a Wakumusubi been stolen from the Kura, but now a mysterious group of masked men has abducted the “suicide princess,” Mana Tsurumi, from their custody too! As the sheer scale of this real-world conspiracy begins to take shape, a new brilliant detective is born within an id well. Will the hint they provide lodge deeply enough in Narihisago’s subconscious for his Sakaido persona to bring the truth of Tsurumi’s well to light?! | 01KG9HC7D75C33C6C8EXAF1BF0 | 3.0 | 2021-10-27T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | ID:Invaded #Brake-Broken, Vol. 3 | 2021-11-23T08: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);