products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_0PAZ61QFB0X0"
This data as json, CSV (advanced)
Suggested facets: copyright, 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_2NGE4ZGDBRB0 | CNT_0TR6BR52BM10 | Zatsuki: Make Me a Star CNT_0PAZ61QFB0X0 | CNT_0PAZ61QFB0X0 | 2 | 1 | 1 | Volume 3 | [] | Zatsuki: Make Me a Star 3 | Hoshito Aoshima, a former high-school comedian, became a zatsuki for Saki Shijima, an idol who is rumored to have undergone plastic surgery. While the willful Saki can be troublesome to deal with, Hoshito still tries his best to come up with plans that'll bring the best out of Saki's extraordinary acting skill. Saki herself has been successfully passing auditions and making a name for herself as an idol who is capable of playing any role given to her. However, now that she has entered the limelight in the showbiz world, the darkness of her past has also come back to haunt her. Hoshito and Saki will now have to confront the very person who once drove Saki into despair! | 01KGB2FJCVS8VWQCZGCY6EEYM2 | 3.0 | 2022-11-10T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Zatsuki: Make Me a Star 3 | Takumi Mochizuki, Yui Sakuraba/Kodansha Ltd. | 2022-11-29T08:00:00.000Z | 0 | 0 | |||||
| PRD_2P3EDB7G5GZG | CNT_39SA9SATY6E0 | Zatsuki: Make Me a Star CNT_0PAZ61QFB0X0 | CNT_0PAZ61QFB0X0 | 2 | 1 | 1 | Volume 2 | [] | Zatsuki: Make Me a Star 2 | Hoshito, a former high-school comedian, was about to fall off a train platform, but a mysterious girl saved his life. One year later, he met her again at his school and learned that she was Saki Shijima, a girl who won a beauty contest but was suspected of having plastic surgery. Drawn to her daring personality and acting ability, Hoshito decided to team up with her and become her zatsuki. Together, they will work their way to the top of the showbiz world! Their first objective is Saki's solo debut. Saki will be taking part in an audition, with the famous singer-songwriter Musashi Taki serving as the judge. Just how will the audition go? | 01KGAEXF8Q25XMEVS1X0DRCF04 | 2.0 | 2022-03-09T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Zatsuki: Make Me a Star 2 | Zatsuki: Make Me a Star Takumi Mochizuki, Yui Sakuraba/Kodansha Ltd. | 2022-03-29T07:00:00.000Z | 0 | 0 | |||||
| PRD_332X2EHD5QM0 | CNT_0F815228KBZ0 | Zatsuki: Make Me a Star CNT_0PAZ61QFB0X0 | CNT_0PAZ61QFB0X0 | 2 | 1 | 1 | Volume 1 | [] | Zatsuki: Make Me a Star 1 | Aoshima and Shijima—one star on the fall and one on the rise, and both only in high school. Both know the rush that fame can provide, and both know how easy it is to rip away. But what neither knows is the affect they'll have on each other... | 01KGADH4A4QGPQEGQP13BX69BC | 1.0 | 2022-01-07T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Zatsuki: Make Me a Star 1 | Zatsuki: Make Me a Star Takumi Mochizuki, Yui Sakuraba/Kodansha Ltd. | 2022-01-25T08: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);