products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_0B0HE3ABRFK0"
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_0JFNSV994PPG | CNT_2Y5X0Z12YT2G | Practice Makes Perfect CNT_0B0HE3ABRFK0 | CNT_0B0HE3ABRFK0 | 2 | 1 | 1 | Volume 3 | [] | Practice Makes Perfect 3 | Japanese national volleyball representative, Nohara Suzuki and judo representative, Takaya Yano spent their lives single-mindedly dedicated to competitive sports. Before they knew it, they're now both approaching their thirties with zero sexual experience. After they start to meet at a hotel to train up on the art of sex, they eventually begin to date. Which brings them to their next goal, a sexual encounter worthy of a gold medal! With the support of all the citizens, will the two be able to safely retire their virgin statuses?! And for the two overachievers, will they be able to push forward to greater forbidden adult practices?! A sports-themed lesson in love by Ui Hanamiya. | 01KG9DGJGNACWE76S3J1QKRE4F | 3.0 | 2020-11-25T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Practice Makes Perfect 3 | Ui Hanamiya / Kodansha Ltd. | 2020-12-08T08:00:00.000Z | 0 | 0 | |||||
| PRD_11AWGYTCRCGG | CNT_3CD46XFQVGK0 | Practice Makes Perfect CNT_0B0HE3ABRFK0 | CNT_0B0HE3ABRFK0 | 2 | 1 | 1 | Volume 2 | [] | Practice Makes Perfect 2 | Japanese national volleyball representative, Nohara Suzuki and judo representative, Takaya Yano spent their lives single-mindedly dedicated to competitive sports. Before they knew it, they're now both approaching their thirties with zero sexual experience. And so they agree to meet at a hotel, to train up on the art of sex. What started out as mere practice soon develops into true attraction, a whirlwind that cannot be stopped. But now that the two have become official, they set their eyes on their next goal: A sexual encounter worthy of a gold medal! Starting from...foreplay?! A sports-themed lesson in love by Ui Hanamiya. | 01KG9DCB9VQH3JQFT1Q7F30T68 | 2.0 | 2020-10-28T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Practice Makes Perfect 2 | Ui Hanamiya / Kodansha Ltd. | 2020-11-10T08:00:00.000Z | 0 | 0 | |||||
| PRD_2SHET7CM9B50 | CNT_018JRCJWA0FG | Practice Makes Perfect CNT_0B0HE3ABRFK0 | CNT_0B0HE3ABRFK0 | 2 | 1 | 1 | Volume 1 | [] | Practice Makes Perfect 1 | 28-year-old Japanese national representative for volleyball, Nohara Suzuki, and Judo, Takaya Yano, are facing the same problem: they both just got dumped because they were too inexperienced in the world of physical relationships. So what do two over-achieving athletes decide to do? Practice, of course! And as Nohara and Takaya practice more and more, they may just find the ones they're practicing for...are each other. | 01KG9CDPY4Y52BPPRA4QPV8XWR | 1.0 | 2020-09-30T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Practice Makes Perfect 1 | Ui Hanamiya / Kodansha Ltd. | 2020-10-13T07:00:00.000Z | 0 | 0 | |||||
| PRD_3RC0Y607N3ZG | CNT_0GJ31NY1E79G | Practice Makes Perfect CNT_0B0HE3ABRFK0 | CNT_0B0HE3ABRFK0 | 2 | 1 | 1 | Volume 4 | [] | Practice Makes Perfect 4 | Going for gold, Japanese national volleyball representative, Nohara Suzuki and judo representative, Takaya Yano have finally retired their respective virgin statuses! And with all of that practice, it looks like they've begun to develop some talent in that field. Right when they start to live together and everything looks like it's going well, Nohara receives an offer to join the Italian team! So what happens to the relationship of these two national athletes? The conclusion to this sports-themed lesson in love by Ui Hanamiya. | 01KG9DWXPD1Z7VNT67XPZAYHPW | 4.0 | 2020-12-23T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Practice Makes Perfect 4 | Ui Hanamiya / Kodansha Ltd. | 2021-01-12T08: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);