products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_161N679E7XN0"
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_0ZVKSK2E7QZG | CNT_1B0852SG2N80 | Stay By My Side After the Rain CNT_161N679E7XN0 | CNT_161N679E7XN0 | 2 | 1 | 1 | Volume 4 | [] | Stay By My Side After the Rain Vol. 4 | After vowing to spend the rest of their lives together, Kanade plans to celebrate Mashiro's birthday with a surprise, but things don't exactly go to plan. How will Kanade react when Mashiro does something that really ticks him off? Is their first trip away together destined for stormy weather? | CLOUDS ON THE HORIZON | 01KGBVPZ48G5BCRZTMDFEC7VDT | 4.0 | 2025-08-12T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | Stay By My Side After the Rain Vol. 4 | © 2024 Shoko Rakuta | 2025-10-07T07:00:00.000Z | 0 | 0 | ||||
| PRD_185PHBEFRJQ0 | CNT_2SPTWCR5J3V0 | Stay By My Side After the Rain CNT_161N679E7XN0 | CNT_161N679E7XN0 | 2 | 1 | 1 | Volume 2 | [] | Stay By My Side After the Rain Vol. 2 | Despite Kanade's awkward timidity, he and Mashiro have begun dating! Every day they spend together is new and exciting--and just a little bittersweet. When Mashiro's mother pays an unexpected visit, it becomes clear that Mashiro has been hiding something... | LOVE WEATHERS EVERY STORM | 01KGBBCTMP8XRM8SK3Y3HW17BF | 2.0 | 2024-09-19T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | Stay By My Side After the Rain Vol. 2 | © 2020 Shoko Rakuta | 2024-10-22T07:00:00.000Z | 0 | 0 | ||||
| PRD_243203DSGP60 | CNT_267PDAFRYS3G | Stay By My Side After the Rain CNT_161N679E7XN0 | CNT_161N679E7XN0 | 2 | 1 | 1 | Volume 1 | [] | Stay By My Side After the Rain Vol. 1 | Kanade feels like he's living under a constant storm cloud with his unfulfilled life. Stuck working a typical office job and keeping himself closeted, he's convinced there will be no sunny days ahead. But those monotonous days are suddenly interrupted when he reunites with Mashiro, an old classmate he harbored hidden feelings for! Finally, Kanade has found a bit of sunshine in his gray, dreary life with Mashiro's arrival. With a chance to get to know each other again, could this be Kanade's second chance to find love with the one who got away? | In this romantic Boys' Love manga, sparks fly when a salaryman who's given up on love reunites with his crush from high school. | 01KGB9TND6P8KD9XC6W241GXPN | 1.0 | 2024-05-21T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | Stay By My Side After the Rain Vol. 1 | © 2020 Shoko Rakuta | 2024-06-25T07:00:00.000Z | 0 | 0 | ||||
| PRD_24J9TXYJXPCG | CNT_0YKEYEQV4EYG | Stay By My Side After the Rain CNT_161N679E7XN0 | CNT_161N679E7XN0 | 2 | 1 | 1 | Volume 3 | [] | Stay By My Side After the Rain Vol. 3 | Kanade and Mashiro have finally moved in together! Just as they're settling into the sunny haze of their new two-person life, it becomes apparent that Kanade's been hiding things from his family. Add a trip back home into the mix, and there's no telling how the weather might turn... | SUNNY WITH A CHANCE OF RAIN | 01KG9RAR7A2KESTWRAK8DYN9FY | 3.0 | 2025-01-06T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | Stay By My Side After the Rain Vol. 3 | © 2022 Shoko Rakuta | 2025-02-11T08: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);