products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_08KAZFDHFKBG"
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_0BAJE7GXSJE0 | CNT_0GWFZEEQATW0 | The Revenge of My Youth CNT_08KAZFDHFKBG | CNT_08KAZFDHFKBG | 2 | 1 | 1 | Volume 1 | [] | The Revenge of My Youth: Re Life with an Angelic Girl Volume 1 | Shin'ichiro Niihama works at a job he hates, for a company with no morals, under a boss who detests him. After years of corporate abuse, one day he collapses. He wakes, only to find—he's returned to his high school self! Reunited with his once lost mother, Shin'ichiro realizes he's leapt back in time. Given a second chance at high school, he vows to do things right this time. Most importantly, he must get close to the girl he always wished he knew better, Haruka Shijoin, to prevent the tragedy that awaits her! | 01KG9R813KJ5N30AS24B8B583Y | 1.0 | 2024-11-26T08:00:00.000Z | One Peace Books LAB_0KDKBQKJQBCG | GEO_1PQM5BDYSMG0 | The Revenge of My Youth Volume 1: Re Life with an Angelic Girl | 2025-01-21T08:00:00.000Z | 0 | 0 | ||||||
| PRD_0RW0BKR51W10 | CNT_2TJN6ST1BM1G | The Revenge of My Youth CNT_08KAZFDHFKBG | CNT_08KAZFDHFKBG | 2 | 1 | 1 | Volume 3 | [] | The Revenge of My Youth: Re Life with an Angelic Girl Volume 3 | Through the trials and tribulations of the school festival, Shin'ichiro has awakened to his feelings and forms a new resolve: To become a man worthy of Haruka Shijoin! Just then, a new rival appears: Mitsurugi, a man with aristocratic good looks and an aura of confidence. What's more, somehow the final exams have turned into a battle, with a spot beside Haruka on the line!? His opponent is none other than the top scorer on the midterms. Just how can Shin'ichiro come out on top this time? | 01KGBV723V5DS0QA2CY0336B18 | 3.0 | 2025-09-25T07:00:00.000Z | One Peace Books LAB_0KDKBQKJQBCG | GEO_1PQM5BDYSMG0 | The Revenge of My Youth: Re Life with an Angelic Girl Volume 3 | (c) Boiru Iseebi/Yuzi Keino/Tantan | 2025-11-11T08:00:00.000Z | 0 | 0 | |||||
| PRD_2YH8XJ2WBBXG | CNT_3T1285NDRA3G | The Revenge of My Youth CNT_08KAZFDHFKBG | CNT_08KAZFDHFKBG | 2 | 1 | 1 | Volume 2 | [] | The Revenge of My Youth: Re Life with an Angelic Girl Volume 2 | Bidding farewell to his old cowardice, Shin'ichiro takes a stand! With the help of Haruka's sudden change he manages to bring the drawling meeting to a close. But the real battle has just begun! From piled-on responsibilities and a growing mountain of tasks, to the inaction of his unruly classmates, Shin'ichiro faces it all, and even – a love letter? Through all these trials and tribulations, the festival day arrives — Will Shin'ichiro be able to restore Haruka's smile? | 01KGBNNX2S2HPY3Y6D6YJC8NS4 | 2.0 | 2025-05-22T07:00:00.000Z | One Peace Books LAB_0KDKBQKJQBCG | GEO_1PQM5BDYSMG0 | The Revenge of My Youth Volume 2 | (c) Boiru Iseebi / Yuzi Keino / Tantan | 2025-06-10T07: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);