products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_2WSE3Q7CTB70"
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_101S27DGSFZ0 | CNT_2513HHSSWGXG | Konosuba: An Explosion on This Wonderful World! CNT_2WSE3Q7CTB70 | CNT_2WSE3Q7CTB70 | 2 | 2 | 1 | Volume 1 | [] | Konosuba: An Explosion on This Wonderful World!, Vol. 1 | My name is...One year before a certain useless goddess and NEET extraordinaire hit the scene, Megumin, the “Greatest Genius of the Crimson Magic Clan,” is hard at work. Ever since a life-changing encounter in her youth, the young wizard has dedicated her every waking moment to the pursuit of the ultimate offensive magic, Explosion! (Well…every moment not spent hustling food from her self-proclaimed rival.) And while the big sister’s away, the little one will play. On a routine trip into the woods, Megumin’s little sister, Komekko, finds a strange black kitten. Little does she know that this cat plays a key role in unsealing a Dark God’s tomb… | 01KGA63VWTV085G6PZRKW0583C | 1.0 | 2019-09-01T07:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1PQM5BDYSMG0 | Konosuba: An Explosion on This Wonderful World!, Vol. 1 | 2019-12-24T08:00:00.000Z | 0 | 0 | ||||||
| PRD_1W5PMDCY2KT0 | CNT_2EYP00PX94JG | Konosuba: An Explosion on This Wonderful World! CNT_2WSE3Q7CTB70 | CNT_2WSE3Q7CTB70 | 2 | 2 | 1 | Volume 2 | [] | Konosuba: An Explosion on This Wonderful World!, Vol. 2 | Lady Aqua, Control Your Followers!With the ultimate offensive magic finally under her belt, Megumin is off to Axel Town to start her adventure, and nothing will stand in her way! …Except poverty. A trip from the local Teleportation Station isn’t cheap, and the closest it can get her to Axel is Arcanletia, the city of water and hot springs. It looks like Megumin’s got her (part-time) work cut out for her. Thankfully, she can look forward to help from Yunyun—as well as a certain sect of devout lunatics! | 01KG9BJGJX01WJ8ZNY4CBFHHES | 2.0 | 2020-01-27T08:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1PQM5BDYSMG0 | Konosuba: An Explosion on This Wonderful World!, Vol. 2 | 2020-02-25T08:00:00.000Z | 0 | 0 | ||||||
| PRD_246FX4F61X20 | CNT_2QXQ86RVQJ2G | Konosuba: An Explosion on This Wonderful World! CNT_2WSE3Q7CTB70 | CNT_2WSE3Q7CTB70 | 2 | 2 | 1 | Volume 3 | [] | Konosuba: An Explosion on This Wonderful World!, Vol. 3 | A GREAT ADVENTURE STARTS OFF WITH A BANG!…AND A WHIMPER.Axel-a town where many would-be legends find their humble beginnings. It is here that the Crimson Magic duo endeavor to leave their mark on the world…but the only kind of mark Megumin can leave is a giant, smoking crater. And most parties simply don’t have room for a wizard limited to one excessively powerful Explosion per day. Sadly, Yunyun isn’t doing any better. Every party-request flyer she posts reeks of desperation, and her self-confidence bar is in the red! Will no one take a chance on these poor problem children?! | 01KG9CRVE73PGWN37H60CW70YK | 3.0 | 2020-07-15T07:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1PQM5BDYSMG0 | Konosuba: An Explosion on This Wonderful World!, Vol. 3 | 2020-07-21T07: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);