products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_3463JSSEJ04G"
This data as json, CSV (advanced)
Suggested facets: geoblock_id, 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_0A64Y0WBB83G | CNT_2HMTCFQS6BSG | I'm the Villainess, So I'm Taming the Final Boss CNT_3463JSSEJ04G | CNT_3463JSSEJ04G | 2 | 1 | 1 | Volume 4 | [] | I'm the Villainess, So I'm Taming the Final Boss, Vol. 4 | Win the d’Autriche family’s approval at all costs!Through the twists and turns, Aileen d’Autriche has successfully evaded the flags for a bad ending and is ready for her happily ever after. But the story isn’t over yet! Come join the couple and their friends through their latest shenanigans in these bonus stories and extras from the author! | 01KGBAZKRYGC9D88SJK7P7AACP | 4.0 | 2024-06-18T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | I'm the Villainess, So I'm Taming the Final Boss, Vol. 4 | 2024-11-19T08:00:00.000Z | 0 | 0 | ||||||
| PRD_0NKXTVJTQYFG | CNT_2TK9Y4PT9KMG | I'm the Villainess, So I'm Taming the Final Boss CNT_3463JSSEJ04G | CNT_3463JSSEJ04G | 2 | 1 | 1 | Volume 3 | [] | I'm the Villainess, So I'm Taming the Final Boss, Vol. 3 | It’s the final countdown to the end of the game and Lilia’s determined to get things back on track—but while a happy ending may be at stake for the heroine, it’s a matter of life and death for the villainess! Will the powers and schemes of the Maid of the Sacred Sword prove too much for Aileen, or will she be able to emerge victorious? | 01KGADBQCJ3VJ5FQ913N46Z4FR | 3.0 | 2022-01-18T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | I'm the Villainess, So I'm Taming the Final Boss, Vol. 3 | 2022-03-01T00:00:00.000Z | 0 | 0 | ||||||
| PRD_29QF21GGSV0G | CNT_2Q674KH7NFF0 | I'm the Villainess, So I'm Taming the Final Boss CNT_3463JSSEJ04G | CNT_3463JSSEJ04G | 2 | 1 | 1 | Volume 1 | [] | I'm the Villainess, So I'm Taming the Final Boss, Vol. 1 | Avoid the bad ending at all costs! When her fiancé breaks up with her in front of the entire student body, noblewoman Aileen d’Autriche is devastated-or she would have been, if that wasn’t also the exact moment memories of her past life came crashing back! Turns out, she’s been reborn as the villainess of a dating sim…and according to the story, she’s slated to die at the hands of the demon king in three months! But Aileen’s already got a plan: Step one, get Demon King Claude to fall in love with her. Step two, live! | 01KG9FX3H6RB2BPT4AKAQJ5DV9 | 1.0 | 2021-07-27T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | I'm the Villainess, So I'm Taming the Final Boss, Vol. 1 | 2021-10-26T07:00:00.000Z | 0 | 0 | ||||||
| PRD_3FHQSQ86T85G | CNT_2EN72YSGAWA0 | I'm the Villainess, So I'm Taming the Final Boss CNT_3463JSSEJ04G | CNT_3463JSSEJ04G | 2 | 1 | 1 | Volume 2 | [] | I'm the Villainess, So I'm Taming the Final Boss, Vol. 2 | Change the storyline at all costs! Armed with memories of her past life, Aileen d’Autriche is dodging the flags for a bad ending like a pro. With talented lackeys partners at her disposal, plenty of demons to bribe for information, and a new business plan to exploit the rich, things are going smoothly…But how is one to deal with a problem they have no prior knowledge of? Turns out, Aileen isn’t the only one with memories of a past life, and between both of their meddling, there’s no telling where the story is headed now! | 01KG9H36Z0TK3N7JCKGFEM40S9 | 2.0 | 2021-09-16T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | I'm the Villainess, So I'm Taming the Final Boss, Vol. 2 | 2021-11-30T08: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);