products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_25VZEHE8YB80"
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_02AY7Z2A42C0 | CNT_2RNYRVTETVJ0 | Coyote CNT_25VZEHE8YB80 | CNT_25VZEHE8YB80 | 2 | 1 | 1 | Volume 3 | [] | Coyote, Vol. 3 | Coyote, a werewolf who has lived his entire life hiding his true identity, has unknowingly fallen for Marleen, the successor to a werewolf-hunting mafia family. Upon finding out Marleen's true identity, Coyote rejects him, feeling hopeless and betrayed. But Marleen is intent on seeing him again and enters the werewolves' territory alone to look for him. Coyote, wavering between his intense feelings for Marleen and his loyalty to the pack that raised him, wants to trust Marleen—but how can he when it could mean the very death of his kind? | 01KGC1G2QDDYJSHRH0EFMZ1JTQ | 3.0 | 2025-12-09T08:00:00.000Z | SuBLime LAB_128NRHG35NQG | GEO_1PQM5BDYSMG0 | Coyote, Vol. 3 | Coyote III © RANMARU ZARIYA 2020/Frontier Works Inc. | 2025-12-09T08:00:00.000Z | 0 | 0 | |||||
| PRD_06VEJKWC02K0 | CNT_0R0BR5GQ9TK0 | Coyote CNT_25VZEHE8YB80 | CNT_25VZEHE8YB80 | 2 | 1 | 1 | Volume 1 | [] | Coyote, Vol. 1 | In order to conceal that he's a werewolf, Coyote avoids getting too involved with humans. But Marleen, a pianist at a bar he frequents, is interested in him and just won't take no for an answer. When Coyote unexpectedly goes into heat for the first time, Marleen catches him while he's unable to maintain his human form and offers up a tempting invitation. Coyote wants to resist, but can he? | 01KGC0QV7RD6HSA1CKRQNHBC2Q | 1.0 | 2025-12-09T08:00:00.000Z | SuBLime LAB_128NRHG35NQG | GEO_1PQM5BDYSMG0 | Coyote, Vol. 1 | Coyote I © RANMARU ZARIYA 2016/Frontier Works Inc. | 2025-12-09T08:00:00.000Z | 0 | 0 | |||||
| PRD_20J6R9DF223G | CNT_3RAN8WNK3B3G | Coyote CNT_25VZEHE8YB80 | CNT_25VZEHE8YB80 | 2 | 1 | 1 | Volume 2 | [] | Coyote, Vol. 2 | Coyote has lived his entire life hiding the fact that he's a werewolf, while Marleen, a pianist at a local bar, is the secret successor to the mafia family hunting Coyote's kind. When Coyote unexpectedly goes into heat, the two form a deep bond that only serves to further escalate the feud. Now that the werewolves have decided to dismantle the mafia once and for all, Coyote must choose between love and family. But when his next heat overcomes him, who will he run to? | 01KGC1G25PMC1T1PVYZY1V7RWC | 2.0 | 2025-12-09T08:00:00.000Z | SuBLime LAB_128NRHG35NQG | GEO_1PQM5BDYSMG0 | Coyote, Vol. 2 | Coyote II © RANMARU ZARIYA 2018/Frontier Works Inc. | 2025-12-09T08:00:00.000Z | 0 | 0 | |||||
| PRD_2XXPEPK563WG | CNT_1S0R8JZAMC2G | Coyote CNT_25VZEHE8YB80 | CNT_25VZEHE8YB80 | 2 | 1 | 1 | Volume 4 | [] | Coyote, Vol. 4 | Coyote has lived his entire life hiding his true identity as a werewolf, and in a cruel twist of fate, he ends up falling for Marleen, the successor to a werewolf-hunting mafia family. As the conflict between their families intensifies, the two renew their love for each other, but Marleen's family won't have it, and the mafia heir is placed under house arrest. Undeterred, Coyote ponders a way to free him! | 01KGC1G39ZVAJRFT3TY55CFGJ4 | 4.0 | 2025-12-09T08:00:00.000Z | SuBLime LAB_128NRHG35NQG | GEO_1PQM5BDYSMG0 | Coyote, Vol. 4 | Coyote IV © RANMARU ZARIYA 2021/Frontier Works Inc. | 2025-12-09T08: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);