products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_295MPCP9M2RG"
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_0M3H2EKQH1JG | CNT_0K7BZAK3J8SG | Level Up with the Gods CNT_295MPCP9M2RG | CNT_295MPCP9M2RG | 2 | 1 | 1 | Volume 2 | [] | Level Up with the Gods, Vol. 2 | The Boastful Son of Thunder!Yuwon Kim has every intention of making sure the failures of his past life won’t be repeated during his second chance. He’ll have to take as many risks as possible, including challenging the demon Surtra, a monster that was never meant to be fought. For all his meddling, however, Yuwon realizes his mission hasn’t changed: He’ll have to climb the ranks of the Tower once more, competing against powerful rivals from other worlds—such as the son of the king of the gods! | 01KH2SMQZ3FWXMN5TK9Q6HN5J4 | 2.0 | 2025-10-21T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Level Up with the Gods, Vol. 2 | 2026-02-10T08:00:00.000Z | 0 | 0 | ||||||
| PRD_0PA2GZEYPH90 | CNT_0KK2DZFTS1EG | Level Up with the Gods CNT_295MPCP9M2RG | CNT_295MPCP9M2RG | 2 | 1 | 1 | Volume 1 | [] | Level Up with the Gods, Vol. 1 | The Final Beacon of Hope!The appearance of the Tower marked the end of his world, yet despite the odds, ordinary college student Yuwon Kim is the first to make it to the top and join the ranks of the powerful inner gods. Accompanied by legends such as Hercules, Vishnu, and Sun Wukong, Yuwon and his allies face the monstrous outer gods who threaten to wipe out t heir very existence. Unable to lift a finger against such foes, their last chance rests on sending Yuwon back to the day his world ended to train to defeat the outer gods for good—as long as he sur vives the brutal tutorial stage once more! | 01KG9Q92H1N9J0AP203Q2RQF07 | 1.0 | 2025-03-04T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Level Up with the Gods, Vol. 1 | 2025-07-22T07:00:00.000Z | 0 | 0 | ||||||
| PRD_39ZSSW5PMPR0 | CNT_1WWDCP1XQMYG | Level Up with the Gods CNT_295MPCP9M2RG | CNT_295MPCP9M2RG | 2 | 1 | 1 | Volume 3 | [] | Level Up with the Gods, Vol. 3 | The Fiery God of Blacksmiths!On his quest to climb the tower, Yuwon Kim encounters a dependable ally from his past life—the cranky blacksmith Vulcaro. Little does he know, Yuwon is not the only one who has discovered the true identity of the humble smith! The two of them find themselves standing against the overwhelming might of an Olympian army led by a powerful foe: Chryses, a Ranker and affiliate of Apollo who is intent on bringing the smith back with him. Though Yuwon has reached the top of the tower once before, will he be able to defeat a Ranker at his current level? | 01KTA4G9ATY0A661P0PEZYT65Y | 3.0 | 2025-12-17T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | Level Up with the Gods, Vol. 3 | 2026-06-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);