products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_04TFB5ZC3GJ0"
This data as json, CSV (advanced)
Suggested facets: listed_at, on_sale_at, 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_0PWJ3KXD8HK0 | CNT_3SY4SPY4TVGG | Grim Reaper and Four Girlfriends CNT_04TFB5ZC3GJ0 | CNT_04TFB5ZC3GJ0 | 2 | 1 | 1 | Volume 2 | [] | Grim Reaper and Four Girlfriends, Vol. 2 | Kaoru Minaguchi is a perfect specimen of a "no-lifer," so it's unlucky for him when he meets a reaper with a taste for them! So when he scrambles to find a girlfriend by asking out the only four girls he knows, all four of them somehow say yes! But managing four different girlfriends at once will force Kaoru to risk his very life! He's got to keep dating them all--without any of them finding out--while also dealing with interference from Airi, the reaper... Every encounter's a desperate gamble in this romantic thriller!! | 01K5GB1RJFPM0FFX4NN0QNTVV7 | 2.0 | 2016-06-30T15:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Grim Reaper and Four Girlfriends, Vol. 2 | 2016-06-30T15:00:00.000Z | 0 | 0 | ||||||
| PRD_1ZEETQZBJQSG | CNT_22AGCY1E7HS0 | Grim Reaper and Four Girlfriends CNT_04TFB5ZC3GJ0 | CNT_04TFB5ZC3GJ0 | 2 | 1 | 1 | Volume 1 | [] | Grim Reaper and Four Girlfriends, Vol. 1 | Kaoru Minaguchi is a "no-lifer" who sucks at school, can't play sports, lacks any real talent, definitely doesn't have a girlfriend, or even a remote desire to change any of the above...until a certain grim reaper pays him a visit. Turns out, she's a reaper of "no-lifers" and if Kaoru can't find a way to become a true "real-lifer," he's as good as dead...! In an effort to stay alive and increase his odds of landing a girlfriend, Kaoru sends love letters to four different girls in school...only for all of them to say yes! But if anyone finds out about his four-timing, he'll be back to being a "no-lifer" and, worse yet, back to imminent death! Forget romantic comedies--this one's a thriller!! | 01K5G9W51T254G2JG540DRQWPZ | 1.0 | 2016-06-30T15:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Grim Reaper and Four Girlfriends, Vol. 1 | 2016-06-30T15:00:00.000Z | 0 | 0 | ||||||
| PRD_3R16X83ZXMCG | CNT_302YSWSAV7QG | Grim Reaper and Four Girlfriends CNT_04TFB5ZC3GJ0 | CNT_04TFB5ZC3GJ0 | 2 | 1 | 1 | Volume 3 | [] | Grim Reaper and Four Girlfriends, Vol. 3 | Kaoru Minaguchi's being targeted by a reaper who goes after "no-lifers." When he sends love letters to four different girls in the hopes of getting a girlfriend and becoming a "real-lifer," they all agree to go out with him! With four girlfriends, he's got to be pretty strategic if none of them are to find out about each other... But what happens when he learns that one of them might have a reaper of her own on her tail...? Who could this new reaper's target be!? Every encounter's a desperate gamble in the exciting conclusion to this romantic thriller!! | 01KG987QBPS9NK1GJMD5WVDSPX | 3.0 | 2016-09-01T15:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Grim Reaper and Four Girlfriends, Vol. 3 | 2016-09-01T15: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);