products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_107RVPVGZXX0"
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_1YDBERHA3EBG | CNT_2N6KCQM37ACG | Giant Spider & Me: A Post-Apocalyptic Tale CNT_107RVPVGZXX0 | CNT_107RVPVGZXX0 | 2 | 1 | 1 | Volume 1 | [] | Giant Spider & Me: A Post-Apocalyptic Tale Vol. 1 | A young girl named Nagi and a giant spider make an unusual pair in this post-apocalyptic story, but living in the mountains is lonely, and they've managed to find each other. Join them in their strangely sweet domestic bliss as they spend their days sharing tea and throwing picnics, proving that love (and delicious food) can bring together even the most unlikely of friends. | A WEB OF FRIENDSHIP | 01KGA1J6X250FK6WH649D8S8MC | 1.0 | 2018-01-08T15:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Giant Spider & Me: A Post-Apocalyptic Tale Vol. 1 | (C) Kikori Morino 2016 | 2018-02-20T08:00:00.000Z | 0 | 0 | ||||
| PRD_3HYY5A0PYHJ0 | CNT_28SXW0FC35G0 | Giant Spider & Me: A Post-Apocalyptic Tale CNT_107RVPVGZXX0 | CNT_107RVPVGZXX0 | 2 | 1 | 1 | Volume 3 | [] | Giant Spider & Me: A Post-Apocalyptic Tale Vol. 3 | Oleg the hunter has dragged Nagi out into the woods in hopes of capturing Asa! Can the giant spider make it past Oleg's ambush and save the day? The dangers of this post-apocalyptic world might be many, but when you've got a friendly, eight-legged companion at your side, things don't seem so bad! The Final Volume! | THE BIG, FRIENDLY SPIDER | 01KG9AWAF4T9B87DQB1MP7QKCG | 3.0 | 2018-11-30T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Giant Spider & Me: A Post-Apocalyptic Tale Vol. 3 | Kikori Morino 2018 | 2018-12-24T08:00:00.000Z | 0 | 0 | ||||
| PRD_3JXYE1X7CSSG | CNT_22RKBDDAGDSG | Giant Spider & Me: A Post-Apocalyptic Tale CNT_107RVPVGZXX0 | CNT_107RVPVGZXX0 | 2 | 1 | 1 | Volume 2 | [] | Giant Spider & Me: A Post-Apocalyptic Tale Vol. 2 | Nagi has befriended Belle and her father, but trouble still abounds. She has a huge hole gaping in her roof, after all! When they take a trip to the morning market to find help, Nagi decides it is the perfect time to introduce Asa to the community. Will the giant spider be greeted with terror or a warm welcome? | FRIEND OR FIEND? | 01KGA3GZY7YG0SHRKB7K69BY3S | 2.0 | 2018-06-11T15:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Giant Spider & Me: A Post-Apocalyptic Tale Vol. 2 | (C) Kikori Morino 2017 | 2018-07-03T07: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);