BookWalker

home / database

products

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

2 rows where series_id = "CNT_1KRNGJ2WGHZ0"

✎ 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_20FXY3Z38060 CNT_1Y0ZFCN6WJ6G The Underdog of the Eight Greater Tribes CNT_1KRNGJ2WGHZ0 CNT_1KRNGJ2WGHZ0 2 2 1 Volume 2 []   The Underdog of the Eight Greater Tribes: Volume 2   Having overcome a decisive battle with the high-ranking duelist Elias, Yuri has become the center of attention. He, Fram and Athena have sworn to take part in the Babel Roulette that only happens once a decade, yet despite his surge in popularity, gathering additional members is proving to be a surprisingly hard challenge. In a bid to make his team even more appealing, Yuri decides to gain some non-dueling fighting experience by brushing up against death in the dungeon with the Dragon Tribe's Haring, but— ""—Whoah!? What in the world happened to me!?"" They inadvertently capture an elf...?! Having won against Elias, Yuri's popularity rises. He, Fram and Athena join the Babel Roulette, but finding team members proves difficult. Yuri goes to a dungeon to gain experience but— ""Whoa!? What in the world happened to me!?"" They capture an elf! 01KGA8T6HP9CAV2AZE4KGWAEJZ 2.0 2020-03-03T08:00:00.000Z J-Novel Club LAB_30X9NTZYDFV0 GEO_1PQM5BDYSMG0 The Underdog of the Eight Greater Tribes: Volume 2 Copyright (C) 2019 Washiro Fujiki Illustrations by Yu Kodama   2020-04-28T07:00:00.000Z   0 0
PRD_3XVRE0TV3BBG CNT_3MT5H4ABTX00 The Underdog of the Eight Greater Tribes CNT_1KRNGJ2WGHZ0 CNT_1KRNGJ2WGHZ0 2 2 1 Volume 1 []   The Underdog of the Eight Greater Tribes: Volume 1   Long ago, there was much war and bloodshed among the eight tribes of the world. Now with each tribe confined to its own continent, the world has achieved peace and harmony. Interaction and fighting between tribes are heavily restricted, save for one exception: the ninth continent, Duel City Babel, an arena for those wishing for conflict in peace. In the duel city, fighters from all over the world clash swords and spells, vying to be the best. Carrying on the teachings and techniques of his master, Yuri Eniastar of the Human Tribe manages to take out a high-ranking opponent on his first day. Clearly, he's not just any new face, but unfortunately, fate has not been kind...his lineage is universally recognized as the weakest. Despite this, Yuri refuses to give up. He befriends the Beast Tribe's Athena and the Spirit Tribe's Fram as he strives to become a peerless duelist. Welcome to an overwhelming battle fantasy! Fighting between the eight tribes is restricted to Duel City Babel, the world's only arena. Yuri Eniastar can't wait to duel, no matter what others say about his lineage. Refusing to give up, and with the help of his friends, Yuri aims for the top! 01KG9BNH30N8Z12WPMAVF41D8B 1.0 2019-12-03T08:00:00.000Z J-Novel Club LAB_30X9NTZYDFV0 GEO_1PQM5BDYSMG0 The Underdog of the Eight Greater Tribes: Volume 1 Copyright (C) 2018 Washiro Fujiki Illustrations by Yu Kodama   2020-01-14T08: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 26.819ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS