products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_2KV7H6MVREKG"
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_0GAAGGB8H8Y0 | CNT_1XXC2NRR9V50 | Puella Magi Oriko Magica CNT_2KV7H6MVREKG | CNT_2KV7H6MVREKG | 2 | 1 | 1 | Volume 2 | [] | Puella Magi Oriko Magica, Vol. 2 | Oriko is determined to use any means available to her in order to prevent the destruction she has glimpsed in the future. Her companion, Kirika, has been useful in creating a distraction by murdering other Magical Girls, but Oriko recognizes that the time for diversionary tactics has passed - she must target the source directly and eliminate the threat. Little does she realize that her quarry has a protector who is as passionate about keeping the girl alive as Oriko is about seeing her dead. What future ultimately awaits in the eye-opening conclusion of Oriko Magica?! | 01KG98594ADC0PX1CQSSK9J987 | 2.0 | 2016-08-18T15:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Puella Magi Oriko Magica, Vol. 2 | 2016-08-18T15:00:00.000Z | 0 | 0 | ||||||
| PRD_0MV5234JXQX0 | CNT_3X7S27D0MT60 | Puella Magi Oriko Magica CNT_2KV7H6MVREKG | CNT_2KV7H6MVREKG | 2 | 1 | 1 | Volume 1 | [] | Puella Magi Oriko Magica, Vol. 1 | Oriko, a magical girl with the gift of foresight, knows the fate that awaits all who accept Kyubey's offer of supernatural powers. But when she is struck with a terrible vision of the future-of the devastation caused by a single, powerful witch-she decides to prevent the girl from becoming a magical girl in the first place. To draw Kyubey away from the girl's potential, Oriko directs him instead to Yuma, an orphan who is all too eager to gain powers that will enable her to protect herself-powers that will ultimately lead to her own destruction... | 01KG6ZH5KGYJ9CZVHKGKWT4W00 | 1.0 | 2016-08-18T15:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Puella Magi Oriko Magica, Vol. 1 | 2016-08-18T15:00:00.000Z | 0 | 0 | ||||||
| PRD_1T7PW1BWZF5G | CNT_26ZAHK5S7JEG | Puella Magi Oriko Magica CNT_2KV7H6MVREKG | CNT_2KV7H6MVREKG | 2 | 1 | 1 | Extra Story | [] | Puella Magi Oriko Magica: Extra Story | Oriko's ability to see into the future led her to commit bloody acts in her efforts to forestall an even greater tragedy later on. But what if Oriko had met Yuma Chitose before she predicted the end of the world? Would she still have chosen to manipulate the young girl if Yuma had been no stranger but a dear friend? Puella Magi Oriko Magica: Extra Story explores the might-have-been, and further explores Kirika's devotion to her beloved Oriko. | 01KG985JZQKZJSZZ5R2ECV73SN | 3.0 | 2016-08-18T15:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Puella Magi Oriko Magica: Extra Story | 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);