products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_1CKYY7HF90XG"
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_09S8HS7TXH60 | CNT_2C32VEAMQD10 | Grimgar of Fantasy and Ash CNT_1CKYY7HF90XG | CNT_1CKYY7HF90XG | 2 | 1 | 1 | Volume 3 | [] | Grimgar of Fantasy and Ash, Vol. 3 | Eager for a new challenge, Haruhiro's party descends into the Cyrene Mines. However, as they go deeper, Mary is forced to face the ghosts of her past...in more ways than one! | 01KGA1AKQGW9CRK7DRVCJJ2PN1 | 3.0 | 2018-02-06T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Grimgar of Fantasy and Ash, Vol. 3 | 2018-02-06T08:00:00.000Z | 0 | 0 | ||||||
| PRD_1NQ829TJ6JG0 | CNT_09QW91W1VVD0 | Grimgar of Fantasy and Ash CNT_1CKYY7HF90XG | CNT_1CKYY7HF90XG | 2 | 1 | 1 | Volume 2 | [] | Grimgar of Fantasy and Ash, Vol. 2 | "You don't wanna die, huh? Me neither...!" By hunting goblins to earn money, Haruhiro and his party are doing all they can to survive in an unfamiliar world. But during one of their hunts, Manato, their leader and healer, falls to a goblin's dagger, and with no one to heal him, the group is forced to bury their friend. Now, with no priest and little hope for the future, they must find a way to endure the many trials ahead. Can they really cope with the loss of their most important ally? The desperate struggle continues as a beautiful cold-hearted priest named Mary joins the party! | 01KG9VT9PVH32DNB7AE0ZS14VC | 2.0 | 2017-10-31T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Grimgar of Fantasy and Ash, Vol. 2 | 2017-10-31T07:00:00.000Z | 0 | 0 | ||||||
| PRD_3QHFS1VBNYBG | CNT_1H379N6MQ7TG | Grimgar of Fantasy and Ash CNT_1CKYY7HF90XG | CNT_1CKYY7HF90XG | 2 | 1 | 1 | Volume 1 | [] | Grimgar of Fantasy and Ash, Vol. 1 | By the time Haruhiro comes to, he finds himself in a game like world filled with terrifying monsters. This world is called Grimgar. Armed with no more strength or ability than your average boy, Haruhiro and his fellow party members struggle to survive as they cobble out a mean existence, receiving mediocre pay in return for risking their lives everyday. What kind of future does this harsh, uncaring world have in store for those who are not destined to succeed, who have no prophecy to guide them, who are not heroes...? | 01KG9VFANKDVBDTBHBVV4JTS4X | 1.0 | 2017-10-19T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Grimgar of Fantasy and Ash, Vol. 1 | 2017-10-19T07: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);