products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_04K7TD19FRG0"
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_0SVYV3YZHMX0 | CNT_31D2F40R3Z6G | The Third CNT_04K7TD19FRG0 | CNT_04K7TD19FRG0 | 2 | 1 | 1 | Volume 1 | [] | The Third, Vol. 1 | Many years after a devastating war, Earth is now being watched by a group of beings known as The Third, named for the third red eye on their forehead that can access various computer systems. Navigating this barren, apocalyptic landscape is Honoka, a jill-of-all-trades who uses her powers to keep her friends from The Third's deadly grasp. The prequel to the action-packed anime takes us to a time before Honoka is known as the formidable but graceful Sword Dancer: to the beginning of her quest to save the world, to a time when she scarcely understands the powers with which she has been blessed... | 01K5G77RF099JW9HM5PKSQWK68 | 1.0 | 2015-01-30T15:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | The Third, Vol. 1 | (C) RYO HOSHINO, NAO GOTO 2006 (C) ARIKO ITOU 2006 (C) 2006 ARIKO ITOU | 2015-01-30T15:00:00.000Z | 0 | 0 | |||||
| PRD_1HEF57WFRH30 | CNT_2XNBRFMVTW0G | The Third CNT_04K7TD19FRG0 | CNT_04K7TD19FRG0 | 2 | 1 | 1 | Volume 2 | [] | The Third, Vol. 2 | Surrounded by shifting sands, Honoka begins uncovering the true nature of her future as well as the past that has led her there. Meeting with things that have shaped the Dune Runner she will one day become-the scarred and shadowed Dune senior. Lidell, and the deadly soldier virus-Honoka comes ever closer to her future as savior and Sword Dancer in this second volume of The Third. | 01K5GA6YGPZPSNNRX3PAY5W36Y | 2.0 | 2015-03-02T15:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | The Third, Vol. 2 | (C) RYO HOSHINO, NAO GOTO 2006 (C) ARIKO ITOU 2006 (C) 2006 ARIKO ITOU | 2015-03-02T15: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);