products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_239F4GFSCJ8G"
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_18BP8NXQZQFG | CNT_1YMQBZH3ZVG0 | Turns Out My Online Friend is My Real-Life Boss! CNT_239F4GFSCJ8G | CNT_239F4GFSCJ8G | 2 | 1 | 1 | Volume 1 | [] | Turns Out My Online Friend is My Real-Life Boss! 1 | Hashimoto is your average office worker—young, and prone to being pushed around by his demon boss, Shirase. His only escape is his favorite online game, and the friends he's made within. But when he plans an offline meetup for his party, he gets the surprise of his life...! | 01KG9FZG3QC1KMMF66AR24GHMC | 1.0 | 2021-09-08T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Turns Out My Online Friend is My Real-Life Boss! 1 | Turns Out My Online Friend is My Real-Life Boss! Nmura/Kodansha Ltd. | 2021-09-14T07:00:00.000Z | 0 | 0 | |||||
| PRD_1NJDAW5X5VC0 | CNT_21T2S84QSVBG | Turns Out My Online Friend is My Real-Life Boss! CNT_239F4GFSCJ8G | CNT_239F4GFSCJ8G | 2 | 1 | 1 | Volume 3 | [] | Turns Out My Online Friend is My Real-Life Boss! 3 | It's been one year since office worker Hashimoto began dating his boss, Shirase. After the miraculous turn of events where it "turned out that his online friend was actually his real-life boss," their relationship started off rocky and awkward. But after a year of dating and living together, the two are happier than ever! Their lives have finally started to feel natural, and the cool-headed Shirase even seems to have a passionate side that emerges at unexpected times... Hashimoto can't believe just how loved he is, and he finally gets a chance to enjoy the happy life they've made for themselves. But when doubts begin to surface, Hashimoto starts losing his confidence in the face of his absolutely perfect boyfriend, Shirase! In order to take another step forward, Hashimoto decides to become...more assertive? | 01KG9QZA3YG7GSTFQEJE8131GK | 3.0 | 2025-03-04T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Turns Out My Online Friend is My Real-Life Boss! 3 | Nmura/Kodansha Ltd. | 2025-03-11T07:00:00.000Z | 0 | 0 | |||||
| PRD_2QJKCEXH762G | CNT_101G4BV42STG | Turns Out My Online Friend is My Real-Life Boss! CNT_239F4GFSCJ8G | CNT_239F4GFSCJ8G | 2 | 1 | 1 | Volume 2 | [] | Turns Out My Online Friend is My Real-Life Boss! 2 | It's been three months since the absolutely ordinary and plain office worker, Hashimoto, started going out with his boss, Shirase, and they're reaching their first-month anniversary of moving in together. After the miracle discovery that "his online friend turned out to be his real-life boss," Hashimoto and Shirase had quite the tumultuous start. But after a bunch of misunderstandings, the two are finally together...yet, their days are far from romantic when all they do are play video games and eat together! Getting worried, Hashimoto decides to try leveling up their relationship! But what do you do when your boyfriend's successful, older, and super hot...?! | 01KGBC1CA0JPQ7SXD0Y8GW3HNT | 2.0 | 2024-08-06T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Turns Out My Online Friend is My Real-Life Boss! 2 | Nmura/Kodansha Ltd. | 2024-08-27T07: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);