products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_2VM6TGB499JG"
This data as json, CSV (advanced)
Suggested facets: on_sale_at, 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_0SSDSN67Y8P0 | CNT_1GPYZW8209R0 | In My Second Life I Became Food For My Bias?! CNT_2VM6TGB499JG | CNT_2VM6TGB499JG | 2 | 1 | 1 | Volume 3 | [] | In My Second Life I Became Food For My Bias?!, Volume 3 | Why is it that my happiness is never returned? Before Fiona and her friends appear Isabelle, Gilbert's mother, whose gentle smile hides a heart consumed by hatred. Amidst the tension, Gilbert takes Fiona out into the city. On their very first date, the two share moments of joy and begin to grow closer in heart. Yet watching them from afar with a conflicted expression is Albert. The curse that haunts the Alexande family looms ever closer, threatening to shatter their fragile happiness. | 01KP2FGVDPCR6527KNCGG412DR | 3.0 | 2026-03-11T07:00:00.000Z | Shusuisha LAB_0B1J4FVE44N0 | GEO_1PQM5BDYSMG0 | In My Second Life I Became Food For My Bias?!, Volume 3 | (C)Kurakura/SHUSUISHA ORIGINAL | 2026-03-01T00:00:00.000Z | 0 | 0 | |||||
| PRD_2M9VF4KBQ230 | CNT_00PG08JE21D0 | In My Second Life I Became Food For My Bias?! CNT_2VM6TGB499JG | CNT_2VM6TGB499JG | 2 | 1 | 1 | Volume 2 | [] | In My Second Life I Became Food For My Bias?!, Volume 2 | "If this is the 'Gilbert Route' "At what should have been a joyous celebration, the true heroine, Maria, appears! Maria is not only Gilbert's childhood friend but also his former fiancée. This is a 'plot twist' Fiona had no knowledge of, as it wasn't part of the game! Events that shouldn't exist in the game's storyline are now unfolding. If Maria is the true heroine, then Gilbert is destined to be drawn to her... A deep unease settles in Fiona's heart. But for his sake... Wishing for each other's happiness, the two begin to drift apart... | 01KP2FGT5JR25DX3SQ06GNM7YG | 2.0 | 2025-06-08T07:00:00.000Z | Shusuisha LAB_0B1J4FVE44N0 | GEO_1PQM5BDYSMG0 | In My Second Life I Became Food For My Bias?!, Volume 2 | (C)Kurakura/SHUSUISHA ORIGINAL | 2026-03-01T00:00:00.000Z | 0 | 0 | |||||
| PRD_3N0M3FKT2MXG | CNT_3QNJEDR6AKS0 | In My Second Life I Became Food For My Bias?! CNT_2VM6TGB499JG | CNT_2VM6TGB499JG | 2 | 1 | 1 | Volume 1 | [] | In My Second Life I Became Food For My Bias?!, Volume 1 | "Only if you vow to keep this secret and continue serving me your blood as "food" for eternity..." Ruri, a weak and overworked office worker, finds solace in Gilbert, her favorite character from the otome game "Vampire Mansion." One morning, after pushing herself too hard, her co-workers find her collapsed at the office, and her body is already cold... However, when she awakens, she finds herself in the game world, and even meets Gilbert...! She has been reborn as Fiona, the fiancée who is destined to be killed by him! Fiona's struggle to avoid this fate and to be close to her beloved character begins. Over time, her feelings shift to wanting to save this man who has never been rewarded. Thus begins the story of the cursed vampire duke and the reborn side character. | 01KREBS2DVCYSTJNW16HBYA1WN | 1.0 | 2025-02-26T00:00:00.000Z | Shusuisha LAB_0B1J4FVE44N0 | GEO_1PQM5BDYSMG0 | In My Second Life I Became Food For My Bias?!, Volume 1 | (C)Kurakura/SHUSUISHA ORIGINAL | 2025-03-05T00: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);