BookWalker

home / database

products

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

2 rows where series_id = "CNT_02MY7J71X880"

✎ View and edit SQL

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_11F56G00JX2G CNT_0BH9SSKPTPCG Peddler in Another World: I Can Go Back to My World Whenever I Want! CNT_02MY7J71X880 CNT_02MY7J71X880 2 4 2 Volume 2 []   Peddler in Another World: I Can Go Back to My World Whenever I Want! Volume 2   Just as Shiro's settling in to his peaceful life as a merchant in Ninoritch, he is rocked by the news that the grandmother he believed to be long deceased is, in fact, very much alive. What's more, she's apparently somewhere in Ruffaltio, the fantastical world Shiro can visit through his closet. This discovery gives him a new objective: find her and ask her why she's been pretending to be dead all these years. But rather than going on a wild goose chase in search of her, he decides to stay in Ninoritch in the hopes that she'll visit for the annual harvest festival. In the meantime, the Blue Flash adventuring party asks for Shiro's help in gathering some rare medicinal herbs, a quest that takes him to the sprawling forest just outside town. But when he ends up separated from the group, he finds himself relying on the help of a mysterious girl . . . Just who is she? And why is she so tiny?   01KG7A607XVSBD9EPHSV5JG76W 2.0 2025-12-03T08:00:00.000Z Tantor Media LAB_1568H9GGBM40 GEO_1PQM5BDYSMG0 Peddler in Another World: I Can Go Back to My World Whenever I Want! Volume 2     2025-12-16T08:00:00.000Z   0 0
PRD_37MDZTK5GXJ0 CNT_1B6092EV35W0 Peddler in Another World: I Can Go Back to My World Whenever I Want! CNT_02MY7J71X880 CNT_02MY7J71X880 2 4 2 Volume 1 []   Peddler in Another World: I Can Go Back to My World Whenever I Want! Volume 1   After quitting his job at a toxic company, Shiro Amata moves into the house his grandmother left him in her will. There, he soon makes two life-changing discoveries: one, his grandmother was really a witch from another world, and two, said other world is just on the other side of her closet door! Thanks to a book she left for Shiro, he also manages to obtain an all-powerful skill called "Equivalent Exchange," which allows him to turn money from his world into otherworldly currency and vice versa. With this, Shiro decides to set up shop and sell convenient items like matches to the colorful inhabitants of the other world. His plan: make a massive profit on the goods he brings from home to become so rich that he never needs another job ever again!   01KG78NF0WS3B5T37KYYE6EVFS 1.0 2025-12-03T08:00:00.000Z Tantor Media LAB_1568H9GGBM40 GEO_1PQM5BDYSMG0 Peddler in Another World: I Can Go Back to My World Whenever I Want! Volume 1     2025-12-16T08: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 25.804ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS