products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_1RTQFZMTK5GG"
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_0SKEWAAW7730 | CNT_1WAK171S1W00 | Penguin & House CNT_1RTQFZMTK5GG | CNT_1RTQFZMTK5GG | 2 | 1 | 1 | Volume 1 | [] | Penguin & House 1 | NESTING Pen the Penguin lives with his most favorite keeper in the world: Hayakawa the Human. But Pen's no ordinary penguin... He's a neat penguin! A proper penguin! A doting penguin! Pen loves to daydream of Hayakawa's smile as he flips pancakes and folds the laundry with his teeny-tiny flippers. If only his beloved Hayakawa would notice! It's too bad Pen's human keeper is a hopelessly lazy university student, but with a little nap and some helpful friends, Pen is ready to tackle the day! | 01KGADHZSHQ3PMENEN4QSBM16G | 1.0 | 2022-02-01T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Penguin & House 1 | Penguin & House Akiho Ieda/Kodansha Ltd. | 2022-03-01T08:00:00.000Z | 0 | 0 | |||||
| PRD_2A93EERH96N0 | CNT_1VGP8HVF6RGG | Penguin & House CNT_1RTQFZMTK5GG | CNT_1RTQFZMTK5GG | 2 | 1 | 1 | Volume 3 | [] | Penguin & House 3 | HUDDLING Pen the Penguin tries his best for Hayakawa the Human, but everything he does backfires... He gets trapped overnight at a haunted inn, gets stuck in a time loop with a baby chick, and gets mixed up with the other penguins at the aquarium! Somebody give this bird a break! FINAL VOLUME! | 01KGAGK2K17C89VD43Q9YGHJQY | 3.0 | 2022-05-17T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Penguin & House 3 | Penguin & House Akiho Ieda/Kodansha Ltd. | 2022-06-07T07:00:00.000Z | 0 | 0 | |||||
| PRD_2XMSN5X69XWG | CNT_1BR180BM7390 | Penguin & House CNT_1RTQFZMTK5GG | CNT_1RTQFZMTK5GG | 2 | 1 | 1 | Volume 2 | [] | Penguin & House 2 | WADDLING Pen the Penguin spends his days full of cooking and cleaning, snacking and learning. No matter where Hayakawa the Human goes, Pen's not far behind, whether it's a fashion show at the mall or a snowy ski trip. One day, a new pet penguin, Madeleine, and her human appear... But why would this high school girl—or anyone!—have a crush on Hayakawa? | 01KGAEX7KA616FNKJH20R6RMXR | 2.0 | 2022-03-09T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Penguin & House 2 | Penguin & House Akiho Ieda/Kodansha Ltd. | 2022-04-05T07: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);