products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_13PWVDTVMN60"
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_0DWJ6W251QNG | CNT_1CHTCDCDAZSG | I'm a fallen heiress, but now I'm the hot and cold knight's fake girlfriend! CNT_13PWVDTVMN60 | CNT_13PWVDTVMN60 | 2 | 1 | 1 | Volume 2 | [] | I'm a fallen heiress, but now I'm the hot and cold knight's fake girlfriend!, Volume 2 | To catch the swindler that caused her fall from grace, Rimmel pretends to be the girlfriend of her childhood friend and knight, Hewitt. She starts living with him and joining in on the investigation. The two of them cautiously approach the swindler, but things don't really go according to plan. In a panic, Rimmel makes a drastic choice...! But, because of that, the two raise suspicion and have to escape to an inn together... Then, suddenly, Hewitt starts acting strange...?! He even ends up confessing to Rimmel that he "wants to be with her"—?! | 01KG78P142HDBK0KM0275F191J | 2.0 | 2025-12-05T08:00:00.000Z | Shusuisha LAB_0B1J4FVE44N0 | GEO_1PKAG51AEAQG | I'm a fallen heiress, but now I'm the hot and cold knight's fake girlfriend!, Volume 2 | (C)Poni/Machibari/SHUSUISHA ORIGINAL | 2025-12-12T08:00:00.000Z | 0 | 0 | |||||
| PRD_1XD0HB16KAC0 | CNT_1EQC6YGY1D50 | I'm a fallen heiress, but now I'm the hot and cold knight's fake girlfriend! CNT_13PWVDTVMN60 | CNT_13PWVDTVMN60 | 2 | 1 | 1 | Volume 1 | [] | I'm a fallen heiress, but now I'm the hot and cold knight's fake girlfriend!, Volume 1 | "Who would ever worry about you?!"Rimmel used to be a noble, but after her family lost everything, she now lives as a commoner and works at a bar. Her childhood friend Hewitt, the heir to the Count Stan family, often visits, but only to make sarcastic comments. Ever since Hewitt declared he wanted to become a knight at age twelve, they've grown apart.Rimmel thinks Hewitt is coming to the bar just to see Heather, the baron's daughter who helps run the bar and is popular with the customers. One day, Rimel spots the swindler who ruined her family's life.She asks Hewitt for help, but the man escapes. Later, the knights ask Rimmel to help with their investigation, by pretending to be Hewitt's lover to lure the criminal out. Now, caught up in something much bigger than she expected, Rimmel must face the past she tried to leave behind. | 01KGBQXB8SZJJ7512MX6152TZ4 | 1.0 | 2025-06-27T07:00:00.000Z | Shusuisha LAB_0B1J4FVE44N0 | GEO_1PQM5BDYSMG0 | I'm a fallen heiress, but now I'm the hot and cold knight's fake girlfriend!, Volume 1 | (C)Poni/Machibari/SHUSUISHA ORIGINAL | 2025-07-08T07: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);