products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_1P3J0JC1NN90"
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_0PNEBJPP8NMG | CNT_002GDCPM9SZG | Thigh High: Reiwa Hanamaru Academy CNT_1P3J0JC1NN90 | CNT_1P3J0JC1NN90 | 2 | 1 | 1 | Volume 3 | [] | Thigh High: Reiwa Hanamaru Academy Vol. 3 | It's time for Hanamaru Academy's cultural festival! The students of Class 2-A have decided to do a haunted house, but they have competition: the students of Class 2-B are doing a haunted house, too! The battle of the class reps is back for a reprise, but Kiritani is already at a disadvantage, because no one in Class 2-A wants to wear scary costumes--they all want to be cute! Which haunted house will prevail? | KOWAI VS. KAWAII! | 01KG9HG64TW6V3ARTKVPCNV6S2 | 3.0 | 2021-12-10T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Thigh High: Reiwa Hanamaru Academy Vol. 3 | 2020 Kotobuki | 2022-02-01T08:00:00.000Z | 0 | 0 | ||||
| PRD_1JZB61WDP2X0 | CNT_2RDN8CSC7CHG | Thigh High: Reiwa Hanamaru Academy CNT_1P3J0JC1NN90 | CNT_1P3J0JC1NN90 | 2 | 1 | 1 | Volume 2 | [] | Thigh High: Reiwa Hanamaru Academy Vol. 2 | Kiritani isn't as busty or bulky as the other students at Hanamaru Academy, but that doesn't mean Class 2-A's rep is lazing around all day. First, there's the return of an absent student to attend to, then a sports day bulging with plenty of muscle, and finally, a trip to Kyoto...including some steamy onsen shenanigans! | BICEPS AND BATHTIME! | 01KG9FR0B0HBQEH9HVWWWQQMGT | 2.0 | 2021-07-16T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Thigh High: Reiwa Hanamaru Academy Vol. 2 | 2020 Kotobuki | 2021-08-17T07:00:00.000Z | 0 | 0 | ||||
| PRD_3D3RA8CGD9W0 | CNT_0HGWK45DB3JG | Thigh High: Reiwa Hanamaru Academy CNT_1P3J0JC1NN90 | CNT_1P3J0JC1NN90 | 2 | 1 | 1 | Volume 1 | [] | Thigh High: Reiwa Hanamaru Academy Vol. 1 | The students at Hanamaru Academy are putting the boot (and booty!) to gender norm uniforms. Instead of wearing drab blazers, these beauty-builders are obsessed with the length of their skirts and the size of their chests as they try to navigate high school. This high-energy comedy takes being cute and being cut to a whole new level! | Every day is leg day in this ultra-cute high school comedy! | 01KG9E62Y694J0AJCZNMK04RS5 | 1.0 | 2021-04-06T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Thigh High: Reiwa Hanamaru Academy Vol. 1 | 2019 Kotobuki | 2021-05-11T07: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);