products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_07Y264Y3H4M0"
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_11KPEHBKSB00 | CNT_171THMNJDME0 | Enough with This Slow Life! I Was Reincarnated as a High Elf and Now I'm Bored CNT_07Y264Y3H4M0 | CNT_07Y264Y3H4M0 | 2 | 4 | 2 | Volume 2 | [] | Enough with This Slow Life! I Was Reincarnated as a High Elf and Now I'm Bored: Volume 2 | Nearly twenty years after leaving the Great Pulha Woodlands and making first contact with the human civilizations of this world, Acer finds the consequences of his actions catching up with him. The incident that forced him to leave the kingdom of Ludoria has brought a half-elf child into the world. Traditionally, such children were disposed of, but at Acer's request, the child is spared—on the condition that Acer himself takes responsibility for it. He eagerly embraces his new role as a foster father, and while raising a child means he must put his days of carefree wandering behind him for a time, there's still plenty of world out there for the two of them to explore. But before they go too far, Acer has some old friends he'd like his newly adopted son to meet! | 01KG7A507SHJF8C7NEHAKW25VC | 2.0 | 2025-12-03T08:00:00.000Z | Tantor Media LAB_1568H9GGBM40 | GEO_1PQM5BDYSMG0 | Enough with This Slow Life! I Was Reincarnated as a High Elf and Now I'm Bored: Volume 2 | 2025-12-16T08:00:00.000Z | 0 | 0 | ||||||
| PRD_1VY46RJXNE30 | CNT_3523QDMS4Q30 | Enough with This Slow Life! I Was Reincarnated as a High Elf and Now I'm Bored CNT_07Y264Y3H4M0 | CNT_07Y264Y3H4M0 | 2 | 4 | 2 | Volume 1 | [] | Enough with This Slow Life! I Was Reincarnated as a High Elf and Now I'm Bored: Volume 1 | Life in the Great Pulha Woodlands is the very definition of stillness and tranquility—and Acer's had enough of it! That's right. Acer isn't quite like the other high elves of the forest. For starters, he remembers living a past life as a human in another world . . . meaning he's got a taste for meat, adventure, and plenty of other decidedly un-elven things! He's also bored out of his skull after 120 years of the peace and quiet of their serene sylvan lifestyle. So with nothing more than his trusty bow, a bundle of life-giving fruit, and his close bond with the spirits of nature, Acer leaves the monotony of the forest behind to seek a new life, one that's more his pace. See what excitement awaits in the outside world full of humans, dwarves, and even other elves! | 01KG78N7FYD3PDN7NXF2N9CNFK | 1.0 | 2025-12-03T08:00:00.000Z | Tantor Media LAB_1568H9GGBM40 | GEO_1PQM5BDYSMG0 | Enough with This Slow Life! I Was Reincarnated as a High Elf and Now I'm Bored: Volume 1 | 2025-12-16T08: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);