products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_36MYS4J6CCT0"
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_25K6JPTWT8V0 | CNT_0EYR1B33A070 | Accidentally in Love: The Witch, the Knight, and the Love Potion Slipup CNT_36MYS4J6CCT0 | CNT_36MYS4J6CCT0 | 2 | 1 | 1 | Volume 2 | [] | Accidentally in Love: The Witch, the Knight, and the Love Potion SlipupVolume 2 | Cecily is enjoying her time in the Snowflower Palace nurturing her relationships with her new lover Zeke and even newer friend Princess Charlotte. However, the arrival of a noblewoman throws a spanner in the works—apparently, this newcomer is Zeke's girlfriend! Saddled with guilt, Cecily decides to come clean to Zeke. She works to concoct an antidote for her love potion, but is such a thing even possible...? | After days of loving bliss with Zeke, Cecily decides she has to come clean. But in order to do that, she needs to create an antidote for her love potion. Will she manage to find her happily ever after? | 01KG9RC5HTWBM908QDS1XX1SYC | 2.0 | 2025-01-21T08:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | Accidentally in Love: The Witch, the Knight, and the Love Potion SlipupVolume 2 | Copyright © Itsuki Azumaya 2024 © Shino Agetate 2024 © Harunadon, Eda 2024 | 2025-01-29T08:00:00.000Z | 0 | 0 | ||||
| PRD_2DFXY55VS2RG | CNT_241DKYDFANWG | Accidentally in Love: The Witch, the Knight, and the Love Potion Slipup CNT_36MYS4J6CCT0 | CNT_36MYS4J6CCT0 | 2 | 1 | 1 | Volume 1 | [] | Accidentally in Love: The Witch, the Knight, and the Love Potion Slipup Volume 1 | Cecily is a romantic who dreams of finding true love—the only problem is that she's a witch! Scorned by society, she gives up on meeting her very own Prince Charming until a chance encounter with the gruff but gallant knight Zeke reignites her dream. She concocts a love potion in secret and brings it to him, but before she can get a word in edgewise, he accidentally drinks the whole thing! Will Cecily manage to come clean about the whole affair? And will this slipup lead to the happily ever after she's always wanted? | Cecily longs to one day meet her Prince Charming, but those dreams are quashed when she discovers she's a witch! Then, when she falls for the gruff knight Zeke, she has no idea how to win his heart... Perhaps a love potion might do the trick? | 01KGBBHYTK71RZ0JXVY6QZV4DP | 1.0 | 2024-08-27T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | Accidentally in Love: The Witch, the Knight, and the Love Potion Slipup Volume 1 | Copyright © Itsuki Azumaya 2024 © Shino Agetate 2024 © Harunadon, Eda 2024 | 2024-09-18T07: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);