products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_26XVH17X0SZ0"
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_12FE7ZG4KA9G | CNT_31X0MQT4CX30 | When a Cat Faces West CNT_26XVH17X0SZ0 | CNT_26XVH17X0SZ0 | 2 | 1 | 1 | Volume 2 | [] | When a Cat Faces West 2 | This is the strange, action-packed story of the working life of Hirota, a contractor who deals with a mysterious natural phenomenon known as "Flow," his employee Chima-chan (who looks 12, but is really 35), and Shacho (a cat)! Whether it's a drying rack going for a walk by itself, a bridge sprouting four legs and moving around, or a staircase that was already long and steep suddenly getting even worse: if you see something unusual, it's probably Flow. Even Mother Nature makes mistakes sometimes. | 01KGAHKX4TRC6WEKNQRKCFRFQH | 2.0 | 2022-06-03T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | When a Cat Faces West 2 | When a Cat Faces West Yuki Urushibara/Kodansha Ltd. | 2022-06-21T07:00:00.000Z | 0 | 0 | |||||
| PRD_14B29ZKKQ9F0 | CNT_2SATY8VWHCEG | When a Cat Faces West CNT_26XVH17X0SZ0 | CNT_26XVH17X0SZ0 | 2 | 1 | 1 | Volume 3 | [] | When a Cat Faces West 3 | This is the strange, action-packed story of the working life of Hirota, a contractor who deals with a mysterious natural phenomenon known as ""Flow,"" his employee Chima-chan (who looks 12, but is really 35), and Shacho (a cat)! If, when you're looking out at a landscape that should be familiar to you, something feels subtly off, giving you a strange, prickly feeling, that's ""Flow"". Even Mother Nature makes mistakes sometimes. | 01KGAJ4W8BW6GMKJ8NZT19XYF8 | 3.0 | 2022-06-29T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | When a Cat Faces West 3 | When a Cat Faces West Yuki Urushibara/Kodansha Ltd. | 2022-07-19T07:00:00.000Z | 0 | 0 | |||||
| PRD_32021J6D6HRG | CNT_2390XPHEGKW0 | When a Cat Faces West CNT_26XVH17X0SZ0 | CNT_26XVH17X0SZ0 | 2 | 1 | 1 | Volume 1 | [] | When a Cat Faces West 1 | Flow—the phenomenon that occurs when matter falls out of balance and changes form. Flow creates oddities big and small that can be disruptive or delightful in equal measure, and it's up to Flow Disposal departments and independent contractors to shepherd the Flow back to its natural form. For Chima Kondo, a 35-year-old woman stuck in the body of a 12-year-old thanks to the effects of Flow, understanding how Flow works and how to disperse it has become critical. But when she joins Flow Disposal contractors Hirota and Shacho of Hirota Flow Inc., she finds that there's more to Flow than she once knew, and plenty more to find out... A supernatural story from the author of Mushishi! | 01KGAGZ5YADFC1BXHR7Y6STVF3 | 1.0 | 2022-05-13T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | When a Cat Faces West 1 | When a Cat Faces West Yuki Urushibara/Kodansha Ltd. | 2022-05-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);