products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_068FMV6SZYA0"
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_16XDRGRD472G | CNT_1PEGAXKH5TTG | Monsterholic CNT_068FMV6SZYA0 | CNT_068FMV6SZYA0 | 2 | 2 | 1 | Volume 1 | [] | Monsterholic, Vol. 1 | Where beasts run wild, and monsters are real.Darkness hides behind the clean, safe, and orderly facade of society in Akitsushima. In the slum known as the Masquerade, people indulge in a drug called Monster Tonic, which transforms them into animal-human hybrids. There are no laws or restrictions in this government-designated area, and it's rife with immorality, obscenity, and murder. When bodies turn up in the streets, the police don't investigate, so it’s up to Reiji and Getsu to track down the killer. The two young men are just the pair for the job. Who better to hunt down a monstrous beast than a vampire and a werewolf? | 01KGBBFHH48NMYSTS8ZVSBYYK2 | 1.0 | 2024-07-23T07:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1PQM5BDYSMG0 | Monsterholic, Vol. 1 | 2024-12-31T08:00:00.000Z | 0 | 0 | ||||||
| PRD_385AFVWZPX1G | CNT_1FE9TP8G459G | Monsterholic CNT_068FMV6SZYA0 | CNT_068FMV6SZYA0 | 2 | 2 | 1 | Volume 2 | [] | Monsterholic, Vol. 2 | WHERE BEASTS RUN WILD, AND MONSTERS ARE REAL.The Masquerade—a place where people can throw off the shackles of society, indulge in the bestial, and revel in freedom and anonymity. Here, the pharmaceutical company Beast Tech distributes Monster Tonic, which transforms people into animal-human hybrids. Amid this violence and immorality, Reiji the vampire boy and Getsu the werewolf earn a meager living as “cleaners,” disposing of the messes people make in this government-designated slum...bodies included. But when their classmate Mei offers a boatload of cash for a job, the two boys and new teammate Kei find themselves tracking down the unstable Mythic Tonic, a leaked product from Beast Tech capable of turning people into powerful monsters from urban legend. In the process, an unprecedented tragedy unfolds…and this time, the damage threatens to escape the bounds of the Masquerade and upend society as a whole. | 01KG9R849P56RS9C691GHFN0G7 | 2.0 | 2024-11-29T08:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1PQM5BDYSMG0 | Monsterholic, Vol. 2 | 2025-05-20T07:00:00.000Z | 0 | 0 | ||||||
| PRD_3JM6EK475NG0 | CNT_3Q6ZCBQ5K710 | Monsterholic CNT_068FMV6SZYA0 | CNT_068FMV6SZYA0 | 2 | 2 | 1 | Volume 3 | [] | Monsterholic, Vol. 3 | WHERE BEASTS RUN WILD, AND MONSTERS ARE REAL.The dangerous imitation tonic hits the market, spreading unprecedented mayhem throughout Natsukibara. Getsu and Reiji have been working hard to track down the mastermind behind the recent series of terrible events. But then, like a punch to the gut, their boss at Fantastic Sweeper orders them to halt their investigation! Though the boys don’t want to comply, there is not much they can do when Beast Tech Headquarters gives the order. However, when news breaks that the CEO of Beast Tech is on their deathbed, desperation mounts. The CEO is the only one who knows the base recipe for the Monster Tonic, so the most likely successor is...Kei! The CEO’s death could prompt magic users around the world to clash, bringing about the most horrific Walpurgisnacht. Will Getsu and Reiji be able to keep their friends safe? | 01KGBQM8MXGGAQTGSGP5Q6ZF1F | 3.0 | 2025-07-07T07:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1PQM5BDYSMG0 | Monsterholic, Vol. 3 | 2025-12-30T08: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);