products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_2BGX04QBME30"
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_0YF29RFT6V8G | CNT_143CNK6NB9Z0 | Notes of Springtide CNT_2BGX04QBME30 | CNT_2BGX04QBME30 | 2 | 1 | 1 | Volume 2 ~14 and 16~ | [] | Notes of Springtide (2) ~14 and 16~ | “I want to keep watching you grow”... With the start of a new school year, Haruka starts high school and Shu starts his second year of junior high. It has been a year since Shu said he had something to tell Haruka once he had grown to the same height as him. The height difference is narrowing, and they are getting closer step by step... The second volume of the lovely pure boys’ love story. | 01KGBTTPSX5P0VCBFXMZ8PXDSS | 2.0 | 2025-08-19T07:00:00.000Z | TAKESHOBO LAB_2YE29WN5APKG | GEO_1PQM5BDYSMG0 | Notes of Springtide (2) ~14 and 16~ | (C) Kou Toriya / TAKESHOBO | 2025-08-22T07:00:00.000Z | 0 | 0 | |||||
| PRD_1R7YCNAC9NTG | CNT_3P729WQAYQFG | Notes of Springtide CNT_2BGX04QBME30 | CNT_2BGX04QBME30 | 2 | 1 | 1 | Volume 1 | [] | Notes of Springtide (1) | Haruka Wakamatsu, a third-year Junior high school student, meets a freshman from the same school at the station. He is wearing an oversized uniform, and well asleep on the bench. Haruka is a caring person, so he cannot leave the bottom of the student’s trousers dragging and getting damaged. He tries to roll them up... This is how he becomes acquainted with Shu Hachiya. Gradually, the two boys begin to fall for each other. This is a pure boys’ love story, the first of a three-volume series. | 01KGBSHCBB2F99FKEC4DYRKMEH | 1.0 | 2025-08-05T07:00:00.000Z | TAKESHOBO LAB_2YE29WN5APKG | GEO_1PQM5BDYSMG0 | Notes of Springtide (1) | (C) Kou Toriya / TAKESHOBO | 2025-08-08T07:00:00.000Z | 0 | 0 | |||||
| PRD_3KRCFPXZYKRG | CNT_3ZMRY4D6GHF0 | Notes of Springtide CNT_2BGX04QBME30 | CNT_2BGX04QBME30 | 2 | 1 | 1 | Volume 3 ~With You, in Full Bloom~ | [] | Notes of Springtide (3) ~With You, in Full Bloom~ | Haruka is now in his second year of high school and Shu is in his third and final year of junior high school. Haruka, considering his future profession, decides to study abroad. But he cannot tell this to Shu because Shu is busy preparing for his last baseball tournament in junior high school. The two boys think deeply of each other. And in their fourth spring, when the cherry blossoms are in full bloom, their heights are no longer different... The final volume of Notes of Springtide! | 01KGBV0A5SNR6X6QRT1Q5H7XMN | 3.0 | 2025-09-02T07:00:00.000Z | TAKESHOBO LAB_2YE29WN5APKG | GEO_1PQM5BDYSMG0 | Notes of Springtide (3) ~With You, in Full Bloom~ | (C) Kou Toriya / TAKESHOBO | 2025-09-05T07: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);