products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_2K930WJRCEDG"
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_03351S0Z3AXG | CNT_2YZGCJB8CDZG | Aria of the Beech Forest CNT_2K930WJRCEDG | CNT_2K930WJRCEDG | 2 | 1 | 1 | Volume 2 | [] | Aria of the Beech Forest, Vol. 2 | With the help of her newfound friends, Aria’s horizons are now expanding day by day! From attending a house party to getting lost in the supermarket, Aria has a life full of fresh and exciting (and maybe slightly daunting!) experiences. But will it all prove to be too much when a mysterious visitor comes bearing an offer that could turn her world on its head…?! | 01KGBAZPZ4G9YCNW9YSG07FZ8P | 2.0 | 2024-06-18T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Aria of the Beech Forest, Vol. 2 | 2024-11-26T08:00:00.000Z | 0 | 0 | ||||||
| PRD_2S1BEYNRGGS0 | CNT_3QYX7P5W7GD0 | Aria of the Beech Forest CNT_2K930WJRCEDG | CNT_2K930WJRCEDG | 2 | 1 | 1 | Volume 1 | [] | Aria of the Beech Forest, Vol. 1 | The witch Aria is a little shy. She’s good at cooking and knitting. And she’s a real whiz at growing herbs. As for what she’s bad at? Why, that’s magic! One fateful day, the sheltered girl encounters a talking wolf, who becomes her very first friend. Watch witch and wolf snuggle up in this comfy story with a touch of mystery set in the forests of Ireland! | 01KG9PY29RZW4QCE32MWX9YPP1 | 1.0 | 2024-01-25T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | Aria of the Beech Forest, Vol. 1 | 2024-07-23T00:00:00.000Z | 0 | 0 | ||||||
| PRD_3X58Q6GN24DG | CNT_36HQ8SMW5WXG | Aria of the Beech Forest CNT_2K930WJRCEDG | CNT_2K930WJRCEDG | 2 | 1 | 1 | Volume 3 | [] | Aria of the Beech Forest, Vol. 3 | After quietly residing in the beech forest her entire life, Aria always assumed things would stay the same. However, following an awful dispute with her closest friend, Gwyn, she finally learns a truth that will change everything! Now, whether she chooses to muster up the courage to embrace her future with both arms or continue cowering beneath the trees in her secluded world is a question only she can answer… | 01KG9RJ3KP2619BZ56E1K25Z9R | 3.0 | 2024-11-20T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Aria of the Beech Forest, Vol. 3 | 2025-06-17T07: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);