products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_15D0B7Q4FMYG"
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_0HEXPM01V0P0 | CNT_0FA5TKKGXHPG | There Was No Secret Evil-Fighting Organization (srsly?!), So I Made One MYSELF! CNT_15D0B7Q4FMYG | CNT_15D0B7Q4FMYG | 2 | 2 | 1 | Volume 2 | [] | There Was No Secret Evil-Fighting Organization (srsly?!), So I Made One MYSELF! Volume 2 | Now the whole world knows of the existence of World Shadows and espers. As the desire for power within the unconscious mind of the general public swells at the knowledge of this new form of power, the World Shadows grow stronger, marking a new turning point in the war between them and Amaterasu. (Blame Shouta, he got too OP.) But, entirely out of the blue, a new character shows up and crashes the secret organization, bringing with her a shocking backstory. Is she friend or foe? And what's that? The police are getting involved?! Read along in this game of cat and mouse as science fiction clashes with fantasy and Kinemitsu Sago struggles to handle things when his carefully laid plans may or may not be going awry! | The sudden appearance of a new member throws Kinemitsu Sago and his secret organization in complete disarray. Is she friend or foe? And exactly how many genres are we going to have here?! | 01KG9BH26H6Q78CGNBYPJRK4T6 | 2.0 | 2019-10-30T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | There Was No Secret Evil-Fighting Organization (srsly?!), So I Made One MYSELF! Volume 2 | Copyright (C) 2019 Hagane Kurodome Illustrations by Katto | 2020-01-09T08:00:00.000Z | 0 | 0 | ||||
| PRD_0N6BVEY9BENG | CNT_1MR6N1CT6SR0 | There Was No Secret Evil-Fighting Organization (srsly?!), So I Made One MYSELF! CNT_15D0B7Q4FMYG | CNT_15D0B7Q4FMYG | 2 | 2 | 1 | Volume 1 | [] | There Was No Secret Evil-Fighting Organization (srsly?!), So I Made One MYSELF! Volume 1 | Kinemitsu Sago suddenly finds himself able to wield telekinesis out of the blue one fateful day. However, unlike in works of fantasy, no beautiful girl barges into his life, no secret organization knocks on his door, and in fact, absolutely nothing out of the ordinary happens at all. Eventually forced to come face to face with the reality that his life would remain unremarkable, he snaps and decides to make the extraordinary happen with his own hands! Follow along as he creates it all: a secret organization filled with espers, forces of darkness that threaten the world, protagonists, heroines, rivals, action, romance, and so much more! If you had almighty telekinesis, what would you do? | Follow along as Kinemitsu Sago, who finds himself with too much power and nowhere to use it, brings to life a world-shaking fight between forces of darkness and a secret organization to stand against it all! | 01KGA62PET3PMRXY4JP8S60J3Q | 1.0 | 2019-08-07T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | There Was No Secret Evil-Fighting Organization (srsly?!), So I Made One MYSELF! Volume 1 | Copyright (C) 2018 Hagane KurodomeIllustrations by Katto | 2019-10-14T07: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);