products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_0SPR5CZJQZB0"
This data as json, CSV (advanced)
Suggested facets: description_short, 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_0JAPE9DVWCTG | CNT_0X4XT240EQV0 | Goodbye! I'm Being Reincarnated! CNT_0SPR5CZJQZB0 | CNT_0SPR5CZJQZB0 | 2 | 1 | 1 | Volume 1 | [] | Goodbye! I'm Being Reincarnated! 1 | High-school teen Yuya Kamigasaki lives a perfectly average life, when he isn't dropping in uninvited on his big-breasted friend next door. One day, a magical circle appears in his room, revealing Angelia, a princess from another world who offers to “reincarnate” him into the greatest hero that ever lived. This wouldbe hero's life is about to get a lot less boring and a whole lot more dangerous! | 01KGA62GTJ927BKED9EH577MR6 | 1.0 | 2019-07-24T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Goodbye! I'm Being Reincarnated! 1 | (C) 2019 Kenji Saito, Parabora / Kosdansha Ltd. | 2019-08-06T07:00:00.000Z | 0 | 0 | |||||
| PRD_1BE6FFRVT900 | CNT_0DK2TB0A15EG | Goodbye! I'm Being Reincarnated! CNT_0SPR5CZJQZB0 | CNT_0SPR5CZJQZB0 | 2 | 1 | 1 | Volume 3 | [] | Goodbye! I'm Being Reincarnated! 3 | Ange has just dropped a bombshell revelation--if she can't reincarnate the Great Hero by the next new moon, she'll lose her own life! That unavoidable deadline only serves to further steel her resolve, but how will Yuya react to this unbelievable confession...? | 01KGA7KHNJ25Y002AJF6GXNWMA | 3.0 | 2019-09-20T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Goodbye! I'm Being Reincarnated! 3 | (C) Kenji Saito (C) Parabora / Kodansha Ltd. | 2019-10-01T07:00:00.000Z | 0 | 0 | |||||
| PRD_2XCSKC3BSSS0 | CNT_2CMFFEQGDTKG | Goodbye! I'm Being Reincarnated! CNT_0SPR5CZJQZB0 | CNT_0SPR5CZJQZB0 | 2 | 1 | 1 | Volume 4 | [] | Goodbye! I'm Being Reincarnated! 4 | It's the Great Hero (and the monsters that back him up) versus the princess of another world! With Ange on the offensive, the final battle is about to kick off. If Yuya is reincarnated, it's all over -- but if he isn't, Ange dies. The situation seems hopeless, but can the Great Hero step up and find a way to save this otherworldly princess?! It's the shocking final volume of this other-world fantasy where, for a change, nobody has to get reincarnated after all! | 01KG9BKN7GRSW0HR2NZ3Y85S6T | 4.0 | 2020-03-31T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Goodbye! I'm Being Reincarnated! 4 | Kenji Saito Parabora / Kodansha Ltd. | 2020-04-07T07:00:00.000Z | 0 | 0 | |||||
| PRD_3K20ZVEYGAB0 | CNT_20N6PDT266BG | Goodbye! I'm Being Reincarnated! CNT_0SPR5CZJQZB0 | CNT_0SPR5CZJQZB0 | 2 | 1 | 1 | Volume 2 | [] | Goodbye! I'm Being Reincarnated! 2 | Ange, princess from another world, has come to Earth to “reincarnate” hapless teen Yuya, so he can become the hero he's destined to be. Unfortunately, the only way to trigger this is to kill him -- and after a pitched battle, her blade has penetrated his heart! Is this the end of high-school life and the start of a breathtaking new legend, or...? | “Welcome to Phatulia... Great Hero.” | 01KGA7F7DBSSAS12Z6GYMSD6TF | 2.0 | 2019-08-22T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Goodbye! I'm Being Reincarnated! 2 | (C) Kenji Saito (C) Parabora / Kodansha Ltd. | 2019-09-03T07: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);