products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_3ZA6T9QH8SY0"
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_05PCC51SCTN0 | CNT_2GKY5ZDW0YX0 | Can I Kiss You Every Day? CNT_3ZA6T9QH8SY0 | CNT_3ZA6T9QH8SY0 | 2 | 1 | 1 | Volume 3 | [] | Can I Kiss You Every Day? 3 | Kurumi's doting brother, Ataka, has repeatedly tried to get in the way of her romance with Nagio, but in spite of that, the two of them carry on with their loving relationship, kissing each other every single day. However, it seems Nagio wants to go beyond just kissing … ?! Here's a romance story starring a black-hearted-yet-loving boy, filled with sweet and passionate kisses! | 01KGA6A3EPK5MKGFP42R1JXRKM | 3.0 | 2019-01-07T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Can I Kiss You Every Day? 3 | (C) HATSUHARU / Kodansha Ltd. | 2019-01-08T08:00:00.000Z | 0 | 0 | |||||
| PRD_12WT67C7MDJG | CNT_1P9NE9TD61GG | Can I Kiss You Every Day? CNT_3ZA6T9QH8SY0 | CNT_3ZA6T9QH8SY0 | 2 | 1 | 1 | Volume 4 | [] | Can I Kiss You Every Day? 4 | Kurumi reunited with her childhood friend Nagio after many years, and later became a couple with him. Kurumi's doting brother, Ataka, repeatedly tried to get in the way of their romance, but in spite of that, the two of them still carried on with their loving relationship. They would kiss each other every single day. However, it seemed like Nagio wanted to go beyond just kissing...?! This is a childhood friend romance story starring a black-hearted yet loving boy, filled with sweet and passionate kisses! | 01KGA6D7D7ZZXXRPTW4T5T2EWJ | 4.0 | 2019-01-24T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Can I Kiss You Every Day? 4 | (C) HATSUHARU / Kodansha Ltd. | 2019-02-05T08:00:00.000Z | 0 | 0 | |||||
| PRD_1WKXZJ21PGN0 | CNT_2K1GQXTA64X0 | Can I Kiss You Every Day? CNT_3ZA6T9QH8SY0 | CNT_3ZA6T9QH8SY0 | 2 | 1 | 1 | Volume 1 | [] | Can I Kiss You Every Day? 1 | Kurumi lives under one roof with her father and her overprotective brother, Ataka. One day, she reunites with Nagio, her childhood friend. Now a strapping young man, Nagio doesn't hesitate at all to make his advances, much to Kurumi's dismay! He would kiss her out of nowhere and tell her how he has always liked her, totally having her wrapped around his finger. While Kurumi didn't like it at first, she eventually finds herself heads over heels for Nagio! This is a childhood friend romance story starring a black-hearted yet loving boy, filled with sweet and passionate kisses! | 01KGA3RZYDVV40CFSRBH0K59W2 | 1.0 | 2018-10-23T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Can I Kiss You Every Day? 1 | (C) HATSUHARU / Kodansha Ltd. | 2018-11-06T08:00:00.000Z | 0 | 0 | |||||
| PRD_3G4PXDVRYBTG | CNT_2FB04SPYMZRG | Can I Kiss You Every Day? CNT_3ZA6T9QH8SY0 | CNT_3ZA6T9QH8SY0 | 2 | 1 | 1 | Volume 2 | [] | Can I Kiss You Every Day? 2 | Kurumi reunited with her childhood friend Nagio after many years. She was very perplexed after Nagio kissed her out of nowhere and confessed that he likes her. However, she eventually realized that she also likes Nagio, and gave him a kiss herself! Kurumi's overprotective brother, Ataka, just also happened to be there to witness it! In his anger, Ataka decided to take some extreme measures against Kurumi…?! | 01KG9ASJXZD8WG0XEW69Y9QAB2 | 2.0 | 2018-11-20T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Can I Kiss You Every Day? 2 | (C) HATSUHARU / Kodansha Ltd. | 2018-12-04T08: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);