products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_03ZNEXKZS6R0"
This data as json, CSV (advanced)
Suggested facets: copyright, 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_09WTZ41268QG | CNT_3NPRM6YT6JE0 | Muscles are Better Than Magic! CNT_03ZNEXKZS6R0 | CNT_03ZNEXKZS6R0 | 2 | 1 | 1 | Volume 1 | [] | Muscles are Better Than Magic! Vol. 1 | For years, Yuri has trained his muscles deep in the Forest of Death. One day, he grows so strong he can even withstand the power of magic! When a (self-proclaimed) transcendently beautiful elf girl named Filia comes upon Yuri, they join forces on a journey out of the forest! Can they stop bickering long to make it to the wide world beyond? | MUSCLES > MAGIC | 01KG9E5E73EHFWA9YJQG6HNB53 | 1.0 | 2021-03-23T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Muscles are Better Than Magic! Vol. 1 | Kouji Onodera 2018, DORANEKO 2018 | 2021-04-13T07:00:00.000Z | 0 | 0 | ||||
| PRD_0MX2PHE5XN3G | CNT_091NCB28NSC0 | Muscles are Better Than Magic! CNT_03ZNEXKZS6R0 | CNT_03ZNEXKZS6R0 | 2 | 1 | 1 | Volume 3 | [] | Muscles are Better Than Magic! Vol. 3 | The Magic Battle Tournament has begun! Filia's ethereal elfin beauty makes her an instant crowd favorite, but Yuri's muscles aren't getting the appreciation (he thinks) they deserve. Can he beat the crap out of his remarkably magical opponents and show the spectators the true splendor of muscle magic!? | MUSCLES ARE MAGICAL | 01KG9HBV6KGR0MW799PNP3RD9F | 3.0 | 2021-10-21T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Muscles are Better Than Magic! Vol. 3 | Kouji Onodera 2019, DORANEKO 2019 | 2021-11-30T08:00:00.000Z | 0 | 0 | ||||
| PRD_16A5ZWCRT910 | CNT_3F3NJH4EFE20 | Muscles are Better Than Magic! CNT_03ZNEXKZS6R0 | CNT_03ZNEXKZS6R0 | 2 | 1 | 1 | Volume 4 | [] | Muscles are Better Than Magic! Vol. 4 | Filia has been kidnapped! In his desperation to find his missing partner, Yuri becomes a demigod of single-minded, muscle-y rage! However, this turmoil is nothing compared to an even deadlier struggle yet to come! | THE INCREDIBLE BULK | 01KGADXNGA7M8EZRXKTAMNCP17 | 4.0 | 2021-12-10T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Muscles are Better Than Magic! Vol. 4 | Kouji Onodera 2020, DORANEKO 2020 | 2022-01-25T08:00:00.000Z | 0 | 0 | ||||
| PRD_2A9TBMKC1V20 | CNT_0Z91PYN1SNWG | Muscles are Better Than Magic! CNT_03ZNEXKZS6R0 | CNT_03ZNEXKZS6R0 | 2 | 1 | 1 | Volume 2 | [] | Muscles are Better Than Magic! Vol. 2 | All you need to succeed is muscle...or so Yuri believes! With his super-ripped bod and Filia's elfin magic, the two are pretty unstoppable--but are they strong enough to take down the Grim Reaper? | BIBBITY BOBBITY BICEPS! | 01KG9FJ9Y9CK81HX14MNZGBKXK | 2.0 | 2021-05-25T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Muscles are Better Than Magic! Vol. 2 | Kouji Onodera 2019, DORANEKO 2019 | 2021-07-06T07: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);