products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_05DC592Q74Q0"
This data as json, CSV (advanced)
Suggested facets: geoblock_id, 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_0Z9Y8PYTJBVG | CNT_3WWQEW3BE30G | No Game No Life Chapter 2: Eastern Union CNT_05DC592Q74Q0 | CNT_05DC592Q74Q0 | 2 | 1 | 1 | Volume 3 | [] | No Game No Life Chapter 2: Eastern Union Arc, Vol. 3 | Hot on the heels of their victory against Jibril, God-gamer siblings Sora and Shiro are looking to throw down the gauntlet once again. Luckily, it’s very easy to start a fight when they have a new Flügel servant who can teleport them straight to the Eastern Union’s embassy! But c’mon, what’s the plan here? The Eastern Union is the third-largest country in the world, the Werebeasts who inhabit it can supposedly read minds, and they beat the former king of Elkia seven times in a row! If Sora and Shiro want to save what little of Disboard that Immanity still clings to, they’d better have one hell of a trump card up their sleeve… | 01KJQ5046Y37APCB0AZRWR1NDZ | 3.0 | 2025-10-21T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | No Game No Life Chapter 2: Eastern Union Arc, Vol. 3 | 2026-03-24T00:00:00.000Z | 0 | 0 | ||||||
| PRD_1EJ0CXG237ZG | CNT_0ZCM2HEQKQFG | No Game No Life Chapter 2: Eastern Union CNT_05DC592Q74Q0 | CNT_05DC592Q74Q0 | 2 | 1 | 1 | Volume 1 | [] | No Game No Life Chapter 2: Eastern Union Arc, Vol. 1 | The manga adaptation of the hit light novel series enters its second chapter! Summoned by a boy who calls himself God in a world where games decide everything, the prodigy gamer siblings Sora and Shiro quickly rise to the top of human society. Having secured a future for the nation of Elkia and humankind in this world, the siblings set their sights on a new prize—the Eastern Union. It's finally time to challenge the other races! | 01KG9PWBRS82ATG17JWX23BTT0 | 1.0 | 2023-12-21T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | No Game No Life Chapter 2: Eastern Union Arc, Vol. 1 | 2024-05-21T00:00:00.000Z | 0 | 0 | ||||||
| PRD_2TZ5YY62P7S0 | CNT_003SKPDAQ9RG | No Game No Life Chapter 2: Eastern Union CNT_05DC592Q74Q0 | CNT_05DC592Q74Q0 | 2 | 1 | 1 | Volume 2 | [] | No Game No Life Chapter 2: Eastern Union Arc, Vol. 2 | Summoned to a “world in which games decide everything” by a boy who calls himself a god, ace gamer siblings Sora and Shiro capture Immanity’s throne in the blink of an eye and set their sights on a new conquest—The Eastern Union—third most powerful nation in the world. But an encounter with Jibril, the Flügel prompts an unexpected game of materialization shiritori! Against a creature with the power to slay gods, can “ ” come out on top? | 01KH3R9FVBHK98X124Y2QQRY4E | 2.0 | 2024-05-08T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | No Game No Life Chapter 2: Eastern Union Arc, Vol. 2 | 2024-10-29T07: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);