products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_1B7FSZQS2HJ0"
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_0HSPXJVTTT50 | CNT_3WB9E4ZP4390 | Hide and Seek CNT_1B7FSZQS2HJ0 | CNT_1B7FSZQS2HJ0 | 2 | 1 | 1 | Volume 2 | [] | Hide and Seek, Vol. 2 | On a whim, shop owner Shuji Tanihara hooks up with reserved pediatrician Takafumi Saji. Shuji wasn't expecting much from the fling, but after seeing an unexpected side of the serious doctor while out on a date, Shuji finds himself becoming more attracted to the man. When Shuji accidentally sees Takafumi kissing someone else, he's surprised at how conflicted it makes him feel. To make matters worse, the doctor then tells Shuji that he won't be able to see him for a while! Will the relationship that started as a fling finally deepen into something more? | 01KGC1J18T2FC0PKBJGJQPPP8N | 2.0 | 2025-12-09T08:00:00.000Z | SuBLime LAB_128NRHG35NQG | GEO_1PQM5BDYSMG0 | Hide and Seek, Vol. 2 | HIMEGOTO ASOBI Volume 2 © Yaya Sakuragi 2013 | 2025-12-09T08:00:00.000Z | 0 | 0 | |||||
| PRD_1Q8W7G1G31K0 | CNT_3NKBNKRA6SK0 | Hide and Seek CNT_1B7FSZQS2HJ0 | CNT_1B7FSZQS2HJ0 | 2 | 1 | 1 | Volume 1 | [] | Hide and Seek, Vol. 1 | Shuji, a divorced single dad running a modest corner shop, has an easygoing attitude and an eye out for anything to break the boredom of his days. So when Saji, the serious, reserved pediatrician who's been coming into his store, suddenly declares that he's gay and wants to take Shuji home, Shuji goes along with it out of simple curiosity. He thought they'd just mess around, have some fun, and that would be that. But he gets a lot more than he bargained for in this story of opposites in love! | 01KGC0R6EV36TB0TW07287TQSZ | 1.0 | 2025-12-09T08:00:00.000Z | SuBLime LAB_128NRHG35NQG | GEO_1PQM5BDYSMG0 | Hide and Seek, Vol. 1 | HIMEGOTO ASOBI Volume 1 © Yaya Sakuragi 2012 | 2025-12-09T08:00:00.000Z | 0 | 0 | |||||
| PRD_2P6YPVAZRTMG | CNT_0W0FYDTTAJTG | Hide and Seek CNT_1B7FSZQS2HJ0 | CNT_1B7FSZQS2HJ0 | 2 | 1 | 1 | Volume 3 | [] | Hide and Seek, Vol. 3 | Local shop owner Shuji Tanihara and neighborhood pediatrician Takafumi Saji are in a relationship, and what began as a mere fling has turned into love. Little by little, Shuji has grown accustomed to the relationship, but he can't quite gauge how much he can open up to Takafumi, which troubles him. What will the future hold for these two men as they reach an important turning point in their lives? | 01KGC1J0J146FFEH2MJ4A07BGR | 3.0 | 2025-12-09T08:00:00.000Z | SuBLime LAB_128NRHG35NQG | GEO_1PQM5BDYSMG0 | Hide and Seek, Vol. 3 | HIMEGOTO ASOBI Volume 3 © Yaya Sakuragi 2014 | 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);