products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_1VPMYWD1X5B0"
This data as json, CSV (advanced)
Suggested facets: geoblock_id, 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_2AKCZY74JYQG | CNT_2K4VSA954WP0 | A Misanthrope Teaches a Class for Demi-Humans CNT_1VPMYWD1X5B0 | CNT_1VPMYWD1X5B0 | 2 | 1 | 1 | Volume 3 | [] | A Misanthrope Teaches a Class for Demi-Humans, Vol. 3 | WITH EVERY GOOD-BYE…...COMES NEW BEGINNINGS!The school year is coming to a close, and it’s time to say farewell to the lucky graduate of Shiranui High. But there’s still more to come for Rei Hitoma and his remaining students, with the arrival of three new faces—the dragon Karin Ryuzaki, the mouse Machi Nezu, and the black cat Neneko Kurosawa! Seems like Hitoma’s advanced class is about to get even livelier! | 01KT56GTTA2A61HGN9FSSKQR5H | 3.0 | 2025-12-17T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | A Misanthrope Teaches a Class for Demi-Humans, Vol. 3 | 2026-06-23T07:00:00.000Z | 0 | 0 | ||||||
| PRD_2XH61Z9ZGAB0 | CNT_0WJDY6YFMJG0 | A Misanthrope Teaches a Class for Demi-Humans CNT_1VPMYWD1X5B0 | CNT_1VPMYWD1X5B0 | 2 | 1 | 1 | Volume 2 | [] | A Misanthrope Teaches a Class for Demi-Humans, Vol. 2 | THESE DEMI-HUMAN GIRLS... ...WORK HARDER THAN ANYONE! Shiranui Private High School is a special place where demi-humans can cultivate themselves to live as humans do. And for homeroom teacher and self-professed misanthrope Rei Hitoma, each day is filled with new discoveries! From finalassignment woes to the truth behind Sui Usami’s very existence, Hitoma must navigate this world of fantasy and teenage angst. But through it all, he finds himself constantly haunted by his past...and the incident that sparked his hatred for humanity! | 01KGC0C8QES67ANM80E7THQQ6R | 2.0 | 2025-10-21T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | A Misanthrope Teaches a Class for Demi-Humans, Vol. 2 | 2025-12-16T08:00:00.000Z | 0 | 0 | ||||||
| PRD_3R73T0X22M30 | CNT_0Y9ZR4TE96P0 | A Misanthrope Teaches a Class for Demi-Humans CNT_1VPMYWD1X5B0 | CNT_1VPMYWD1X5B0 | 2 | 1 | 1 | Volume 1 | [] | A Misanthrope Teaches a Class for Demi-Humans, Vol. 1 | WHY DO YOU WANT…...TO BECOME HUMAN?Rei Hitoma is a former teacher with a deep disdain for his fellow human beings. But after two years of unemployment, he’s ready for a change of pace. He takes a new job at a school in the mountains, hoping to live a slow, relaxing life surrounded by nature. But on his first day, he passes by a peculiar student...with animal ears?! Turns out, this is no ordinary school. It’s a place dedicated to helping demi-humans become full-fledged human beings! | 01KGBSJG0NYD2Q6M6AY9681RTV | 1.0 | 2025-07-29T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | A Misanthrope Teaches a Class for Demi-Humans, Vol. 1 | 2025-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);