products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_2CY2MG4MAEYG"
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_083Q759DD6N0 | CNT_1179C00NSG9G | My Dad's the Queen of All VTubers?! CNT_2CY2MG4MAEYG | CNT_2CY2MG4MAEYG | 2 | 1 | 1 | Volume 2 | [] | My Dad is the Queen of All VTubers?! Vol. 2 | It's bad enough that Takashi's dad is secretly the ultra-popular 'Queen of VTubers', Kizuke Yai, but his mom's a struggling streamer who just can't seem to gain any popularity at all! Now the poor boy himself has been roped into the VTubing life, and the hapless young lad has to help both of his parents without the other finding out! Join Takashi as he weathers the hellish storm his life has become, all while navigating the trials and tribulations that come with having parents who are just a little bit too online. | A ROYALLY SCREWED UP SITUATION! | 01KG9E0AFMRP8342JMXSSZN2M7 | 2.0 | 2021-03-22T07:00:00.000Z | Kaiten Books LAB_2R8ZVT0JXVF0 | GEO_1PQM5BDYSMG0 | My Dad is the Queen of All VTubers?! Vol. 2 | (C) Wataru Akashingo 2019 | 2021-04-02T07:00:00.000Z | 0 | 0 | ||||
| PRD_0Y1S1MEGH0F0 | CNT_1NBAAR3VP6ZG | My Dad's the Queen of All VTubers?! CNT_2CY2MG4MAEYG | CNT_2CY2MG4MAEYG | 2 | 1 | 1 | Volume 3 | [] | My Dad is the Queen of All VTubers?! Vol. 3 | Still struggling to come to terms with the fact that his father is the epitome of feminine grace, Takashi tries (and fails) to escape the swirling maelstrom of the VTuber life! But the Queen of all VTubers has other plans, plans that involve dragging the hapless young lad into a major gaming tournament! With an island of hopeful online personalities all vying for the top spot, his mom included, can Takashi hope to claim the victory royale?! With friends and family inching ever-closer to uncovering his father's alter-ego, just how much time does he have before the clock ticks down and strikes him where it hurts? Find out all this and more in the VTuber Dad trilogy's stunning finale! | A BATTLE FOR THE CROWN! | 01KGAF0QPF7A6P70ZSRXQYWX0H | 3.0 | 2022-04-05T07:00:00.000Z | Kaiten Books LAB_2R8ZVT0JXVF0 | GEO_1PQM5BDYSMG0 | My Dad is the Queen of All VTubers?! Vol. 3 | (C) Wataru Akashingo 2019 | 2022-04-29T07:00:00.000Z | 0 | 0 | ||||
| PRD_1HJ3P3DS73B0 | CNT_3BZH279FE89G | My Dad's the Queen of All VTubers?! CNT_2CY2MG4MAEYG | CNT_2CY2MG4MAEYG | 2 | 1 | 1 | Volume 1 | [] | My Dad is the Queen of All VTubers?! Vol. 1 | VTubers. These online entertainers have seen a surge of popularity, capturing the hearts of millions across the internet.But none of them have quite become as much of a household name as Kizuke Yai, the so-called 'Queen of VTubers.'Takashi, an average high-school student, is one of her biggest fans. He always tunes in to her broadcasts, and he might even have a little crush on her...Kizuke Yai is the real deal, an actual cute girl behind the screen, at least according to the rumors... But reality is often disappointing.The Queen of all VTubers is actually Takashi's dad.The hapless youngster stumbles upon his old man's dark secret, and soon finds himself flung into a nightmarish world of virtual song, dance, and endless cringe.Will Takashi succeed in getting his dad to quit, or will he find himself drawn deeper into the booming virtual scene despite this disillusionment? | MAKE WAY FOR THE KING--OR IS IT QUEEN?! | 01KG9CASTFZN5W69F28EGB14QY | 1.0 | 2020-07-27T07:00:00.000Z | Kaiten Books LAB_2R8ZVT0JXVF0 | GEO_1PQM5BDYSMG0 | My Dad is the Queen of All VTubers?! Vol. 1 | (C) Wataru Akashingo 2019 | 2020-07-30T07: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);