products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where geoblock_id = "GEO_1GY29CRR8MV0"
This data as json, CSV (advanced)
Suggested facets: listed_at, on_sale_at, 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_0MN9G2H55QAG | CNT_0HTAF7BBGFF0 | The Anemone Feels the Heat CNT_04Q33E58X12G | CNT_04Q33E58X12G | 2 | 1 | 1 | Volume 3 | [] | The Anemone Feels the Heat, Vol. 3 | “What do I want to be to her?” Nagisa’s plan to stop hating Mashiro worked a lot better than she expected! But now that she’s confessed her feelings, Nagisa finds that liking Mashiro may not be quite as simple as she thought… | 01KKWPSX2C2MNGSMCF48J8ST3M | 3.0 | 2025-09-17T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1GY29CRR8MV0 | The Anemone Feels the Heat, Vol. 3 | 2026-03-24T00:00:00.000Z | 0 | 0 | ||||||
| PRD_0W2VM0ATK250 | CNT_212NVS2DWV90 | Is the order a rabbit? CNT_2ZABG4RFG46G | CNT_2ZABG4RFG46G | 2 | 1 | 1 | Volume 5 | [] | Is the Order a Rabbit?, Vol. 5 | Summer is here, and the temperature is high, but the girls are still wearing their long, stuffy uniforms. Perfect weather for a wardrobe refresh! From fireworks and festivals to a spooky night of frights, their days are looking to be full of fun. But with great fun comes greatly neglected responsibilities. Drill sergeant Rize is on the scene, so it’s time for the girls to get serious and learn some real discipline! Will they be able to shape up and—more importantly—get their summer homework done on time? | 01KPBH34VR5415Y6FQHZ44D49H | 5.0 | 2025-11-19T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1GY29CRR8MV0 | Is the Order a Rabbit?, Vol. 5 | 2026-06-02T07:00:00.000Z | 0 | 0 | ||||||
| PRD_3NZF1QCXFY10 | CNT_3QCNV5AVDP1G | BLEND-S CNT_2RPKQSAC8BYG | CNT_2RPKQSAC8BYG | 2 | 1 | 1 | Volume 4 | [] | Blend-S, Vol. 4 | New Year’s is here, which means all sorts of new experiences for Maika, like celebrating New Year’s Eve with her cafe coworkers and going bargain hunting. But one thing is certainly not going to change—the manager is surely doomed to another 365 days of embarrassing failed attempts to convey his affections to Maika-chan. Or so one would think! But thanks to a little scheme from Miu-san, the two somehow end up on a date?! | 01KJQ493V0VACPX8E359918ZTX | 4.0 | 2025-09-17T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1GY29CRR8MV0 | Blend-S, Vol. 4 | 2026-03-24T00: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);