products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_328KP6P3V45G"
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_09Y25NVZAXJ0 | CNT_13GQ6FKJMF10 | Nine Dragons' Ball Parade CNT_328KP6P3V45G | CNT_328KP6P3V45G | 2 | 1 | 1 | Volume 2 | [] | Nine Dragons' Ball Parade, Vol. 2 | The fourth player to join the new Nine Dragons team is shortstop Rinnojo Tsubaki. Azukida and the other members are awed by Tsubaki's genius, but they also begin to notice a serious defect... Meanwhile, more players join the team, and the Nine Dragons revival really starts to catch fire! | 01KGBGXK25CTNDKYWACXZ5VPS2 | 2.0 | 2024-11-26T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Nine Dragons' Ball Parade, Vol. 2 | KOWLOONS' BALL PARADE © 2021 by Mikiyasu Kamada and Ashibi Fukui/SHUEISHA Inc. | 2024-11-26T08:00:00.000Z | 0 | 0 | |||||
| PRD_33CPEHS116BG | CNT_274VK6G98RRG | Nine Dragons' Ball Parade CNT_328KP6P3V45G | CNT_328KP6P3V45G | 2 | 1 | 1 | Volume 1 | [] | Nine Dragons' Ball Parade, Vol. 1 | Tamao Azukida isn't the typical athlete you'd find on an elite baseball team. He's not the strongest, or the biggest, or the fastest, but what he lacks in athletic prowess he more than makes up for with his moxie and analytical approach. However, his goal for playing for the national champions Hakuo Academy are dashed when he fails to make the team. Though he won't get a chance to play for his dream team, does that mean his dreams of playing baseball are also over?! | 01KGBGHY1JG33P2NC5VSSEZWG4 | 1.0 | 2024-11-26T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Nine Dragons' Ball Parade, Vol. 1 | KOWLOONS' BALL PARADE © 2021 by Mikiyasu Kamada and Ashibi Fukui/SHUEISHA Inc. | 2024-11-26T08:00:00.000Z | 0 | 0 | |||||
| PRD_3NV46Q3JWS6G | CNT_0554GZFG3VXG | Nine Dragons' Ball Parade CNT_328KP6P3V45G | CNT_328KP6P3V45G | 2 | 1 | 1 | Volume 3 | [] | Nine Dragons' Ball Parade, Vol. 3 | Azukida and crew are now enrolled at Kokuryuzan and playing their third game of the West Tokyo Tournament. Their opponent is Benikoma High School, led by the genius athlete Hibuse. The team wasn't prepared to face such a tough rival. Do they still stand a chance of winning? Will they get a chance to face off with Hakuo's Shiratori—who came to watch the game from the stands?! | 01KGBGXEB6NJ75XDPR7NKCC4S1 | 3.0 | 2024-11-26T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Nine Dragons' Ball Parade, Vol. 3 | KOWLOONS' BALL PARADE © 2021 by Mikiyasu Kamada and Ashibi Fukui/SHUEISHA Inc. | 2024-11-26T08: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);