products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_2Q3BC7268KE0"
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_031VXDE2W820 | CNT_0S4Z3W2WS3T0 | The Otherworlder, Exploring the Dungeon CNT_2Q3BC7268KE0 | CNT_2Q3BC7268KE0 | 2 | 2 | 1 | Volume 3 | [] | The Otherworlder, Exploring the Dungeon, Vol. 3 | Though the loss of Arvin and Zenobia still weighs heavy on their hearts, Souya and his remaining party members steel themselves to take on the dungeon once again. This time, they’re up against their greatest trial yet: The Deranged Stratum, a perilous section of the labyrinth where a malevolent being has been abducting countless victims. And it looks like Lana is its next target… | 01KGB2C9GC4T1KW2VT2QP9YFF5 | 3.0 | 2022-11-01T07:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1KB2KYDQ0JGG | The Otherworlder, Exploring the Dungeon, Vol. 3 | 2022-11-08T00:00:00.000Z | 0 | 0 | ||||||
| PRD_0SY2V4BAH2F0 | CNT_3ZFW4JJDHPHG | The Otherworlder, Exploring the Dungeon CNT_2Q3BC7268KE0 | CNT_2Q3BC7268KE0 | 2 | 2 | 1 | Volume 1 | [] | The Otherworlder, Exploring the Dungeon, Vol. 1 | Ready for Anything-Except This Strapped for cash, Souya signs up for a shady gig straight out of a video game: warp to a fantasy world with a team of experts and ascend a dungeon tower to make off with its spoils. However, an accident in the transfer process leaves him stranded there alone. Desperate for support, he recruits a host of adventurers-from elven sisters banished from their forest, to a Goddess of Deception and Secrecy partial to lazing about as a cat-to form a party that can brave the tower’s perils. Caught between corrupt nobles and merchants outside the dungeon and deadly monsters within, can this motley band rise to the challenge? Or will Souya’s adventure end before it even begins? | 01KG9G06NMYZ7ZAH3Z0YEJC7CH | 1.0 | 2021-09-16T07:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1PQM5BDYSMG0 | The Otherworlder, Exploring the Dungeon, Vol. 1 | 2021-11-30T08:00:00.000Z | 0 | 0 | ||||||
| PRD_14TK8TR5M3RG | CNT_3RR79ZAW5SD0 | The Otherworlder, Exploring the Dungeon CNT_2Q3BC7268KE0 | CNT_2Q3BC7268KE0 | 2 | 2 | 1 | Volume 2 | [] | The Otherworlder, Exploring the Dungeon, Vol. 2 | <P>A curse passed down in blood…<BR /><BR />Continuing their quest to reach the 56th floor of the Tower of Legions, Souya and his party decide to take on a dangerous new monster, the Dragonoise Mydranga, in a bid for glory. Little do they know, however, that this decision portends a series of devastating tragedies… As the band charts the 13th<BR />floor of the dungeon, the horrific truth behind the homeland of one of Souya’s companions comes to light. Is this where the adventures of Souya, Lana, a, Bel, Shuna, Zenobia, and Arvin fall to pieces?</P> | 01KGAF00FZJGGDD4RAT2F3AY47 | 2.0 | 2022-03-30T07:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1KB2KYDQ0JGG | The Otherworlder, Exploring the Dungeon, Vol. 2 | 2022-04-05T00: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);