products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_1A77FXJH2WVG"
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_35H2CR1D0NJ0 | CNT_29E9EQGKBJ4G | Dragon and Ceremony CNT_1A77FXJH2WVG | CNT_1A77FXJH2WVG | 2 | 2 | 1 | Volume 3 | [] | Dragon and Ceremony, Vol. 3 | Autumn turns to winter, and Ix heads to the city of Estosha to fulfill a commission from the local monastery. There, his budding friendship with Shuno, another apprentice wandmaker on the assignment, leads him to reevaluate what it means to be a craftsman. Meanwhile, Yuui and Nova also find themselves in Estosha after the New Order forces the pair to attend a series of theological conferences on Marayist scripture. But what could the New Order want with a pagan like Yuui? As the mysteries of Estosha pile up and a bomb threat rocks the conference, Yuui’s and Ix’s paths cross once again in an encounter that will determine both their fates… | 01KGAJS9F6BWQ08FV5F5X38V7S | 3.0 | 2022-09-30T07:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1KB2KYDQ0JGG | Dragon and Ceremony, Vol. 3 | 2022-10-18T00:00:00.000Z | 0 | 0 | ||||||
| PRD_3FSAXDA0XKSG | CNT_38EQJDFTHQTG | Dragon and Ceremony CNT_1A77FXJH2WVG | CNT_1A77FXJH2WVG | 2 | 2 | 1 | Volume 1 | [] | Dragon and Ceremony, Vol. 1 | Broke and recently homeless, fledgling wandmaker Ix leaves his isolated village in search of employment only to run into Yuui, a girl with a contract entitling her to a free wand repair from his late instructor. But when Ix decides to honor the guarantee and complete the job in his teacher’s stead, he quickly realizes that this is no routine tune-up. Against all odds, Yuui’s wand is powered by the heart of a mythical creature thought to have gone extinct over a thousand years ago—a dragon. To complete the restoration and put both their pasts to rest, the pair must now uncover the truth behind the dragons’ disappearance from the world… | 01KGADEN27T3QGRP2FK0X6G2JX | 1.0 | 2021-12-09T08:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1KB2KYDQ0JGG | Dragon and Ceremony, Vol. 1 | 2022-01-18T00:00:00.000Z | 0 | 0 | ||||||
| PRD_3Y0HY3EBQ850 | CNT_31H7AT6FVB0G | Dragon and Ceremony CNT_1A77FXJH2WVG | CNT_1A77FXJH2WVG | 2 | 2 | 1 | Volume 2 | [] | Dragon and Ceremony, Vol. 2 | When someone unravels the wand wall, the cornerstone of the capital’s defenses, apprentice wandmaker Ix is all but forced to investigate the perpetrator and determine their identity. Fortunately, he won’t be going it alone—both his friend Yuui and her classmate Nova tag along to lend their assistance. The few clues the trio can find lead them to a forest on the outskirts of a rural village, where a man eating, immortal witch is said to dwell. As the case and the investigators’ attachment to it grow more complex, though, and the harvest festival where the witch takes her victims draws nearer, what shocking revelations will come to light...? | 01KGAGHRME9XVZP7QDC0B5VZYG | 2.0 | 2022-04-25T07:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1KB2KYDQ0JGG | Dragon and Ceremony, Vol. 2 | 2022-05-17T00: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);