products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_128XWR4D21P0"
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_0JW3V5SA4GT0 | CNT_0EZFZ8R4MEWG | I Got Married to the Girl I Hate Most in Class CNT_128XWR4D21P0 | CNT_128XWR4D21P0 | 2 | 2 | 1 | Volume 2 | [] | I Got Married to the Girl I Hate Most in Class Vol. 2 | As their newlywed life slowly takes off, Saito and Akane close the gap between them inch by inch with breezy camaraderie, even conflict resolution. Still, their marriage remains one big secret at school. So, what's Akane to do when her best friend Himari tells Akane about her big crush on Saito? Help her, of course! Yet as Akane gathers intel on behalf of Himari, these sickly sweet feelings start to bubble up. Now what?! | SPRING AWAKENING | 01KH2WA4CY3JG7Z850XER8FMJJ | 2.0 | 2025-12-26T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | I Got Married to the Girl I Hate Most in Class Vol. 2 | ©Amano Seiju 2021 | 2026-02-19T08:00:00.000Z | 0 | 0 | ||||
| PRD_21S94BNXVKZG | CNT_25BPC9VVYH80 | I Got Married to the Girl I Hate Most in Class CNT_128XWR4D21P0 | CNT_128XWR4D21P0 | 2 | 2 | 1 | Volume 1 | [] | I Got Married to the Girl I Hate Most in Class Vol. 1 | Archenemies Hojou Saito and Sakuramori Akane have a notorious reputation as bitter rivals at their high school. Without fail, the two can be found bickering and arguing every day, making school their own personal battleground. But their relationship takes a drastic turn when Saito's domineering grandfather delivers a shocking ultimatum: marry his rival or lose the family business to the dog! Saito reluctantly accepts his fate, and to his complete surprise, Akane agrees without a fight. And just like that, they're a married couple! Now, these rivals-turned-newlyweds must navigate living under the same roof and sharing meals (and a bed!) all without tearing each other apart. Can they manage to live together in peace and keep their embarrassing circumstances a secret from their classmates? | The light novel that inspired a manga--also from Seven Seas--and an anime! What happens when you get hitched to your nemesis? One newlywed student couple must figure out how to live in harmony in this hilarious rom-com! | 01KGBV9XVSFR1QA6ZPN3T0KWBA | 1.0 | 2025-08-20T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | I Got Married to the Girl I Hate Most in Class Vol. 1 | ©Amano Seiju 2020 | 2025-11-06T08:00:00.000Z | 0 | 0 | ||||
| PRD_2VF0TWRDRRT0 | CNT_2WN3X4VT8C3G | I Got Married to the Girl I Hate Most in Class CNT_128XWR4D21P0 | CNT_128XWR4D21P0 | 2 | 2 | 1 | Volume 3 | [] | I Got Married to the Girl I Hate Most in Class Vol. 3 | Himari's got the hots for Saito, and a certain incident leaves Akane down in the dumps over her newfound married life. Saito's heart is also left shaken, and Saito offers Akane a peace offering in the form of a date. Akane and Saito head out on the town together for the first time as a couple and have a blast! Just as Akane starts to feel as if her and Saito's hearts are starting to burn as one, Saito douses the flames when she notices him sneaking around at his cousin Shisei's place. Is Akane's honeymoon bliss about to come to a screeching halt already...?! | TRAPPED IN (TWO?) LOVE TRIANGLES! | 01KRZ23HVGJX7F8248KJHA39JZ | 3.0 | 2026-05-19T02:44:12.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | I Got Married to the Girl I Hate Most in Class Vol. 3 | ©Amano Seiju 2021 | 2026-06-18T07: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);