products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_31J7X47TP0KG"
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_055CM5PASJCG | CNT_1FT83M345VJG | Escape Journey CNT_31J7X47TP0KG | CNT_31J7X47TP0KG | 2 | 1 | 1 | Volume 2 | [] | Escape Journey, Vol. 2 | It's been a few years, and Naoto and Taichi's relationship has been going smoothly, with the two growing and learning little by little. It's now their senior year in college, and Taichi decides to enter the school's Mr. S University pageant in hopes of winning the grand prize—a hot springs vacation for two! But just as their relationship appears to be free of drama, underclassman Kei Nishina tells Naoto he's spotted him kissing Taichi on campus. Will he out the closeted couple or keep their secret but for a price? | 01KGC1H0CQR7QAT3MVT0YSH6ZZ | 2.0 | 2025-12-09T08:00:00.000Z | SuBLime LAB_128NRHG35NQG | GEO_1PQM5BDYSMG0 | Escape Journey, Vol. 2 | © Ogeretsu Tanaka/libre | 2025-12-09T08:00:00.000Z | 0 | 0 | |||||
| PRD_09VZ7RGD5JKG | CNT_3F4537SCGTKG | Escape Journey CNT_31J7X47TP0KG | CNT_31J7X47TP0KG | 2 | 1 | 1 | Volume 1 | [] | Escape Journey, Vol. 1 | It's Naoto's first day of college, and the last person he expected to see was his high school ex Taichi, whom he'd dumped after a huge argument. Even though years have passed, Naoto finds he's still steamed over some of the harsh words that were exchanged, but he also recognizes how much Taichi has matured since then and can't help getting pulled back in. Will the discovery of his friend's crush on Taichi fray the fragile threads of this mending relationship? | 01KGC0R35A2DMA8J8752MEJ6XJ | 1.0 | 2025-12-09T08:00:00.000Z | SuBLime LAB_128NRHG35NQG | GEO_1PQM5BDYSMG0 | Escape Journey, Vol. 1 | © Ogeretsu Tanaka/libre | 2025-12-09T08:00:00.000Z | 0 | 0 | |||||
| PRD_24W43V75VKX0 | CNT_0C4HKK9ZZC10 | Escape Journey CNT_31J7X47TP0KG | CNT_31J7X47TP0KG | 2 | 1 | 1 | Volume 3 | [] | Escape Journey, Vol. 3 | Nao is hurting over his relationship with Taichi, and his new friend Nishina wants to help—but he ends up confessing his own feelings in the process! When two men are in love, the world can be a very callous place, and even friends and family sometimes hurt the ones they love. Can a couple like Taichi and Nao ever find true happiness? | 01KGC1H0WK14A13CX85V09W3QK | 3.0 | 2025-12-09T08:00:00.000Z | SuBLime LAB_128NRHG35NQG | GEO_1PQM5BDYSMG0 | Escape Journey, Vol. 3 | © Ogeretsu Tanaka/libre | 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);