products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_11WDY3CD07VG"
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_1NT9MDSYHJ80 | CNT_3232MKBKPXBG | Black Bullet CNT_11WDY3CD07VG | CNT_11WDY3CD07VG | 2 | 1 | 1 | Volume 2 | [] | Black Bullet, Vol. 2 | The monstrous mutants created by the Gastrea virus have driven humanity to the brink of extinction. The only thing keeping them out of Tokyo are the giant Monoliths that surround the city and the efforts of civil security officers like Rentaro and Enju. But when they accept a strange mission from the Ministry of Defense, they uncover a plot by Kagetane Hiruko that could end in the destruction of humanity! | 01KG95HENRGF5KWQ6E5WP204FK | 2.0 | 2016-06-30T15:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PTQTSR31PRG | Black Bullet, Vol. 2 | 2016-06-30T15:00:00.000Z | 0 | 0 | ||||||
| PRD_21BA68ZZGE10 | CNT_3FCYKNEF492G | Black Bullet CNT_11WDY3CD07VG | CNT_11WDY3CD07VG | 2 | 1 | 1 | Volume 3 | [] | Black Bullet, Vol. 3 | In the near future, civsecs like Rentaro Satomi and Enju Aihara are humanity's last defense against the viral life-forms known as "Gastrea." But now they're on a different mission, this one straight from the government of Tokyo Area: Stop the rampage of Kagetane Hiruko before he destroys the entire city! | 01K5G9WQHWFZXHN7DZY4BK1VGD | 3.0 | 2016-06-30T15:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PTQTSR31PRG | Black Bullet, Vol. 3 | 2016-06-30T15:00:00.000Z | 0 | 0 | ||||||
| PRD_2HZEH4RH4YD0 | CNT_0HNS10NZWSPG | Black Bullet CNT_11WDY3CD07VG | CNT_11WDY3CD07VG | 2 | 1 | 1 | Volume 1 | [] | Black Bullet, Vol. 1 | The near future. A terrible battle against a parasitic virus called "Gastrea" has been fought...and lost. Humanity is cornered and lives in despair. Rentaro and Enju face constant danger in their work as a team of specialists working for the Tendo Civil Security Agency, one of several groups dedicated to fighting Gastrea. Enju is one of the "cursed children," who survived the virus and gained superhuman powers as a result. A crazed top-hat-wearing terrorist is on the loose, but Rentaro's got his hands full just dealing with his fellow civsec agents! | 01KG931MYD43KGW67KJWSPACCR | 1.0 | 2016-06-30T15:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PTQTSR31PRG | Black Bullet, Vol. 1 | 2016-06-30T15:00:00.000Z | 0 | 0 | ||||||
| PRD_3YZRGCXFVB70 | CNT_2VMRCZ2JZ6CG | Black Bullet CNT_11WDY3CD07VG | CNT_11WDY3CD07VG | 2 | 1 | 1 | Volume 4 | [] | Black Bullet, Vol. 4 | Humanity continues to fight for its right to a future. Rentaro's enemy is the sinister Kagetane Hiruko, but there's another threat-a gigantic Stage Five Gastrea that threatens to destroy everything Rentaro has worked to protect. Overwhelming odds demand unthinkable sacrifices, but sometimes even that may not be enough... | 01K5GB3MT1TB3MPRA9K9T2M715 | 4.0 | 2016-06-30T15:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PTQTSR31PRG | Black Bullet, Vol. 4 | 2016-06-30T15: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);