products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_1J79VPJZTSCG"
This data as json, CSV (advanced)
Suggested facets: copyright, 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_160BXQ60WTBG | CNT_1Z3V8A9D30J0 | MARS RED CNT_1J79VPJZTSCG | CNT_1J79VPJZTSCG | 2 | 1 | 1 | Volume 3 | [] | MARS RED Vol. 3 | The vampire soldiers in Special Unit 16 have faced down many monsters, but now they are up against the mysterious Defrott, a powerful vamp who looks like a young boy. When they face off against him, Kurusu and his brothers-in-arms discover that there might be an even bigger threat behind the scenes, one that makes them question their very existence! All will be revealed in the grand finale of Mars Red! FINAL VOLUME | END TIMES | 01KGAGEMP1HT6TCS91SV6P4JHK | 3.0 | 2022-04-20T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | MARS RED Vol. 3 | Bun-O FUJISAWA • SMD / KarakaraKemuri 2021 | 2022-05-24T07:00:00.000Z | 0 | 0 | ||||
| PRD_1CWCG58BXJSG | CNT_2Q40EXYA48C0 | MARS RED CNT_1J79VPJZTSCG | CNT_1J79VPJZTSCG | 2 | 1 | 1 | Volume 2 | [] | MARS RED Vol. 2 | When a series a of grisly murders occurs in Tokyo's red-light district, it hardly makes the news. The vampire soldiers of Special Forces Unit 16, however, believe that a vamp may be responsible. Suwa is usually the most reserved member of the team, but after he befriends a young girl working in a brothel, the search for the killer becomes personal. Will he find the monster before it strikes again? | CREATURES OF THE NIGHT | 01KGAEXE09VSPP5KPB3DG8RK77 | 2.0 | 2022-03-10T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | MARS RED Vol. 2 | Bun-O FUJISAWA • SMD / KarakaraKemuri 2021 | 2022-03-22T07:00:00.000Z | 0 | 0 | ||||
| PRD_1XYECGGP45VG | CNT_1JWP3NKRCZA0 | MARS RED CNT_1J79VPJZTSCG | CNT_1J79VPJZTSCG | 2 | 1 | 1 | Volume 1 | [] | MARS RED Vol. 1 | Aoi is an enterprising young journalist living in Taishō era Tokyo. Though the city is thriving, a string of murders have left people shaken. As Aoi investigates the crimes, she sees her old friend Shutaro. But Shutaro died years ago, didn't he? What Aoi doesn't know is that Shutaro is a vampire, working for the government as part of an elite unit. Can he protect Aoi from the dark forces battling for the city's soul? | Tokyo Vampires | 01KG9E8JQAMGZG3BS89XVM5FKZ | 1.0 | 2021-05-25T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | MARS RED Vol. 1 | Bun-O FUJISAWA • SMD / KarakaraKemuri 2020 | 2021-07-13T07: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);