products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_2P50WE5J5YK0"
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_0QFV2W8NEKFG | CNT_04B9EN57E64G | Is It Wrong to Try to Pick Up Girls in a Dungeon? Familia Chronicle CNT_2P50WE5J5YK0 | CNT_2P50WE5J5YK0 | 2 | 2 | 1 | Volume 3 | [] | Is It Wrong to Try to Pick Up Girls in a Dungeon? Familia Chronicle, Vol. 3 | GODS ON THE CUSP OF WAR!When Freya initiates a War Game with Hestia over Bell, Lyu quickly decides there’s only one thing she can do. She departs from the Labyrinth City alone and makes for Zolingam, the city of sword smiths in the Far East. After five years of standing still, she seeks out the goddess who canmake her time move again. Astrea has been waiting for her. But just when Lyu thinks she’s received the goddess’s forgiveness and regained the strength to help her friends, Astrea doesn’t permit her return to Orario.Lyu will have to remain in Zolingam, where she clashes with those who devote themselves to the goddess of justice. If and when she can satisfy Astrea, will Lyu make it back to Bell’s side in time? | 01KGBHNSK1C4W2HH3VNFKMVX7A | 3.0 | 2024-11-11T08:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1PQM5BDYSMG0 | Is It Wrong to Try to Pick Up Girls in a Dungeon? Familia Chronicle, Vol. 3 | 2025-05-06T07:00:00.000Z | 0 | 0 | ||||||
| PRD_1047R5Y2VAA0 | CNT_3W2AZ72FNZAG | Is It Wrong to Try to Pick Up Girls in a Dungeon? Familia Chronicle CNT_2P50WE5J5YK0 | CNT_2P50WE5J5YK0 | 2 | 2 | 1 | Volume 2 | [] | Is It Wrong to Try to Pick Up Girls in a Dungeon? Familia Chronicle, Vol. 2 | THE SEARCH FOR LOVE IS ON!A fey mood strikes Freya, sparking a new quest to find her Odr, the one destined to stand forever by her side. Naturally, her followers are against it. They remember all too well the disaster that her last adventure turned out to be. Unfortunately for them, such a minor setback has never been enough to stop the goddess of beauty from following wherever her heart leads—which, this time, happens to be the sandy dunes of Kaios. Freya is eager to spread her wings to see what discoveries this new land has to offer, even as her familia frantically searches for her, no matter the cost...! | 01KG9CCP0GNFXBBNR25BT51C16 | 2.0 | 2020-09-18T07:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1PQM5BDYSMG0 | Is It Wrong to Try to Pick Up Girls in a Dungeon? Familia Chronicle, Vol. 2 | 2020-10-27T07:00:00.000Z | 0 | 0 | ||||||
| PRD_2WC8S3V3DTSG | CNT_395KS75QKESG | Is It Wrong to Try to Pick Up Girls in a Dungeon? Familia Chronicle CNT_2P50WE5J5YK0 | CNT_2P50WE5J5YK0 | 2 | 2 | 1 | Volume 1 | [] | Is It Wrong to Try to Pick Up Girls in a Dungeon? Familia Chronicle, Vol. 1 | Sometimes carrying out justice requires...cross-dressing?!When a troubled couple tells the story of how their daughter was taken to pay off a gambling debt, Lyu's conscience and the legacy of Astrea Familia compel her to take action!The many skills Lyu learned as an adventurer are formidable, but she'll need more than brute force to challenge the influential Grand Casino. Unable to sneak or fight her way inside, Lyu puts all her trust in Syr's rescue plan: Go through the front door posing as Count Maximilian and his beautiful wife! | 01KGA3NEPHKTMPJ3QMCWDBMNQA | 1.0 | 2018-06-26T07:00:00.000Z | Yen On LAB_0TB60FJ75DX0 | GEO_1PQM5BDYSMG0 | Is It Wrong to Try to Pick Up Girls in a Dungeon? Familia Chronicle, Vol. 1 | 2018-06-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);