products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_2BP4EHM3AGJ0"
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_1RW2F5ECP64G | CNT_13P0R397VBFG | Mapping: The Trash-Tier Skill That Got Me Into a Top-Tier Party CNT_2BP4EHM3AGJ0 | CNT_2BP4EHM3AGJ0 | 2 | 1 | 1 | Volume 3 | [] | Mapping: The Trash-Tier Skill That Got Me Into a Top-Tier Party Volume 3 | The Arrivers are finally working together as a team and making steady progress in the dungeon, but it's too soon to celebrate. New floors mean new challenges, and things only get more dangerous the further in they go. When an unexpected turn of events strands Note and Erin in an unfamiliar labyrinth, they'll both have to dig deep to make it out alive—if they make it out at all. They're going to need their skills, their wits, and each other to win this deathmatch. | The Arrivers are finally working together as a team and making steady progress in the dungeon, but it's too soon to celebrate. New floors mean new challenges, and things only get more dangerous the further in they go. When an unexpected turn of events strands Note and Erin in an unfamiliar labyrinth, they'll both have to dig deep to make it out ... | 01KG9HF77P323SHVK4QW80VJZ2 | 3.0 | 2021-12-02T08:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | Mapping: The Trash-Tier Skill That Got Me Into a Top-Tier Party Volume 3 | Copyright (C) 2021 Udon Kamono Illustrations Copyright (C) 2021 SAVAN | 2021-12-29T08:00:00.000Z | 0 | 0 | ||||
| PRD_3AHNWY8MZ1JG | CNT_1CZVE7AE2NH0 | Mapping: The Trash-Tier Skill That Got Me Into a Top-Tier Party CNT_2BP4EHM3AGJ0 | CNT_2BP4EHM3AGJ0 | 2 | 1 | 1 | Volume 1 | [] | Mapping: The Trash-Tier Skill That Got Me Into a Top-Tier Party Volume 1 | 2Note used to dream of becoming a top-tier adventurer, but now he spends his days drinking away his profits at the local tavern and reminiscing about the past. Funny a boy with the Mapping ability could get so lost, huh? That's right. Note's dreams of becoming a big name in adventuring died the day he pulled the infamous trash-tier skill Mapping. Who wants to adventure with someone who has such a worthless ability? Wait... the renowned dungeon-diving party "Arrivers" does? WHAT?! Get your gear packed, because Note has a whole new life to navigate now! | Note used to dream of becoming a top-tier adventurer, but now he spends his days drinking away his profits at the local tavern and reminiscing about the past. Funny a boy with the Mapping ability could get so lost, huh? That's right. Note's dreams of becoming a big name in adventuring died the day he pulled the infamous trash-tier skill Mapping... | 01KG9CDR6NRP2DFTRP3EBBMS8J | 1.0 | 2020-10-02T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | Mapping: The Trash-Tier Skill That Got Me Into a Top-Tier Party Volume 1 | Copyright (C) 2019 SAVAN (C) Udon Kamono/OVERLAP | 2020-12-09T08:00:00.000Z | 0 | 0 | ||||
| PRD_3MV70EJBBKXG | CNT_35GQ010VTQBG | Mapping: The Trash-Tier Skill That Got Me Into a Top-Tier Party CNT_2BP4EHM3AGJ0 | CNT_2BP4EHM3AGJ0 | 2 | 1 | 1 | Volume 2 | [] | Mapping: The Trash-Tier Skill That Got Me Into a Top-Tier Party Volume 2 | Note's been working hard to train his way up to dungeon diving with the Arrivers, but things take an unexpected turn when Force suddenly announces he's leaving the party to run away with the love of his life. The problem is that the other Arrivers know Force's supposed soulmate by her reputation. In fact, Roslia has made quite a name for herself as a heartbreaker—they call her Crusher. So, when Note realizes that Force has simply been bewitched, he sets off on a curious quest to get their party leader back! | Note's been working hard to train his way up to dungeon diving with the Arrivers, but things take an unexpected turn when Force suddenly announces he's leaving the party to run away with the love of his life. The problem is that the other Arrivers know Force's supposed soulmate by her reputation. In fact, Roslia has made quite a name for herself... | 01KG9DZNCX6BF457KF3N7E128M | 2.0 | 2021-02-25T08:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | Mapping: The Trash-Tier Skill That Got Me Into a Top-Tier Party Volume 2 | Copyright(C) 2020 SAVAN(C) Udon Kamono/OVERLAP | 2021-05-12T07: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);