products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_1QPBHYF7BS1G"
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_0JWP58MB92CG | CNT_0GJ1WD8JRAZG | Witches Can't Be Collared CNT_1QPBHYF7BS1G | CNT_1QPBHYF7BS1G | 2 | 2 | 1 | Volume 2 | [] | Witches Can't Be Collared, Vol. 2 | A DEDICATED, DETERMINED DETECTIVE…COMPLICIT?!Detective Rogue Macabesta of the Magic Crimes Bureau got the promotion he never wanted! He’s been saddled with the Sixth Precinct—a covert operation fighting fire with fire. His career of locking up perpetrators of magic crimes has been flipped on its head, and he must now work alongside witches to solve high-profile cases. He warmed up to Miseria, “the Thirteenth Witch,” who helped him bring the serial killer called the Lifetaker to justice. And he grieved when she lost her life in the battle. When a new case investigating terrorist acts lands in his lap, he discovers clues that point to the last person he expected. Because he’s been keeping a secret—Miseria didn’t die in that battle after all! She’s a free, uncollared witch. | 01KMZXM30Z2VF096SYB3KKKGN6 | 2.0 | 2025-10-21T07:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1KB2KYDQ0JGG | Witches Can't Be Collared, Vol. 2 | 2026-04-14T00:00:00.000Z | 0 | 0 | ||||||
| PRD_1CCA9YH8NGX0 | CNT_11C6VQ7VJM2G | Witches Can't Be Collared CNT_1QPBHYF7BS1G | CNT_1QPBHYF7BS1G | 2 | 2 | 1 | Volume 1 | [] | Witches Can't Be Collared, Vol. 1 | IT TAKES A KILLER TO CATCH A KILLERWhen magic spread from the nobility to the masses, crime rates skyrocketed in the Las Lilte Empire. Rogue Macabesta is a detective known for overwhelming magic-wielding perps with his physical strength. After all his hard work putting criminals behind bars, he’s more than ready for the quiet desk-job promotion he’s been promised. However, when he arrives at the top secret Sixth Precinct, he learns he’ll have to work alongside convicted witches to track down a mysterious figure called the Lifetaker, who’s using time magic to kill. The witches may be bound with collars that restrict their power, but the detective’s not sure if they’ll help him solve the case...or compete with the Lifetaker to see who gets rid of him first! | 01KG9QFXGVR4867SEBH3MW72YX | 1.0 | 2025-04-07T07:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1PQM5BDYSMG0 | Witches Can't Be Collared, Vol. 1 | 2025-08-26T07: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);