products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
1 row where series_id = "CNT_1BWT5TPP4JC0"
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_2KE3NW73DP6G | CNT_3A4E9JW2Q5AG | YELLOW STRINGER CNT_1BWT5TPP4JC0 | CNT_1BWT5TPP4JC0 | 2 | 1 | 1 | Volume 1 | [] | YELLOW STRINGER, Volume 1 | Monsters are fake news, right? That's what many of the readers of the tabloid rag the Yellow Stringer think, but the truth is more frightening than anyone could possibly know.With front page stories like the demon baby born in an Iowa hospital or the ghost that mysteriously haunts cheerleaders from a small West Virginia town, most people assume that the articles in this national newspaper are sensationalist entertainment for bored shoppers waiting at checkout. However, these stories are real, and the journalists who report on them get the scoop despite the danger they find themselves in.Promising Columbia Journalism School graduate Naomi and her partner, ex-cop Tony, two journalists who have suffered traumatic events at the hands of monsters, now dedicate their lives to reporting true monster crime. While they come from two different backgrounds with very different methods to investigate the truth, they are committed to unearthing the world of the supernatural. Even if no one in the world ever believes them, this dynamic team will stop at nothing to reveal the truth!In this volume, our bickering yet terrific duo have to deal with a unique version of the headless horseman, the undead, cursed artifacts, and more! Naomi and Tony may have seen it all, but when cases start to link up to trauma that only they have experienced, they're going to stop at nothing to expose the truth. | 01KGBNWNRPJA7N5Y21NKZ5HAR3 | 1.0 | 2022-12-13T08:00:00.000Z | Saturday AM LAB_3ZNR3TE0ZDZ0 | GEO_1PQM5BDYSMG0 | YELLOW STRINGER, Volume 1 | (C) 2022 Frederick L. Jones | 2025-06-04T07: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);