products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_0HPPWBWDDNA0"
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_240D2SVXTET0 | CNT_271AZHT8JRH0 | I'm Not the Hero! CNT_0HPPWBWDDNA0 | CNT_0HPPWBWDDNA0 | 2 | 2 | 1 | Volume 2 | [] | I'm Not the Hero! Volume 2 | I've got a bit of a confession to make—I've been in the world of BB for a few months now, and I still haven't found the true protagonist. There isn't a ton of time to lose either, not when we only have three years to prepare to defeat Rasulfi and save the world. Don't worry though, I've got a plan: I'm gonna train Radd and his party of rookies up so they can take care of it all for me! Step one was to have them subjugate their first dungeon, but now it's time for them to conquer something bigger—Freelea's coliseum. With the tournament for the title of strongest fighter only a month away, I'll have to use my game knowledge to the fullest to prepare them for battle! I'll take advantage of my Analyze skill to check out people's stats, use items to seize the upper hand against enemies, and even utilize dungeon traps to create the perfect conditions for grinding! But even so, will I really be able to make the kids strong enough to defeat Nirva, the current champion of the coliseum? | Now that I've settled into the world of BB and had the kids clear their first dungeon, it's time to direct their attention to something bigger—Freelea's coliseum! But with only a month to train, will they really be able to beat the current champion? | 01KH3G58EMQKM25MKK77MEDWNN | 2.0 | 2023-08-21T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | I'm Not the Hero! Volume 2 | SHUJINKO JANAI! Vol.1 © Usber 2021 | 2023-11-22T08:00:00.000Z | 0 | 0 | ||||
| PRD_3A1AKKHR9WQ0 | CNT_287PKQMB9BMG | I'm Not the Hero! CNT_0HPPWBWDDNA0 | CNT_0HPPWBWDDNA0 | 2 | 2 | 1 | Volume 1 | [] | I'm Not the Hero! Volume 1 | Once upon a time, there was a middle-aged Japanese salaryman, a schoolgirl, and a speed demon of a truck driver. The man tried to rescue the girl from the truck, and... Well, I bet you can guess what happened next. That man was me, by the way—"was" being the operative word, because the next thing I knew, I came to inside the world of my favorite game, Braves and Blades, as Rex Tauren. Rex is the most powerful character in the early stages of BB, a level 50 jack-of-all-trades who's got tons of class skills and one huge drawback—Rex is only a minor character, so past the tutorial stage, his growth rate tanks and he's all but useless. In other words, my quest is now to find BB's true protagonist and dump all of this saving-the-world stuff on them. I just wanna kick back and... Hold up! Why does everyone keep calling me the hero?! | I was your average salaryman until I got hit by a truck and woke up in the world of my favorite video game as the early-game powerhouse who's basically useless after the tutorial. Let me reiterate—I am absolutely NOT the hero! Stop calling me that! | 01KGB6VAHTZYSZ1YVX8JKYWV18 | 1.0 | 2023-05-23T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | I'm Not the Hero! Volume 1 | SHUJINKO JANAI! Vol.1 © Usber 2020 | 2023-08-24T07:00:00.000Z | 0 | 0 | ||||
| PRD_3FPAGGVB1TNG | CNT_1QCPP9NJPMAG | I'm Not the Hero! CNT_0HPPWBWDDNA0 | CNT_0HPPWBWDDNA0 | 2 | 2 | 1 | Volume 3 | [] | I'm Not the Hero! Volume 3 | Now that the tournament to determine the world's strongest fighter is over, Rex is on a new mission—recruit some more party members! During his search he comes across two women, the first being the drop-dead gorgeous Lily Harmonix. Lily is a Bard, a class that is incredibly useful for Rex's purposes, but she also just so happens to be a blackhearted schemer who gave him some serious emotional trauma during a BB playthrough in his previous life. Navigating a relationship with Lily this time around proves equally harrowing, but it's the death curse hanging over the head of Rex's second potential party member, Rose, that proves to be his most difficult challenge yet. Unflinching, Rex dives headfirst into a battle against fate, but by saving Rose's life, will he change the course of BB's storyline forever? | After heading off in search of new party members, Rex finds himself struggling to navigate a relationship with a gorgeous Bard while tackling another woman's death curse. But by saving her life, will Rex change the course of BB's storyline forever? | 01KGATAW1NHEQ4PQ88ZY6PCZNN | 3.0 | 2023-11-22T08:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | I'm Not the Hero! Volume 3 | SHUJINKO JANAI! Vol.3 © Usber 2022 | 2024-02-22T08: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);