products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_2QEXSKSCT4J0"
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_0SB1DRP1TQQG | CNT_2CBFSSF1JZ4G | My Younger Knight Takes Care of Me in Another World CNT_2QEXSKSCT4J0 | CNT_2QEXSKSCT4J0 | 2 | 1 | 1 | Volume 2 | [] | My Younger Knight Takes Care of Me in Another World Vol. 2 | Back on Earth, Mitsuki was just your average thirty-something office worker. He certainly never expected to wind up having a grand, magical adventure. But here he is, living in a fantasy world alongside Volk, a younger man who turns into a large black wolf now and then. It's a lot to get used to, but Mitsuki enjoys his new life. He just wishes that he could find some purpose in this world so he wasn't such a burden to Volk and everyone else. Can Volk convince his lover that he's fine as he is? The story comes to its romantic conclusion! | LOVING YOU ALL KNIGHT LONG | 01KGC0EZN1XTYAK31K6VW82KJS | 2.0 | 2025-10-28T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | My Younger Knight Takes Care of Me in Another World Vol. 2 | ©NEKONOMORI SHIMA 2022 | 2025-12-23T08:00:00.000Z | 0 | 0 | ||||
| PRD_17Y9EJ6FMKQG | CNT_0FX4DPRH56Z0 | My Younger Knight Takes Care of Me in Another World CNT_2QEXSKSCT4J0 | CNT_2QEXSKSCT4J0 | 2 | 1 | 1 | Volume 1 | [] | My Younger Knight Takes Care of Me in Another World Vol. 1 | Mitsuki is an ordinary thirty-something office worker leading a monotonous 9-to-5 life. His hum-drum routine is suddenly shattered when he tries to help a girl in distress, only to be unexpectedly transported to a different world. While the girl is meant to be there, Mitsuki is out of place, and nobody knows what to do with him. Fortunately, Volk, a striking and noble knight, takes it upon himself to care for Mitsuki--even gently tending to him after he's rendered unconscious from an injury. But when Mitsuki comes to, it's not Volk next to him but a large black wolf! Just who--or what--is Volk and how is Mitsuki expected to survive in this unfamiliar world? | A sexy Boys' Love isekai about an overworked salaryman who winds up in another world and under the protection of a handsome knight with a secret! | 01KGBNTNKEPD1KPF882CYMH5SM | 1.0 | 2025-05-14T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | My Younger Knight Takes Care of Me in Another World Vol. 1 | ©NEKONOMORI SHIMA 2021 | 2025-07-08T07: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);