products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_1D6E7KDQVE80"
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_06E4K5B37HS0 | CNT_2ED5VY4GWG70 | THE MASSIVELY MULTIPLAYER WORLD OF GHOSTS CNT_1D6E7KDQVE80 | CNT_1D6E7KDQVE80 | 2 | 1 | 1 | Volume 2 | [] | THE MASSIVELY MULTIPLAYER WORLD OF GHOSTS, Volume 2 | "Coasting through life without ever spending much effort or committing to anything has made many people think less of Nilay Rao. The teenager is relatively unassuming, as he's not the most popular student, nor the hardest working. The kids call him "Nil," suggesting that he's a loser. But he has another name, the "biggest cheat," which he's earned from using cheat codes and hacks in everything from games to grades. But that all will change when Nilay receives a mysterious device from his long-lost mother, Dia. Curious about the device, Nilay unwittingly creates his own "video game" avatar that he names Vyper Neo, which causes him more stress than he could imagine. The little orange character has his own personality and gets Nilay and his father into all sorts of trouble. That's not all—the device itself belongs to a super-secret group of people who can summon similar video game avatars called Ghosts to battle over money, territory, and power." | 01KGBQ1BQD27AMTZV6V6YHT0A7 | 2.0 | 2024-08-23T07:00:00.000Z | Saturday AM LAB_3ZNR3TE0ZDZ0 | GEO_1PQM5BDYSMG0 | THE MASSIVELY MULTIPLAYER WORLD OF GHOSTS, Volume 2 | (c) 2022 Frederick L. Jones | 2025-06-04T07:00:00.000Z | 0 | 0 | |||||
| PRD_0ZB5PZFPZKV0 | CNT_2FRVR2R02J50 | THE MASSIVELY MULTIPLAYER WORLD OF GHOSTS CNT_1D6E7KDQVE80 | CNT_1D6E7KDQVE80 | 2 | 1 | 1 | Volume 1 | [] | THE MASSIVELY MULTIPLAYER WORLD OF GHOSTS, Volume 1 | To discover what happened to his long-lost mother, unassuming teenager Nilay Rao must step into a new world, the Massively Multiplayer World of Ghosts.Coasting through life without ever spending much effort or committing to anything has made many people think less of Nilay Rao. The teenager is relatively unassuming, as he's not the most popular student, nor the hardest working. The kids call him "Nil," suggesting that he's a loser. But he has another name, the "biggest cheat," which he's earned from using cheat codes and hacks in everything from games to grades. But that all will change when Nilay receives a mysterious device from his long-lost mother, Dia.Curious about the device, Nilay unwittingly creates his own "video game" avatar that he names Vyper Neo, which causes him more stress than he could imagine. The little orange character has his own personality and gets Nilay and his father into all sorts of trouble. That's not all—the device itself belongs to a super-secret group of people who can summon similar video game avatars called Ghosts to battle over money, territory, and power.Now that Nilay has it, he has officially become a "player" like them who can summon his own Ghost in Vyper Neo—and that's made other players very angry. Can this lackluster teenager survive long enough to learn where his mother is and why she sent this device? Vyper Neo and his only human buddy, Chess, have his back, but taking on this massive new world won't be easy. Like it or not, Nilay is going to have to play this game to win! | 01KGBNWGKDGQ2RCGHNS9GER8CB | 1.0 | 2022-12-13T08:00:00.000Z | Saturday AM LAB_3ZNR3TE0ZDZ0 | GEO_1PQM5BDYSMG0 | THE MASSIVELY MULTIPLAYER WORLD OF GHOSTS, 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);