products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_1GSDK2V2MK70"
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_188TPJBP451G | CNT_2JDMN3E134T0 | My First Love's Kiss CNT_1GSDK2V2MK70 | CNT_1GSDK2V2MK70 | 2 | 2 | 1 | Volume 1 | [] | My First Love's Kiss, Vol. 1 | Why did I have to fall in love with my roommate? Takasora Hoshi’s life is upended when her schoolmate Umi Mizuike and her mother temporarily move into her family’s cramped apartment. From the outset of this arrangement, Takasora is annoyed by Umi’s behavior…and her good looks. Though the two girls initially agree to avoid interfering in each other’s lives, Takasora can’t help but start to wonder where Umi keeps wandering off to at night…From the author of Adachi and Shimamura comes the bittersweet tale of two high school girls whose lives are pushed together under the same roof. | 01KGB00ZMD4AEA0GR5JF59JE2F | 1.0 | 2024-02-27T08:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1PQM5BDYSMG0 | My First Love's Kiss, Vol. 1 | 2024-08-20T07:00:00.000Z | 0 | 0 | ||||||
| PRD_19D1F3SQECE0 | CNT_133R3SQDDZ50 | My First Love's Kiss CNT_1GSDK2V2MK70 | CNT_1GSDK2V2MK70 | 2 | 2 | 1 | Volume 3 | [] | My First Love's Kiss, Vol. 3 | Love conquers all—but which kind?Chiki Rikunaka, the twisted, kimono-wearing beauty and connoisseur of high school girls, has revealed her true identity. But Umi isn’t reeling from learning the truth about their relationship—if anything, her infatuation only grows. Was Takasora’s first love doomed from the start? Either way, this love triangle reaches its conclusion. | 01KGBG1F890FEWQYAYVNZ7WTQ3 | 3.0 | 2024-10-23T07:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1PQM5BDYSMG0 | My First Love's Kiss, Vol. 3 | 2025-05-06T07:00:00.000Z | 0 | 0 | ||||||
| PRD_37Y41YMY5B30 | CNT_337BAGVTGYS0 | My First Love's Kiss CNT_1GSDK2V2MK70 | CNT_1GSDK2V2MK70 | 2 | 2 | 1 | Volume 2 | [] | My First Love's Kiss, Vol. 2 | Ever since Umi Mizuike suddenly became her roommate, Takasora Hoshi can’t get her out of her head. Umi is quiet, beautiful, and probably Takasora’s first love. Unfortunately, Umi is already in a relationship of sorts, with an adult woman who pays her—and before Takasora can even process this, the woman invites her out to a hotel for a “girls’ night,” too. Could this get any worse? | 01KGBBVNBPMVV6VNKRFGXTJ2TJ | 2.0 | 2024-07-12T07:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1PQM5BDYSMG0 | My First Love's Kiss, Vol. 2 | 2024-12-10T08: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);