products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_32G7NC40QA60"
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_05R6PGFJRN10 | CNT_3QZC1DEKXQV0 | Grand Sumo Villainess CNT_32G7NC40QA60 | CNT_32G7NC40QA60 | 2 | 2 | 1 | Z | [] | Grand Sumo Villainess Z | Two years after the rebellion in Aryaka, yokozuna Floortje and her beloved Crown Prince Richie are on a goodwill visit to the neighboring Elven Forest Republic. It only feels too familiar to our heroine when another rebellion begins with her at ground zero—this time, one led by the elven chancellor Mickaël who has seized power in the nation. On their own, some puny elves wouldn't even make her break a sweat—but it turns out they were foolish enough to forge an alliance with the Demon Lord and his army trained in Dark Sumo, allowing them to roam free in elven towns and forests. Floortje and the prince are forced to make an escape for the time being, with their new ferocious opponents hot on their heels. Coming face-to-face on a yin-yang-shaped dohyō with monsters, led by mighty demons and empowered by their unique special abilities, will Floortje's sumo prevail once more? | When yokozuna Floortje and her beloved Crown Prince Richie visit the neighboring Elven Forest Republic, the start of a rebellion forces them to make an escape, with the elves' new allies—mighty demons and monsters—hot on their heels! | 01KGB6580X457XSBCEPH3PR2A9 | 2.0 | 2023-03-29T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | Grand Sumo Villainess Z | Copyright © 2022 Kawausoutan Illustrations by Murakami Yuichi | 2023-06-26T07:00:00.000Z | 0 | 0 | ||||
| PRD_2SA0PCHCVQP0 | CNT_3SYXA3AEE2P0 | Grand Sumo Villainess CNT_32G7NC40QA60 | CNT_32G7NC40QA60 | 2 | 2 | 1 | Grand Sumo Villainess | [] | Grand Sumo Villainess | When Floortje is reincarnated into the world of an otome game, things immediately go wrong. Her fiancé, Prince Jonas, breaks off their engagement, and the supposed protagonist, the Saint of Light Jaromíra, makes Floortje out to be the villainess. Little do they know, however, that Floortje was a sumo wrestler in her past life—and she won't let these weaklings stand in her way! After rescuing the cat-eared Prince Richie from the castle's dungeon, Floortje embarks on a journey with an ever-growing sumo stable to save the kingdom from the grips of the real villains, Prince Jonas and Saint Jaromíra. With the spirit of sumo—her most trustworthy ally—to guide her, she's ready for a smackdown! But why was she reincarnated into an otome game, and how did its protagonist turn evil in the first place? | Reincarnated into the world of an otome game, Floortje embarks on a journey to rescue her kingdom from peril with a cat-eared prince, her ditzy maid, an ever-growing stable of allies...and the spirit of sumo! | 01KGB2Y7QBXYXENSJR0EPDMPGC | 1.0 | 2022-11-25T08:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | Grand Sumo Villainess | Copyright © 2021 Kawausoutan Illustrations by Murakami Yuichi | 2023-02-27T08: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);