products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_2EPD3WCWG9J0"
This data as json, CSV (advanced)
Suggested facets: label_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_079RMRZ03RKG | CNT_04A1GHG64QF0 | Canine Detective Chris CNT_2EPD3WCWG9J0 | CNT_2EPD3WCWG9J0 | 2 | 2 | 1 | Volume 1 | [] | Canine Detective Chris, Vol. 1 | CHRIS IS ON THE CASE! Hinata, a shy boy in the fifth grade, receives his first-ever pet when his grandfather brings him Chris, a retired police dog with excellent training and top-notch skills. There’s only one problem: Whenever Chris sees a bug, they fly into a panic. Soon, however, their nose is put to the test, when during a walk, they hear police sirens blare… There’s been a robbery at a nearby jewelry shop! As the police investigation stalls, Hinata and his plucky pooch stumble across a vital clue. Can the pair overcome their fears and catch the culprit? | 01KH3ENX6RWZGGBERJ65CMFMHW | 1.0 | 2023-07-10T07:00:00.000Z | JY LAB_11BN1MNVRS00 | GEO_1KB2KYDQ0JGG | Canine Detective Chris, Vol. 1 | 2023-12-12T00:00:00.000Z | 0 | 0 | ||||||
| PRD_09WXQ5A1K8W0 | CNT_2F15BWM4BJK0 | Canine Detective Chris CNT_2EPD3WCWG9J0 | CNT_2EPD3WCWG9J0 | 2 | 2 | 1 | Volume 2 | [] | Canine Detective Chris, Vol. 2 | When a handkerchief is left at Hinata's family's veterinary clinic, he and Chris take on the job of returning it to its rightful owner. But when Chris tracks its scent, the pair find themselves in front of a haunted house. And is that a z-z-zombie?! Hinata has no time to be afraid, though, he's got to protect Chris! What mysteries lie inside the haunted house, and just who left behind that handkerchief? | 01KGAT2MG9M5GG60X621E84YVB | 2.0 | 2023-10-30T07:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1KB2KYDQ0JGG | Canine Detective Chris, Vol. 2 | 2024-03-19T00:00:00.000Z | 0 | 0 | ||||||
| PRD_0F0QCD2EDS50 | CNT_3VWVE6Z299H0 | Canine Detective Chris CNT_2EPD3WCWG9J0 | CNT_2EPD3WCWG9J0 | 2 | 2 | 1 | Volume 3 | [] | Canine Detective Chris, Vol. 3 | Hinata attends a classmate's recital on a luxury cruise ship, but before he knows it, the ship has set off for Russia with everyone still aboard! And now a violin worth millions is missing. It's up to Hinata and Chris to catch the culprit and find the lost treasure. But what happens when Chris is taken, too? Will Hinata ever see his beloved dog again? | 01KG9PJRB1PKYMXE91BDQ705Q9 | 3.0 | 2024-01-09T08:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1KB2KYDQ0JGG | Canine Detective Chris, Vol. 3 | 2024-06-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);