products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_0R10QB0MQAZG"
This data as json, CSV (advanced)
Suggested facets: geoblock_id, 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_29YSW6Z97AY0 | CNT_1R0TCQ8WTEA0 | King of the Labyrinth CNT_0R10QB0MQAZG | CNT_0R10QB0MQAZG | 2 | 2 | 1 | Volume 1 | [] | King of the Labyrinth, Vol. 1 | Within the tenth-floor boss room of the Sazardon Labyrinth, the mighty minotaur awakens once more. Unlike its predecessors, slain at the hands of treasure-seeking adventurers, this monster’s primal urges push it further than ever before. Kill. Consume. Grow stronger. The more powerful its opponent, the more powerful it becomes. Even the very rules of the labyrinth seem to bend to its indomitable will. Can none triumph against this bovine behemoth? Will the minotaur ever meet its match…? | 01KG9CGKJY85M2H6H2YV7V40TK | 1.0 | 2020-12-16T08:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1PKAG51AEAQG | King of the Labyrinth, Vol. 1 | 2021-01-19T08:00:00.000Z | 0 | 0 | ||||||
| PRD_2KNNWNYAHHSG | CNT_337P319ZMBM0 | King of the Labyrinth CNT_0R10QB0MQAZG | CNT_0R10QB0MQAZG | 2 | 2 | 1 | Volume 2 | [] | King of the Labyrinth, Vol. 2 | Panzel had been one blow away from bringing an end to the minotaur’s reign, but an unexpected development put their contest on hold. Regretfully, he had to put the Sazardon Labyrinth behind him in order to save House Mercurius and the rest of the kingdom from a developing crisis. Many years have passed since then. Deep within the final boss room, the minotaur yet lives, sharpening its skills by fighting deadly monsters and the occasional human challenger. Up on the surface, a boy from House Mercurius embarks on his own journey of self-improvement. He travels to distant lands, including snow-covered mountains and ocean temples; faces untold perils; and forges many relationships. His every experience contributes to his ultimate goal of fulfilling his father’s legacy. The boy’s name is Zara, and he is the son of the hero, Panzel. | 01KG9E0N5QFJB49YT1WRDFGWK1 | 2.0 | 2021-03-26T07:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1PKAG51AEAQG | King of the Labyrinth, Vol. 2 | 2021-04-27T07:00:00.000Z | 0 | 0 | ||||||
| PRD_3FY3J2N43HAG | CNT_0RKJZXM10P9G | King of the Labyrinth CNT_0R10QB0MQAZG | CNT_0R10QB0MQAZG | 2 | 2 | 1 | Volume 3 | [] | King of the Labyrinth, Vol. 3 | To defeat the minotaur known far and wide as the King of the Labyrinth, Zara, the son of the hero Panzel, embarked on a journey of self-improvement. Over<BR />the course of his travels, he met many influential figures—including a daughter of the mountains, a lamia, and a shrine maiden—with each encounter contributing immensely to his growth. On the latest leg of his trip, he meets a knight in red armor named Laura. But shortly after Zara joins her party, the knight’s hometown falls victim to a bloody siege. With many lifechanging adventures behind him, Zara returns to the Sazardon Labyrinth…but will his newfound strength and experience prove sufficient for him to emerge with the minotaur’s head? | 01KGADBPN599GRWJZ61K277K37 | 3.0 | 2022-01-18T08:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1GPSER10N8P0 | King of the Labyrinth, Vol. 3 | 2022-03-08T00: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);