products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_127Z3C6QBD8G"
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_286TB0S47RH0 | CNT_1Q5A6NVC97AG | The World of Summoning CNT_127Z3C6QBD8G | CNT_127Z3C6QBD8G | 2 | 1 | 1 | Volume 2 | [] | The World of Summoning 2 | Born in the district for summoned creatures, Tokoyo dreams of one day becoming a summoner himself. When it's time for his enrolment into the summoning academy, Tokoyo's secret threatens to change the current worldview...!! Tokoyo and his friends continue their days in the special combat class. But who would've guessed that the secret organization hell bent on destroying reality would take interest in Tokoyo and attempt to make contact with the boy? Can Tokoyo remain safe when the organization that's trying to bring destruction and revolution through summoning is targeting him? | 01KH3EZG4BC38F87XP7AEWH2EA | 2.0 | 2023-06-16T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | The World of Summoning 2 | Yuuki Kodama/Kodansha Ltd. | 2023-06-27T07:00:00.000Z | 0 | 0 | |||||
| PRD_2H4Y90DS4XQG | CNT_3FZVDTHT9X7G | The World of Summoning CNT_127Z3C6QBD8G | CNT_127Z3C6QBD8G | 2 | 1 | 1 | Volume 3 | [] | The World of Summoning 3 | Raised in a district of other worldly beings, it has always been Tokoyo's dream to become a professional summoner. When he's finally old enough, he enrolls to the summoning academy, taking his first steps to his dream. However, there's a secret hidden deep within Tokoyo's worldview, which can turn the world upside down! On the day when the world changed, it transformed into something foreign and unrecognizable. After being sent into an otherworldly space created by Garden, a summon made by the Contra-true world summoning association, Tokoyo and his friends wander the realm, looking for an escape. Garden's true aim is to have Tokoyo kill him with his own two hands, which will release the distortion within Tokoyo, fusing all of the other worlds with reality and distorting the world as a whole!! But how can Tokoyo be stopped after the expansion begins...? | 01KG9PHPAPE8QAC915PVJ80QMN | 3.0 | 2024-01-09T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | The World of Summoning 3 | Yuuki Kodama/Kodansha Ltd. | 2024-01-16T08:00:00.000Z | 0 | 0 | |||||
| PRD_33QT6H7R1220 | CNT_22P114PZN1SG | The World of Summoning CNT_127Z3C6QBD8G | CNT_127Z3C6QBD8G | 2 | 1 | 1 | Volume 1 | [] | The World of Summoning 1 | Tokoyo was raised in the Fantasy District-not notable in and of itself, except for the fact that he's human. That fact alone gives him the ability to become a Summoner-one who can bring people and items from other worlds into his own. He's the pride of the district, as all those who live there were themselves summoned from another world. But when he emerges into the city of Tokyo, a human city where the summoned are discriminated against, he finds that being a Summoner isn't what he thought it was at all...and that, perhaps, his utopian vision of a world shared by human and summoned alike isn't shared by all... A brand-new adventure from the creator of Blood Lad! | 01KGB6T0XH5ZF9KMTHJZGYW5T1 | 1.0 | 2023-05-12T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | The World of Summoning 1 | Yuuki Kodama/Kodansha Ltd. | 2023-05-30T07: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);