products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_2JQ91TXF64ZG"
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_01WRHYZVYQC0 | CNT_1K7T3MB94WGG | King of Eden CNT_2JQ91TXF64ZG | CNT_2JQ91TXF64ZG | 2 | 1 | 1 | Volume 1 | [] | King of Eden, Vol. 1 | <DIV>Entire villages are going up in flames across the globe, with the same man left standing at the scene every time. Meanwhile, rumors abound of a highly contagious virus where those infected fly into a blind rage, killing anything and everything that crosses their path. As the death toll rises, agencies from nations around the world get together, looking for answers-How are these incidents connected? Who is that man? And most importantly...can the massacres be stopped before humanity is doomed?</DIV> | 01KG9CBR3924PB95GGRNJVFK7J | 1.0 | 2020-08-21T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | King of Eden, Vol. 1 | 2020-09-22T00:00:00.000Z | 0 | 0 | ||||||
| PRD_25P1ANM8V57G | CNT_3Z7ZNYR709HG | King of Eden CNT_2JQ91TXF64ZG | CNT_2JQ91TXF64ZG | 2 | 1 | 1 | Volume 2 | [] | King of Eden, Vol. 2 | At a Romanian dig site over a decade ago, a group of archaeologists unwittingly unleashed a horror straight from the depths of hell. An ancient virus emerged from the tomb of a sleeping giant, transforming the team into murderous, wolf-like monsters. As outbreaks of wolf virus now pepper the globe–helped along by agents of one known as the “Wolf King” –Teze Yoo and the other survivors of that bloody expedition may be the key to curbing global disaster—provided their adversary doesn’t hunt them down first! | 01KG9DJH17QPPMPCT4F2K4SFRZ | 2.0 | 2020-11-26T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | King of Eden, Vol. 2 | 2020-12-15T00:00:00.000Z | 0 | 0 | ||||||
| PRD_2TRMSVNPSZZG | CNT_35WG2YMGE9P0 | King of Eden CNT_2JQ91TXF64ZG | CNT_2JQ91TXF64ZG | 2 | 1 | 1 | Volume 3 | [] | King of Eden, Vol. 3 | Amid accusations of biological warfare and conspiracy, the world’s political leaders clash over how best to handle the wolf virus crisis, even as new attacks hit major cities around the globe. Much of the Wolves’ activity is centered in Turkey, where humanity’s long history of conflict with the Wolves first began. As the final confrontation with the Wolf King draws near, Teze and his fellow Children of Saturday turn to the past for answers and understanding-anything that will give mankind a hope of surviving the destructive bloodlust of the Wolves! | 01KG9E0ESYN3R24X22AA2677W9 | 3.0 | 2021-03-26T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | King of Eden, Vol. 3 | 2021-04-27T00: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);