products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_01QP5PKX4D7G"
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_10AN0RJ5DGG0 | CNT_08VJ7DNX3D6G | Battle Divas CNT_01QP5PKX4D7G | CNT_01QP5PKX4D7G | 2 | 2 | 1 | Volume 3 | [] | Battle Divas: Volume 3 | Hardly any time has passed since the battle against Eshantel, and King Alnoa's plan to seal the Demon King away once more is coming along perfectly. That is, until he receives an unexpected visitor named Luna, who is a Diva, a princess of Distania...and also Al's former bride-to-be! With her arrival, the Divas break out into an all-out battle for the young king's hand in marriage! | King Alnoa's plan to seal the Demon King away once more is coming along perfectly. That is, until the arrival of Luna—a Diva, a princess, and also Al's former bride to be! | 01KGB25TMRT9PX1RPAFZ1CZ7E7 | 3.0 | 2022-10-20T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | Battle Divas: Volume 3 | Copyright © Kouka Kishine Illustrations Copyright © Nekonabeao | 2022-10-21T07:00:00.000Z | 0 | 0 | ||||
| PRD_2HJ4DV90JH6G | CNT_1B26S7CGSYQ0 | Battle Divas CNT_01QP5PKX4D7G | CNT_01QP5PKX4D7G | 2 | 2 | 1 | Volume 2 | [] | Battle Divas: Volume 2 | After his battle with the Empire, Alnoa sets his mind to learning more about the mysterious Demon King. He resorts to summoning the succubus Lilicia for information, and she has a surprising secret to share with him. According to her, Al needs to perform the so-called "Heavenly Surge" with all seven divas in order to renew the seal keeping the Demon King at bay. If he fails, there will be cataclysmic consequences. But unfortunately, Feena—the only Diva he can make it to in time—is dead set on avoiding him! | Alnoa's on a quest to perform Heavenly Surge with all seven Divas in order to keep the fearsome Demon King sealed away! | 01KGB22JCT9B84BZY781G81S4X | 2.0 | 2022-09-29T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | Battle Divas: Volume 2 | Copyright © Kouka Kishine Illustrations Copyright © Nekonabeao | 2022-09-30T07:00:00.000Z | 0 | 0 | ||||
| PRD_303T9CBS7M4G | CNT_0SR34FD2P1H0 | Battle Divas CNT_01QP5PKX4D7G | CNT_01QP5PKX4D7G | 2 | 2 | 1 | Volume 1 | [] | Battle Divas: Volume 1 | Once upon a time our world was saved by the Valkyrie, a goddess who graced the battlefield with her immense beauty and power. Many years later, the evil Demon King remains sealed away, and the girls who inherited the Valkyrie's powers are revered by the people as "Divas." In the present day, a young king named Alnoa returns home after defending his country from an invasion to shocking news: two Diva princesses have each offered their hand in marriage to him! Knowing that a single misstep could be political suicide, Alnoa diplomatically offers to meet them both one month apart...yet when he heads to the castle gates to greet his first potential wife, he finds that they've arrived at the same time! | King Alnoa returns home from battle to shocking news—two descendents of the goddess who once saved the world want to marry him! | 01KGAK1E47EBF45JWPA29VN3WY | 1.0 | 2022-09-20T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | Battle Divas: Volume 1 | Copyright © Kouka Kishine Illustrations Copyright © Nekonabeao | 2022-09-21T07: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);