products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_2N5BKZBXCAZG"
This data as json, CSV (advanced)
Suggested facets: listed_at, on_sale_at, 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_0MZPA4CY052G | CNT_18R9T2GW7R1G | Aldnoah.Zero Season One CNT_2N5BKZBXCAZG | CNT_2N5BKZBXCAZG | 2 | 1 | 1 | Volume 2 | [] | Aldnoah.Zero Season One, Vol. 2 | As the flames of war spread across the globe, the terrans find themselves thoroughly outmatched by the Martian Kataphrakts. While Nao's brilliant tactical analysis may have enabled his ragtag unit to prevail over the Kataphrakts once or twice, these small victories are hardly enough to turn the tide.As Princess Asseylum grapples with her conscience over whether she should reveal her true identity in an effort to save lives, her grandfather--His Majesty Rayregalia Vers Rayvers--orders an abrupt cease-fire. With so many clamoring for bloodshed, how long can this frail peace hold? | 01KG983ZNKYN1AJDFBY0RNCG3Z | 2.0 | 2016-08-18T15:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Aldnoah.Zero Season One, Vol. 2 | 2016-08-18T15:00:00.000Z | 0 | 0 | ||||||
| PRD_1GKHZQ5QTBM0 | CNT_36QWY0FYPXZ0 | Aldnoah.Zero Season One CNT_2N5BKZBXCAZG | CNT_2N5BKZBXCAZG | 2 | 1 | 1 | Volume 4 | [] | Aldnoah.Zero Season One, Vol. 4 | The year is AD 2014.The Deucalion is heading for United Earth HQ when Princess Asseylum, the vehicle's activator, suffers cardiac arrest. With the Aldnoah drive suddenly shutting down, the ship crashes into a snowfield.Meanwhile, Inaho Kaizuka mercilessly throws himself into battle, and Slaine Troyard is faced with a choice now that he knows Saazbaum's mind...And at the end of this heightened war, the thoughts of these two are--?! | 01KG934VAA3KV9X0G75NRDHD1M | 4.0 | 2016-10-03T15:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Aldnoah.Zero Season One, Vol. 4 | 2016-10-03T15:00:00.000Z | 0 | 0 | ||||||
| PRD_2N4Y3EZ3E5J0 | CNT_28D0ABA0C7H0 | Aldnoah.Zero Season One CNT_2N5BKZBXCAZG | CNT_2N5BKZBXCAZG | 2 | 1 | 1 | Volume 1 | [] | Aldnoah.Zero Season One, Vol. 1 | Years after a great war was waged between the portion of humanity that migrated to Mars and those who chose to remain on Earth, a tentative peace has been struck. But not everyone is happy with the status quo. When the Princess Asseylum of Mars makes a diplomatic visit to Earth in an effort to strengthen ties, some see it as an opportunity to reignite the flames of war. Can the citizens of Earth stand against the awesome might of the Martian Kataphrakts a second time? | 01KG6ZGYR466FJ3XRJY3NKW8FD | 1.0 | 2016-08-18T15:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Aldnoah.Zero Season One, Vol. 1 | 2016-08-18T15:00:00.000Z | 0 | 0 | ||||||
| PRD_2PPFHVXS26K0 | CNT_092KASNR18G0 | Aldnoah.Zero Season One CNT_2N5BKZBXCAZG | CNT_2N5BKZBXCAZG | 2 | 1 | 1 | Volume 3 | [] | Aldnoah.Zero Season One, Vol. 3 | The battle between Inaho and Femieanne continues--but victory may hinge on the appearance of a Martian sky carrier helmed by none other than Slaine Troyard!And at the conclusion of this encounter, what fate is in store for those caught in the crossfire of an interplanetary war? Find out in the third volume of the hit mecha series Aldnoah.Zero! | 01KG9841ZJATR7EXA6EAX3WHB8 | 3.0 | 2016-08-18T15:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Aldnoah.Zero Season One, Vol. 3 | 2016-08-18T15: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);