products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_3FF18NH0ET40"
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_0EV1HK1RT500 | CNT_2CFR7MFX4940 | Adults' Picture Book: New Edition CNT_3FF18NH0ET40 | CNT_3FF18NH0ET40 | 2 | 1 | 1 | Volume 3 | [] | Adults' Picture Book: New Edition, Vol. 3 | You made up the definitions—Why are you letting them define you?They met, they married, and now it’s time to live happily ever after…! But what exactly does happiness entail? Plagued with doubts about their marriage, Kudou and Fusako struggle to figure out what they’re supposed to be to each other. After all, it’s not like they agreed to get into a romantic relationship…but Kudou desperately wants the best for Kiki, and what’s best for her is, of course, a picture-perfect family consisting of father, mother, and daughter…isn’t it? | 01KGBAYR22JNF7AZ4TV6RN6998 | 3.0 | 2024-06-18T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1MXE9VYAYQ0G | Adults' Picture Book: New Edition, Vol. 3 | 2024-11-26T08:00:00.000Z | 0 | 0 | ||||||
| PRD_109GW0GK23F0 | CNT_3ZV9BV2MQ3Z0 | Adults' Picture Book: New Edition CNT_3FF18NH0ET40 | CNT_3FF18NH0ET40 | 2 | 1 | 1 | Volume 2 | [] | Adults' Picture Book: New Edition, Vol. 2 | Married and moved in, Fusako is all ready to start her new life with Kiki and Kudou! But one early morning, an unexpected guest disrupts the fragile peace of the household...Fusako and Kiki forge an alliance to cover for Kudou’s lie, but how long can they keep it up?! Meanwhile, Kudou is riddled with doubt over his decisions... | 01KG9PJ37YK3XWXTGDG03JME5A | 2.0 | 2024-01-09T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1GSR46W5XAYG | Adults' Picture Book: New Edition, Vol. 2 | 2024-06-18T00:00:00.000Z | 0 | 0 | ||||||
| PRD_2SEY3FRRYYB0 | CNT_3YJA1602Y940 | Adults' Picture Book: New Edition CNT_3FF18NH0ET40 | CNT_3FF18NH0ET40 | 2 | 1 | 1 | Volume 1 | [] | Adults' Picture Book: New Edition, Vol. 1 | Erotic manga author Kudou's friend Haruki passes away, leaving behind his young daughter Kiki and a note bequeathing her to Kudou. Strange as the situation is, Kudou commits to making a real family for the girl—so when he meets a woman who reminds him of his late friend, he fires off a marriage proposal on the spot! By blood, friendship, love, or circumstance, family is family... | 01KGATGGN0KZN9ZA45RR4FV1NV | 1.0 | 2023-10-30T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1GSR46W5XAYG | Adults' Picture Book: New Edition, Vol. 1 | 2024-03-19T00: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);