products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_1K1RK30JQHYG"
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_0PJM7R7STFQG | CNT_3TG5AFPEKPVG | K-ON! Shuffle CNT_1K1RK30JQHYG | CNT_1K1RK30JQHYG | 2 | 1 | 1 | Volume 3 | [] | K-ON! Shuffle, Vol. 3 | With new students Risa and Ranka finally settling into the Pop Music Club, Shinano announces a summer training camp! A special week full of music, practice, and deepening bonds—all coming together in a battle of the bands. But first, Shinano must pass her makeup exams to avoid taking remedial classes all summer instead! With so much uncertainty, can this summer training camp even get off the ground?! | 01KG9R772WCR4TT1RWYP8ES8TD | 3.0 | 2024-11-20T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | K-ON! Shuffle, Vol. 3 | 2025-07-08T07:00:00.000Z | 0 | 0 | ||||||
| PRD_1RYH3ZH67K6G | CNT_0J8V9J33976G | K-ON! Shuffle CNT_1K1RK30JQHYG | CNT_1K1RK30JQHYG | 2 | 1 | 1 | Volume 2 | [] | K-ON! Shuffle, Vol. 2 | The Pop Music Society is on the rise, and Yukari and her friends are ready to sharpen their playing skills! The senior members know just how to teach them, and it involves everything from rhythm and chords to… basketball?! Each day is a new experience, but why does Maho feel like someone’s watching her every move…? | 01KGBAZCYKT2JWDCJ9NNJJHM85 | 2.0 | 2024-06-18T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | K-ON! Shuffle, Vol. 2 | 2024-11-19T08:00:00.000Z | 0 | 0 | ||||||
| PRD_28JT1H7Q8M0G | CNT_3BKTZJER8G4G | K-ON! Shuffle CNT_1K1RK30JQHYG | CNT_1K1RK30JQHYG | 2 | 1 | 1 | Volume 1 | [] | K-ON! Shuffle, Vol. 1 | “Let’s start a band!” Yukari is all fired up about playing the drums after hearing a certain teatime-loving band play at the Sakuragaoka High School Festival! She makes big plans with her best friend, Kaede, only to run into a wall: Her school doesn’t have a Pop Music Club! But after the duo use their momentum to bring in a pair of quirky girls (a basketball player and a pop music “researcher”), nothing stands in their way! Except, that is, the fact that none of them own their instruments—or even know how to play them… | 01KGB2ZRJKDWHR18SDQGXMXYFY | 1.0 | 2022-12-07T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | K-ON! Shuffle, Vol. 1 | 2023-04-18T00: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);