products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_1JVB0S48DXC0"
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_02CQAW211M20 | CNT_1Z6GDEFSXQ10 | Oninagi CNT_1JVB0S48DXC0 | CNT_1JVB0S48DXC0 | 2 | 1 | 1 | Volume 2 | [] | Oninagi, Vol. 2 | Average schoolgirl Nanami's life is now anything but average! Having learned she's the descendent of a powerful demon princess and gained herself three demonic minions - Tsurugi, Kusabi, and Mori - the poor girl has no time to let it all sink in...because she still has to go to class! And as if that's not bad enough, Tomotaka, the demon slayer who wanted Nanami's head on a silver platter when they first met, no longer sees Nanami as a demon to slay; now she's the bait to lure in other demons! Will the hunter and the former quarry ever stop being at each other's throats?! | 01KG9852VV0YAKGN80H1BFTN27 | 2.0 | 2016-08-18T15:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Oninagi, Vol. 2 | 2016-08-18T15:00:00.000Z | 0 | 0 | ||||||
| PRD_0ZY4Z90Z5N30 | CNT_3ZW3DWSHER00 | Oninagi CNT_1JVB0S48DXC0 | CNT_1JVB0S48DXC0 | 2 | 1 | 1 | Volume 4 | [] | Oninagi, Vol. 4 | Her average life seemingly forever abandoned, Nanami is thrust into the thick of the intensifying hostilities between the Ministry of Sacred Treasures and the demon organization Arcana. As the situation escalates into all-out war, who will remain standing once the dust has settled?! And will Nanami be able to master the immense power that dwells within her in time to join the fight?! | 01KG9854SZSB1ADXBX96KE7MKQ | 4.0 | 2016-08-18T15:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Oninagi, Vol. 4 | 2016-08-18T15:00:00.000Z | 0 | 0 | ||||||
| PRD_20NZ36D6FMHG | CNT_2YVPWQAY26JG | Oninagi CNT_1JVB0S48DXC0 | CNT_1JVB0S48DXC0 | 2 | 1 | 1 | Volume 1 | [] | Oninagi, Vol. 1 | Average schoolgirl Nanami is excited about only one thing - gettingcloser to her crush during the new school year. Little does she knowthat there's an ancient power running through her veins, which is whyshe's being pursued by Tomotaka Onigoroshi, a swordswoman who will stopat nothing to rid the world of Nanami's presence! But while theirinitial confrontation is as hunter and quarry, will Tomotaka'sallegiances shift when Nanami steps up to defend her against anunexpected opponent? | 01KG6ZH40Y0NEMWQSYKCRG7QSQ | 1.0 | 2016-08-18T15:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Oninagi, Vol. 1 | 2016-08-18T15:00:00.000Z | 0 | 0 | ||||||
| PRD_2W7CHKKW3NJG | CNT_0ZHSX5MNQ7HG | Oninagi CNT_1JVB0S48DXC0 | CNT_1JVB0S48DXC0 | 2 | 1 | 1 | Volume 3 | [] | Oninagi, Vol. 3 | Separated from one another, not-so-average-anymore schoolgirl Nanamiand her allies are trapped by the schemes of a mysterious group ofdemons that wants Nanami's hidden powers for itself! And to have anyshot at escape, Nanami has to look deep into her soul and get to knowher ancient, powerful side a little better! But a victory in thisbattle isn't necessarily the greatest option...getting out of the demonictrap means Nanami is about to land right in the middle of the intensewar raging between humans and demons! | 01KG9853W3MCHADNTCTS0ADXPT | 3.0 | 2016-08-18T15:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Oninagi, 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);