products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_0A862ZPJK0EG"
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_0FBZ2HD5QZZG | CNT_1MYQAFCERH3G | Ayashimon CNT_0A862ZPJK0EG | CNT_0A862ZPJK0EG | 2 | 1 | 1 | Volume 2 | [] | Ayashimon, Vol. 2 | Between monstrous enemies and super-powered battles, Maruo's finally living the life he's always dreamed of. But can his inhuman strength overcome Doppo Akari's heat-stealing flames? And even if he does defeat the first opponent to ever drive him into a corner, how are one bodyguard and his boss supposed to win an open war against the Enma Syndicate? | 01KGBDK77QXPZ3KH8QZAKFR319 | 2.0 | 2024-11-26T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Ayashimon, Vol. 2 | AYASHIMON © 2021 by Yuji Kaku/SHUEISHA Inc. | 2024-11-26T08:00:00.000Z | 0 | 0 | |||||
| PRD_292Q87209Z80 | CNT_0N9GT6HAJ1J0 | Ayashimon CNT_0A862ZPJK0EG | CNT_0A862ZPJK0EG | 2 | 1 | 1 | Volume 3 | [] | Ayashimon, Vol. 3 | Maruo and Urara might have convinced the Todoroki Alliance to join them, but with the Enma Syndicate declaring open season on every other gang in Kabukicho, will it be enough? While Urara negotiates with the tanuki and kitsune of the Kori Hotels, Maruo must prove his worth as a manga hero by finding a way for his fists to overcome Doppo's phantasmal flames and end the monstrous ayashimon's reign of terror. | 01KGBDK7TS2PVCENKZR9QWVY1M | 3.0 | 2024-11-26T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Ayashimon, Vol. 3 | AYASHIMON © 2021 by Yuji Kaku/SHUEISHA Inc. | 2024-11-26T08:00:00.000Z | 0 | 0 | |||||
| PRD_2DK7VVWANYF0 | CNT_2MME5G7K10K0 | Ayashimon CNT_0A862ZPJK0EG | CNT_0A862ZPJK0EG | 2 | 1 | 1 | Volume 1 | [] | Ayashimon, Vol. 1 | Maruo always wanted to be like the characters in his favorite manga. Unfortunately, his training efforts have paid off a little too well. Now he breaks everything he touches, can't find a job, and wins every fight too easily. However, when he encounters a girl being pursued by a group of thugs who turn out to actually be monstrous ayashimon in disguise, it seems like his real-life manga story is about to begin! | 01KGBD3EQXZK96FRB9E3156GZT | 1.0 | 2024-11-26T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Ayashimon, Vol. 1 | AYASHIMON © 2021 by Yuji Kaku/SHUEISHA Inc. | 2024-11-26T08: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);