products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_2NS2A3GBPQZ0"
This data as json, CSV (advanced)
Suggested facets: copyright, 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_0SG2N8Y14WYG | CNT_2VV5FQKVD7EG | I Can't Stand Being Your Childhood Friend CNT_2NS2A3GBPQZ0 | CNT_2NS2A3GBPQZ0 | 2 | 1 | 1 | Volume 3 | [] | I Can't Stand Being Your Childhood Friend Vol. 3 | Childhood friends Aoi and Ryota have finally gotten together and even told their mothers about their relationship, strengthening their bond more than ever! However, new jobs mean less time together, and despite his best efforts, Ryota just can't acclimate to the real estate firm he joined. On the other hand, Aoi won't admit how lonely he feels for fear of sabotaging all his boyfriend's hard work. Can these two find the right work-life balance that leads them back to each other? | GROWING APART TO GROW CLOSER TOGETHER | 01KNKHQDV14P7TBGSWQP7M64D5 | 3.0 | 2026-04-07T08:35:10.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | I Can't Stand Being Your Childhood Friend Vol. 3 | ©AN MOMOSE 2022 | 2026-06-09T07:00:00.000Z | 0 | 0 | ||||
| PRD_3DXFQRT04E00 | CNT_368VRVWSEQE0 | I Can't Stand Being Your Childhood Friend CNT_2NS2A3GBPQZ0 | CNT_2NS2A3GBPQZ0 | 2 | 1 | 1 | Volume 2 | [] | I Can't Stand Being Your Childhood Friend Vol. 2 | Aoi's childhood friend, Ryota, finally revealed his long-held feelings, and after many twists and turns, the two of them are now a couple! Dating your roommate sure has its perks when it comes to starting a new relationship, but as job hunting season looms, Ryota--whose world has always revolved around Aoi--struggling to choose the right path. And as if that wasn't bad enough, Aoi's sister catches the two of them kissing! | AFTER LONG YEARS OF FRIENDSHIP, OPPOSITES FINALLY ATTRACT! | 01KH2TWW289Q03B0Q624XZQ10Z | 2.0 | 2025-11-28T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | I Can't Stand Being Your Childhood Friend Vol. 2 | ©AN MOMOSE 2022 | 2026-02-10T08:00:00.000Z | 0 | 0 | ||||
| PRD_3YFT67FCX36G | CNT_3JER8ESCF1H0 | I Can't Stand Being Your Childhood Friend CNT_2NS2A3GBPQZ0 | CNT_2NS2A3GBPQZ0 | 2 | 1 | 1 | Volume 1 | [] | I Can't Stand Being Your Childhood Friend Vol. 1 | Aoi and Ryota have been friends for as long as they can remember, so when it comes time to head off to college, it only makes sense for them to room together. Practically joined at the hip, they are convinced that their relationship will stay the same forever...until one day, Aoi wakes up to find Ryota leaning in to kiss him! Now Aoi must unpack this bewildering development, but he just can't seem to forget Ryota's touch... | Two best friends (and roommates!) realize their bond was deeper than they ever imagined in this brand-new BL romance! | 01KGBVB1673A0D8ZAGC5BG6P2J | 1.0 | 2025-09-08T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | I Can't Stand Being Your Childhood Friend Vol. 1 | ©AN MOMOSE 2021 | 2025-10-14T07: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);