products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_251EY6X0YHAG"
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_0PAZ465RRQ2G | CNT_2KKE0GZS40CG | Dara-san of Reiwa CNT_251EY6X0YHAG | CNT_251EY6X0YHAG | 2 | 1 | 1 | Volume 3 | [] | Dara-san of Reiwa, Vol. 3 | These children have inherited the burden of their lineage—a duty to pacify a malevolent deity, horrible beyond all mortal reckoning. And as they grow, they shall come to know how that terror’s influence has shaped the life of their own mother…But who cares about that—good ole Dara-san’s nice enough these days!I mean, look, she’s busy trying to come up with a way to pay the kids back for all the offerings they’ve been bringing her! | 01KST0YM5D5B7JXT8395BA6KG5 | 3.0 | 2025-11-19T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | Dara-san of Reiwa, Vol. 3 | 2026-06-23T07:00:00.000Z | 0 | 0 | ||||||
| PRD_1775A2ZVMZJ0 | CNT_0T0W1HXNZDY0 | Dara-san of Reiwa CNT_251EY6X0YHAG | CNT_251EY6X0YHAG | 2 | 1 | 1 | Volume 2 | [] | Dara-san of Reiwa, Vol. 2 | Two young children stand before the veil of life and death, and a many-armed terror opens a breach, stretches wide its many-fanged maw…and invites them in for a sleepover! And that’s not all, folks! Dara-san’s gonna have some fun in the sun at summer festivals, try toy-model making, and more! Somehow, an unknowable horror from beyond the black woods of untold history has ended up as the straight man in this silly spookfest! | 01KGBQCHF91DYSB04KHDEPMAMK | 2.0 | 2025-06-11T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Dara-san of Reiwa, Vol. 2 | 2025-11-25T08:00:00.000Z | 0 | 0 | ||||||
| PRD_1ZQ1QADAKP90 | CNT_0FM49A5VW6EG | Dara-san of Reiwa CNT_251EY6X0YHAG | CNT_251EY6X0YHAG | 2 | 1 | 1 | Volume 1 | [] | Dara-san of Reiwa, Vol. 1 | Clouds blacken the sky and sheets of rain turn the mountain forest into a treacherous maze…A landslide crushes a razor wire fence and buries a “NO TRESPASSING” sign…As two young siblings venture into a dark world to which they do not belong, a long, horrid shadow rears up to meet them, and—“Look, I’m a malevolent deity, okay?! Aren’t you kids gonna freak out about my monstrous visage?!”Anyway, so that’s how we met Dara-san! She might look kinda scary, but just wait until you get to know her! | 01KG9Q5K927DX14YKMN94SFC7Q | 1.0 | 2025-02-14T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Dara-san of Reiwa, Vol. 1 | 2025-06-24T07: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);