BookWalker

home / database

products

Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)

3 rows where series_id = "CNT_1VM08Y8VCKC0"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: copyright, 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_16KRWJETXMN0 CNT_369JCZEC08Y0 Forget Being the Villainess, I Want to Be an Adventurer! CNT_1VM08Y8VCKC0 CNT_1VM08Y8VCKC0 2 2 1 Volume 2 []   Forget Being the Villainess, I Want to Be an Adventurer! Volume 2   Serephione's plan to avoid becoming the villainess is going smoothly. She's made it to her second year of knight school and become an A-rank adventurer at Trundle Guild, all by the age of fourteen! However, just when everything was going well, she faces an unexpected enemy. A background character from the book has taken control of a holy beast, and they want to force Serephione to fight on their side as well! Overpowered, she is forced to resort to her escape plan: flee the country and live on her own as an adventurer. It'll be hard to make it without her beloved family and Lou, but she has some old friends to help her along the way! Just as Serephione's gotten off the route to becoming a villainess, an unforeseen conflict forces her to flee the country and live as an adventurer abroad. What will she do without her family and Lou there to help her? 01KGAEJG2KDG96PRF8E3BJV2HQ 2.0 2022-01-21T08:00:00.000Z J-Novel Club LAB_30X9NTZYDFV0 GEO_1PQM5BDYSMG0 Forget Being the Villainess, I Want to Be an Adventurer! Volume 2 Copyright (C) Hiro Oda, Tobi 2019 Illustrations by Tobi   2022-03-31T07:00:00.000Z   0 0
PRD_17748XTTTB6G CNT_1ATT9KJA9HQ0 Forget Being the Villainess, I Want to Be an Adventurer! CNT_1VM08Y8VCKC0 CNT_1VM08Y8VCKC0 2 2 1 Volume 3 []   Forget Being the Villainess, I Want to Be an Adventurer! Volume 3   Now that she's engaged to the emperor of Galé and reunited with her beloved Lou, Serephione no longer needs to lie low in Marsche. But she can't let her guard down just yet―the heroine is still out there, and rumor has it she's teamed up with the prince who attacked Serephione before! Serephione may have no choice but to face off once and for all against the heroine she's tried her whole life to avoid...but is she capable of overcoming the heroine's ability to seemingly bend the plot to her will? Soon after being reunited with Lou, Serephione gets word that the heroine and the first prince are teaming up against her! How will Serephione protect her family from Maribelle's mysterious powers in the final heroine vs. villainess showdown? 01KGAEZ38K0A54SZRA7J9FWXYC 3.0 2022-03-24T07:00:00.000Z J-Novel Club LAB_30X9NTZYDFV0 GEO_1PQM5BDYSMG0 Forget Being the Villainess, I Want to Be an Adventurer! Volume 3 Copyright © Hiro Oda, Tobi 2020 Illustrations by Tobi   2022-06-09T07:00:00.000Z   0 0
PRD_3N5SYZ184X0G CNT_2Z0A37D0QHF0 Forget Being the Villainess, I Want to Be an Adventurer! CNT_1VM08Y8VCKC0 CNT_1VM08Y8VCKC0 2 2 1 Volume 1 []   Forget Being the Villainess, I Want to Be an Adventurer! Volume 1   Serephione Granzeus is your average three-year-old girl...or so she thinks, until she meets Lou, the super-fluffy Holy Guardian White Tiger. Memories of her past life as a Japanese businesswoman come flooding back to her, and she realizes she's part of a fantasy book she read before, but as the villainess. Yet her past life isn't all that she remembers; she can recall her life as the original Serephione, and her sadness, and her pain... After making a contract with Lou, she comes up with a plan to change the plot and avoid the villainess's dark fate: become an adventurer and avoid everyone from the book! But the more she diverges from the plot, the more unpredictable the other characters become. How will she keep everyone from learning her secrets and spoiling her plans? When Serephione meets the holy tiger Lou, she regains memories of her past life, learning she's been reborn as the villainess of a fantasy book! She plans to be an adventurer to avoid her dark fate, but what happens when she diverges from the plot? 01KGADE0DH78FGKPM0FQJ8SN83 1.0 2021-11-26T08:00:00.000Z J-Novel Club LAB_30X9NTZYDFV0 GEO_1PQM5BDYSMG0 Forget Being the Villainess, I Want to Be an Adventurer! Volume 1 Copyright (C) Hiro Oda, Tobi 2019 Illustrations by Tobi   2022-01-27T08:00:00.000Z   0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 30.496ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS