products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_2PNDCVX9AVM0"
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_00C2591PP4XG | CNT_3J16SG49PQZG | Your Forma CNT_2PNDCVX9AVM0 | CNT_2PNDCVX9AVM0 | 2 | 1 | 1 | Volume 2 | [] | Your Forma, Vol. 2 | Begrudgingly partnering with the humanoid robot "Amicus" Harold, Echika finds herself investigating crimes caused by a new type of virus. Her partner, as always, is perfect—So why does she hate the Amicus so much? As the investigation progresses, unexpected revelations from her past start to emerge, leading the investigation in unforeseen directions. | 01KGBC8CYHMA31RSP7JR5J9BVP | 2.0 | 2024-08-14T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Your Forma, Vol. 2 | 2025-01-21T08:00:00.000Z | 0 | 0 | ||||||
| PRD_0SHQWY362DNG | CNT_3X5FNB2ZDN5G | Your Forma CNT_2PNDCVX9AVM0 | CNT_2PNDCVX9AVM0 | 2 | 1 | 1 | Volume 3 | [] | Your Forma, Vol. 3 | When an investigation takes a dangerous turn, Echika’s Amicus partner, Harold, gets injured and collapses. Despite her deep-seated animosity toward the humanoid robot, she can’t help but be concerned. However, when Echika discovers more about Harold’s mysterious past, she uncovers shocking truths that could change everything. | 01KG9R763HG9NP7WT7WHNBC351 | 3.0 | 2024-11-20T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Your Forma, Vol. 3 | 2025-07-22T07:00:00.000Z | 0 | 0 | ||||||
| PRD_1MPVJPZ1QXR0 | CNT_0M99YRECRRW0 | Your Forma CNT_2PNDCVX9AVM0 | CNT_2PNDCVX9AVM0 | 2 | 1 | 1 | Volume 1 | [] | Your Forma, Vol. 1 | <P> The Your Forma—a “smart thread” installed directly into the brain that records all its user’s sensory perceptions and emotions. It’s Electronic Investigator Echika Hieda’s job to Dive into these recordings in search of clues to the world’s toughest and most serious crimes.<BR /> Unfortunately for anyone who’s ever been paired with Echika, her data processing abilities are so off-the-charts that she usually puts her partners in the hospital in the process. Interpol’s solution: assigning an Amicus—a sentient android named Harold Lucraft—to be her new aide. With the exception of his cheekiness, Harold would be everything Echika wants in a partner—if only she didn’t hate all Amicus with a burning passion... </P> | 01KGB2ZCEPBB9ME2PS9ZQ0TE3A | 1.0 | 2022-12-07T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | Your Forma, Vol. 1 | 2023-01-17T00: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);