products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_2BAKS2CRD5N0"
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_1SWS4KHP38B0 | CNT_24XD0MWKH81G | I Got Reincarnated in a (BL) World of Big (Man) Boobs CNT_2BAKS2CRD5N0 | CNT_2BAKS2CRD5N0 | 2 | 1 | 1 | Volume 1 | [] | I Got Reincarnated in a (BL) World of Big (Man) Boobs 1 | Nagare Otokawa was an otaku loser obsessed with breasts. He tragically died never knowing the feel of the sweet, sweet bosoms he'd craved all his life. Little does he know, his wish is about to be granted in a way he never would have expected. Nagare gets reincarnated as a handsome guy and quickly realizes that he's living in a (BL) world full of sexy (male) beauties. Even so, he sets out to find and squeeze the bust of his dreams. He does, in fact, end up with his face planted deeply in some luscious cleavage, but to his dismay, it's the magnificent pecs of the super-muscular class delinquent, Ryuji Onizuka! Now Nagare must try to dodge his way past the barrage of BL scenarios that hurtle into his path. Will he persevere and get the busty girlfriend of his dreams, or will he end up falling for the all-man-yet temptingly bodacious-Ryuji? | 01KG9Q01T8XA42EWDB9PETBDH6 | 1.0 | 2024-02-22T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | I Got Reincarnated in a (BL) World of Big (Man) Boobs 1 | Tsukiji Nao/Kodansha Ltd. | 2024-03-05T08:00:00.000Z | 0 | 0 | |||||
| PRD_2T33Z1ZV351G | CNT_33CD7NHCHRVG | I Got Reincarnated in a (BL) World of Big (Man) Boobs CNT_2BAKS2CRD5N0 | CNT_2BAKS2CRD5N0 | 2 | 1 | 1 | Volume 2 | [] | I Got Reincarnated in a (BL) World of Big (Man) Boobs 2 | After his untimely demise, Otokawa continues to live his reborn life in this new BL world, trying to dodge any potential romances with the various hunks that surround him. But as a connoisseur of boobage, he can't help but be drawn to the enigmatic busty delinquent Onizuka. In order to avoid the looming BL route he takes drastic measures and confesses his feelings to the boobie beauty Sakura! The school festival kicks off and complicates things further with a dating event, the introduction of a new student council president, and performances with Ginga, Takanashi, and Yuto. On top of that, stay tuned for a theatrical edition of the testicular cutie Hamochin, heartfelt fujoshi talks between Sakura and her mother, and Otokawa and Onizuka's wedding?! | 01KGBC1B7JEBNYFKGQ8PR9GC5J | 2.0 | 2024-08-13T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | I Got Reincarnated in a (BL) World of Big (Man) Boobs 2 | Tsukiji Nao/Kodansha Ltd. | 2024-09-03T07: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);