products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_03T2V3G0Y3W0"
This data as json, CSV (advanced)
Suggested facets: copyright, 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_12T2YSGKDPNG | CNT_2NTWCB78GC00 | My Next Life as a Villainess Side Story: On the Verge of Doom! CNT_03T2V3G0Y3W0 | CNT_03T2V3G0Y3W0 | 2 | 1 | 1 | Volume 2 | [] | My Next Life as a Villainess Side Story: On the Verge of Doom! Vol. 2 | As Katarina strives to avoid her imminent demise, she gradually begins to confide in the people around her. But with the sudden appearance of her adoptive brother, Keith--one of the possible agents of her destruction--things have taken a turn for the awkward. Katarina tries to get along with Keith, but his deep emotional scars leave her at a loss. If he abandons hope, could this spell doom for her after all? | COUNTDOWN TO DOWNFALL! | 01KGAEXMNC7A58P7PBX589TSCG | 2.0 | 2022-03-10T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | My Next Life as a Villainess Side Story: On the Verge of Doom! Vol. 2 | 2021 nishi / Nami Hidaka / Satoru Yamaguchi | 2022-03-29T07:00:00.000Z | 0 | 0 | ||||
| PRD_16FZBP2982SG | CNT_2MYAFKA2EFC0 | My Next Life as a Villainess Side Story: On the Verge of Doom! CNT_03T2V3G0Y3W0 | CNT_03T2V3G0Y3W0 | 2 | 1 | 1 | Volume 3 | [] | My Next Life as a Villainess Side Story: On the Verge of Doom!Vol. 3 | Just when Katarina thinks she's avoided all possible Bad Endings by befriending everyone in school, she faces a condemnation event! Every single evil deed she committed (before she regained the memories of her previous life) has been brought to light! What will become of the new Katarina as she reckons with the sins of her villainous past? | TRIAL BY FIRE! | 01KGAJP9MTAPZ1PAY03F7FSSK6 | 3.0 | 2022-09-15T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | My Next Life as a Villainess Side Story: On the Verge of Doom!Vol. 3 | 2021 nishi / Nami Hidaka / Satoru Yamaguchi | 2022-11-08T08:00:00.000Z | 0 | 0 | ||||
| PRD_182Q47NH5WG0 | CNT_3TVM2RW4F0K0 | My Next Life as a Villainess Side Story: On the Verge of Doom! CNT_03T2V3G0Y3W0 | CNT_03T2V3G0Y3W0 | 2 | 1 | 1 | Volume 1 | [] | My Next Life as a Villainess Side Story: On the Verge of Doom! Vol. 1 | A high school girl is stunned to find herself reincarnated as the conniving villainess from her favorite dating sim game...but something's off! What if, when Katarina Claes was reincarnated into Fortune Lover from the original series, she didn't regain the memories of her past life until she was fifteen? With less than a year to go before her destruction, Katarina must find a way to avoid all possible bad endings! | Next Life Speedrun! | 01KGADE8N2HVPJ099VRDZ2NZGX | 1.0 | 2021-11-26T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | My Next Life as a Villainess Side Story: On the Verge of Doom! Vol. 1 | 2020 nishi / Nami Hidaka / Satoru Yamaguchi | 2021-12-28T08: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);