products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_0NFCRQPVB47G"
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_2QMNPR8AJHEG | CNT_3DYCSSHC6TGG | Starting with a Kiss CNT_0NFCRQPVB47G | CNT_0NFCRQPVB47G | 2 | 1 | 1 | Volume 1 | [] | Starting with a Kiss, Vol. 1 | Tohru, the son of a yakuza boss, is sent into exile on a deserted island for his own protection during a gang feud. Fiery and impetuous, he isn't thrilled to be sidelined when he'd rather be in the fight, and is even less thrilled that Mutsumi, son of the gang's second in command, is going with him. The serious, studious Mutsumi is Tohru's opposite in every way, and it doesn't take long before the sparks between them begin to fly! | 01KGC0H6Z38PRPY2AEBQA3A8F6 | 1.0 | 2025-12-09T08:00:00.000Z | SuBLime LAB_128NRHG35NQG | GEO_1PQM5BDYSMG0 | Starting with a Kiss, Vol. 1 | © 2011 Youka Nitta /Libre Publishing | 2025-12-09T08:00:00.000Z | 0 | 0 | |||||
| PRD_3PH3D4MXYSNG | CNT_13VJ5PNQXHSG | Starting with a Kiss CNT_0NFCRQPVB47G | CNT_0NFCRQPVB47G | 2 | 1 | 1 | Volume 2 | [] | Starting with a Kiss, Vol. 2 | As Tohru and Mutsumi continue their secret affair, Tohru realizes the more they sleep together the more he gives in to the pleasure. And not wanting his lover to play the field, Mutsumi goes out of his way to keep Tohru satisfied. Unfortunately for these two, the very last person they'd want finding out about their secret relationship does. Enraged that Mutsumi would dare lay a hand on his precious charge, Domoto kidnaps Mutsumi with bloody retribution in mind! | 01KGC1MQZR8ZT31ZG9TREJ709Y | 2.0 | 2025-12-09T08:00:00.000Z | SuBLime LAB_128NRHG35NQG | GEO_1PQM5BDYSMG0 | Starting with a Kiss, Vol. 2 | © 2011 Youka Nitta /Libre Publishing | 2025-12-09T08:00:00.000Z | 0 | 0 | |||||
| PRD_3PNXN5W95QV0 | CNT_2ZC2XHQKFFV0 | Starting with a Kiss CNT_0NFCRQPVB47G | CNT_0NFCRQPVB47G | 2 | 1 | 1 | Volume 3 | [] | Starting with a Kiss, Vol. 3 | After learning that Mutsumi has been taken by the Hokusai Gang, Tohru rushes to the wrong location to free him. Tohru is known for his beauty, and the thugs guarding the Hokusai office are quick to notice. Not wanting to rely on his father's name, Tohru doesn't reveal who he is, and with nothing to stop them, the lusty thugs quickly descend on him. When Mutsumi finally arrives to find Tohru nearly defiled, he flies into a rage and pulls out a gun! But how far will he go to save the man he loves? | 01KGC1M3F59349P2P2W552NC5M | 3.0 | 2025-12-09T08:00:00.000Z | SuBLime LAB_128NRHG35NQG | GEO_1PQM5BDYSMG0 | Starting with a Kiss, Vol. 3 | © 2011 Youka Nitta /Libre Publishing | 2025-12-09T08: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);