products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_3BF792ANQ5E0"
This data as json, CSV (advanced)
Suggested facets: geoblock_id, 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_1ATQH1HT9FW0 | CNT_0N7ED6ES9GRG | Woof Woof Story: I Told You to Turn Me Into a Pampered Pooch, Not Fenrir! CNT_3BF792ANQ5E0 | CNT_3BF792ANQ5E0 | 2 | 1 | 1 | Volume 2 | [] | Woof Woof Story: I Told You to Turn Me Into a Pampered Pooch, Not Fenrir!, Vol. 2 | “That...wouldn’t be anything like the fun pet life I wanted!!” Now that Mary’s fallen ill, Routa’s pampered-pooch life is in jeopardy! In order to cure her once and for all, he’ll need to do some actual work for a change! The medicinal flower he seeks, however, is guarded by a fearsome dragon, and he’s got a lot of ground to cover if he wants to make it to its lair. Will he be able to overcome his trauma for the one he loves most, or is Mary doomed to relive this cycle of sickness every year? | 01KG9BKYBCWWQ1E6YETHED4JEZ | 2.0 | 2020-04-23T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | Woof Woof Story: I Told You to Turn Me Into a Pampered Pooch, Not Fenrir!, Vol. 2 | 2020-05-26T00:00:00.000Z | 0 | 0 | ||||||
| PRD_2N6W02BTTNA0 | CNT_3PPB1TAD0VWG | Woof Woof Story: I Told You to Turn Me Into a Pampered Pooch, Not Fenrir! CNT_3BF792ANQ5E0 | CNT_3BF792ANQ5E0 | 2 | 1 | 1 | Volume 3 | [] | Woof Woof Story: I Told You to Turn Me Into a Pampered Pooch, Not Fenrir!, Vol. 3 | “It’s like I I’ve come to an alternate fantasy world...!!”<BR /><BR />Now that Mary’s feeling better, the family sets off on a business trip to the Royal Capital! After they arrive, Mary and Routa head out to explore the city when they run into a young girl known as the “Monster Maiden,” and she wants to add Routa to her collection! She invites the two to her house, where they find an assortment of ferocious beasts who don’t seem too keen on obeying their master… | 01KGAEVM3MD7HJ1CA2G5ADBQBE | 3.0 | 2022-02-25T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | Woof Woof Story: I Told You to Turn Me Into a Pampered Pooch, Not Fenrir!, Vol. 3 | 2022-03-22T00:00:00.000Z | 0 | 0 | ||||||
| PRD_2P3HTC2GS92G | CNT_0FS82R84XN30 | Woof Woof Story: I Told You to Turn Me Into a Pampered Pooch, Not Fenrir! CNT_3BF792ANQ5E0 | CNT_3BF792ANQ5E0 | 2 | 1 | 1 | Volume 1 | [] | Woof Woof Story: I Told You to Turn Me Into a Pampered Pooch, Not Fenrir!, Vol. 1 | “I just want an easy life, even as some rich person’s dog…”As corporate slave Routa Okami keels over in the middle of his busy office, he imagines how nice it would have been to live as the pet of some rich family instead of working himself to death. But when a goddess actually grants that wish and brings him back to life as a pampered pooch, Routa realizes he may have gotten more than he bargained for… | 01KGA60YTYMV9VRAWXEF1FP26S | 1.0 | 2019-07-30T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Woof Woof Story: I Told You to Turn Me Into a Pampered Pooch, Not Fenrir!, Vol. 1 | 2019-07-30T07: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);