products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_14VPKE3670VG"
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_00B4CHA7KYK0 | CNT_1MW6ADBJJ1XG | Konohana Kitan CNT_14VPKE3670VG | CNT_14VPKE3670VG | 2 | 1 | 1 | Volume 1 | [] | Konohana Kitan, Volume 1 | Yuzu is a brand new employee at Konohanatei, the hot-springs inn that sits on the crossroads between worlds. A simple, clumsy but charmingly earnest girl, Yuzu must now figure out her new life working alongside all the other fox-spirits who run the inn under one cardinal rule - at Konohanatei, every guest is a god! Konohana Kitan follows Yuzu's day to day life working at the inn, meeting the other employees and ever-eclectic guests, and learning to appreciate the beauty of the world around her. | 01KG9FX69JTJP4GN0A8RPRF8F4 | 1.0 | 2021-07-28T07:00:00.000Z | Tokyopop LAB_2C2B4XAHKSHG | GEO_1PQM5BDYSMG0 | Konohana Kitan, Volume 1 | コピーライトなし | 2021-08-06T07:00:00.000Z | 0 | 0 | |||||
| PRD_0XTN1Y8XQYC0 | CNT_3NJ9A3NA72WG | Konohana Kitan CNT_14VPKE3670VG | CNT_14VPKE3670VG | 2 | 1 | 1 | Volume 3 | [] | Konohana Kitan, Volume 3 | Yuzu is a brand new employee at Konohanatei, a hot-springs inn for yokai. A simple, clumsy but charmingly earnest young girl, Yuzu must figure out her new life working at the spa with all the other fox-yokai, making the occasional mistake but also many new friends along the way. Konohana Kitan follows her day to day life working at the inn, meeting the other employees and guests, and learning to appreciate the beauty of the world and the people around her. | 01KG9GGRTSE873QFYN5YQP6WNE | 3.0 | 2021-07-28T07:00:00.000Z | Tokyopop LAB_2C2B4XAHKSHG | GEO_1PQM5BDYSMG0 | Konohana Kitan, Volume 3 | コピーライトなし | 2021-08-06T07:00:00.000Z | 0 | 0 | |||||
| PRD_223XT8V2NY3G | CNT_0N7FT4GEDJC0 | Konohana Kitan CNT_14VPKE3670VG | CNT_14VPKE3670VG | 2 | 1 | 1 | Volume 2 | [] | Konohana Kitan, Volume 2 | At Konohanatei, every guest is considered a god — but when an actual deity, the Great Spirit of Bubbles, comes to the inn for a bath, Yuzu and her fox friends get (many) more of her than they bargained for! Other guests stopping by the inn this time include a beautiful girl who weaves with the rain, a cursed Japanese doll, and... a mermaid?! Even Hiiragi, Satsuki's gorgeous older sister, drops in for a visit despite their rocky relationship. Perhaps the peaceful, otherworldly Konohanatei is just the right place to mend strained sibling bonds. | 01KG9GGR2BBQ741T92VHP97V5F | 2.0 | 2021-07-28T07:00:00.000Z | Tokyopop LAB_2C2B4XAHKSHG | GEO_1PQM5BDYSMG0 | Konohana Kitan, Volume 2 | コピーライトなし | 2021-08-06T07: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);