products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_0514KKGQQKR0"
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_0KEDTBGKEH4G | CNT_1QAF1YP8E4C0 | To Another World... with Land Mines! CNT_0514KKGQQKR0 | CNT_0514KKGQQKR0 | 2 | 1 | 1 | Volume 1 | [] | To Another World... with Land Mines! Volume 1 | When an entire class of high school students die in a tragic bus accident, an evil god sends them to a different world with supernatural skills to help them survive. However, they don't realize that some of those skills are land mines—powers that seem good but have deadly downsides! Among those students are the childhood friends Haruka, Nao, and Touya, who work together to establish a safe and stable life in this new world. None of them want to be a hero, and that realistic perspective is exactly what they need to survive. After all, the world they're in isn't a game. It's reality. | An entire class of high school students are transported to a different world with supernatural skills to help them. However, what they don't realize is that most of those skills are land mines—powers that seem good but have deadly downsides! | 01KH3QMNH37ZNAH70V3DRGRKZA | 1.0 | 2024-04-23T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | To Another World... with Land Mines! Volume 1 | Copyright © Relucy 2020 © Itsuki Mizuho 2020 | 2024-07-03T07:00:00.000Z | 0 | 0 | ||||
| PRD_2F5J7JBCMH60 | CNT_2BTA98H3CN60 | To Another World... with Land Mines! CNT_0514KKGQQKR0 | CNT_0514KKGQQKR0 | 2 | 1 | 1 | Volume 2 | [] | To Another World... with Land Mines! Volume 2 | Nao's party of childhood friends is working hard to earn money and stabilize their lives in a different world. Meanwhile, Nao raises the idea of recruiting two old pals, but the search proves to be more difficult than he ever imagined. Worse yet, there's another classmate in town–and this one means trouble! Follow Nao, Touya, and Haruka's adventures as their eventful quest for companions leads them to a new town and new problems! | Nao's party decides to look for new companions. First stop? Leaving Laffan and setting off into the wide world! | 01KGBBB45YQR9TGKRMFPZW05WG | 2.0 | 2024-07-29T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | To Another World... with Land Mines! Volume 2 | Copyright © Relucy 2021 © Itsuki Mizuho 2021 | 2024-10-23T07: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);