products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_2SJN0K7BY4AG"
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_300XX8ZXMGGG | CNT_1RQTD4EAKD5G | Yes, No, or Maybe? CNT_2SJN0K7BY4AG | CNT_2SJN0K7BY4AG | 2 | 4 | 2 | Yes, No, or Maybe? | [] | Yes, No, or Maybe? | Kunieda Kei is the up-and-coming Prince Charming of the evening news. Inside, he's the opposite: brash, hot-tempered, and prickly as can be. For years, Kei has successfully juggled his private and professional personas--until a chance meeting with a stop motion animator threatens to bring it all crashing down. But is that really as frightening as the possibility that someone might love and accept both sides of who he is? | DO YOU KNOW WHO I AM? | 01KH57A1KYG6Q8ZEGQV1231VQ7 | 1.0 | 2026-01-21T08:00:00.000Z | Seven Seas Siren LAB_13Q4428H6SGG | GEO_1PKAG51AEAQG | Yes, No, or Maybe? | © Michi Ichiho 2014 | 2026-04-16T07:00:00.000Z | 0 | 0 | ||||
| PRD_3KGVY7YR1EY0 | CNT_254HASPPRK5G | Yes, No, or Maybe? CNT_2SJN0K7BY4AG | CNT_2SJN0K7BY4AG | 2 | 4 | 2 | Center of the World | [] | Yes, No, or Maybe? - Center of the World | Kei is comfortable in his position as an Asabi TV news anchor, but a similar show pops up in his exact same timeslot. As his competitors' ratings climb, he starts to question himself and his career choices. To make matters even worse, his hot and heavy relationship with Ushio is on the rocks and now he has nowhere to turn for comfort, forget guidance. Can Kei make it through a barrage of oddball assignments, figure out his place in the world of TV, and have a good vacation? | TROUBLE OVER THE AIRWAVES | 01KNKHNP9EYQ02ZPM811456EKB | 2.0 | 2026-04-07T08:34:47.000Z | Seven Seas Siren LAB_09S6E1NCHWWG | GEO_1PKAG51AEAQG | Yes, No, or Maybe? (Light Novel 2) - Center of the World | © Michi Ichiho 2015 | 2026-06-18T07: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);