products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_04VV9944FB20"
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_04KSB4D0CWS0 | CNT_0FBYBCMZ19DG | The Geek Ex-Hitman CNT_04VV9944FB20 | CNT_04VV9944FB20 | 2 | 1 | 1 | Volume 2 | [] | The Geek Ex-Hitman, Vol. 2 | Marco, a former hitman turned anime aficionado, is going to Comisa, Japan's largest fan fiction convention, and intelligence officer Viviana and her colleague Andre are tagging along too! However, Marco may not get to enjoy the festivities for long, as an uninvited guest emerges from the shadows... | 01KGB22CMCBS4WEE3602YN2EQT | 2.0 | 2022-09-28T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | The Geek Ex-Hitman, Vol. 2 | 2022-10-18T00:00:00.000Z | 0 | 0 | ||||||
| PRD_0A2V990N5V0G | CNT_1E5Q1HQRMRN0 | The Geek Ex-Hitman CNT_04VV9944FB20 | CNT_04VV9944FB20 | 2 | 1 | 1 | Volume 1 | [] | The Geek Ex-Hitman, Vol. 1 | In his life as a hitman, Marco never failed to eliminate his targets. Known throughout Italy as “The Oracle of Florence,” he made a name for himself executing his missions quickly and silently, with no hesitation. However, one day, in the course of his work, he comes upon a remarkably cute figurine that will change his life forever! Determined to track down the source of such a charming visage, he leaves Italy behind to immerse himself in the world of anime, manga, and games! But his departure ruffles more than a few feathers, and now, with a bounty on his head, Marco can’t let his guard down just yet... | 01KGAJVW667NS746XB7Z2A4R51 | 1.0 | 2022-07-29T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | The Geek Ex-Hitman, Vol. 1 | 2022-08-23T00:00:00.000Z | 0 | 0 | ||||||
| PRD_0PXZ3FFJXN20 | CNT_1Q72A9HYTFS0 | The Geek Ex-Hitman CNT_04VV9944FB20 | CNT_04VV9944FB20 | 2 | 1 | 1 | Volume 3 | [] | The Geek Ex-Hitman, Vol. 3 | Together with the new friends he met in Japan, Marco is making good on his vow to focus on enjoying what he loves, whether it’s playing online games or visiting themed cafés. But when his former boss comes after him, he’ll have to face some old demons to defend all he holds dear…As Marco fights to protect his future, the truth behind his mysterious past comes to light in this thrilling conclusion to the series! | 01KH3G5CSR9XVWFFN6HSSD4VB9 | 3.0 | 2023-08-21T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | The Geek Ex-Hitman, Vol. 3 | 2023-12-12T00: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);