BookWalker

home / database

products

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

3 rows where series_id = "CNT_1BM30TEGZWS0"

✎ 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_1QFKSD33K480 CNT_1055KBDXPSB0 Touken Ranbu Illustration Book CNT_1BM30TEGZWS0 CNT_1BM30TEGZWS0 2 1 1 Touken Ranbu 5th Anniversary Illustration Book []   Touken Ranbu 5th Anniversary Illustration Book   To commemorate the 5 years since our servers went online, we held "Touken Ranbu - Honmaru Haku - 2020" events open to the public. The original Touken Danshi illustrations for "Touken Ranbu 5th Anniversary Illustration"(composite illustration) that debuted there are collected here in this official illustration book! "Touken Ranbu 5th Anniversary Illustration Book" is a collection of portrait and full body illustrations of the 81 Touken Danshi participating this commemoration. So be sure to check out our third illustration book "Touken Ranbu 5th Anniversary Illustration Book!" *This eBook is in Japanese A collection of illustrations featuring all 81 Touken Danshi to commemorate 5 years of Touken Ranbu -ONLINE-! 01KGAEBV9H7FB3BKHPAQN3JAGW 3.0 2022-01-12T08:00:00.000Z NITRO PLUS LAB_02GEJ5FQW2Q0 GEO_1PQM5BDYSMG0 Touken Ranbu 5th Anniversary Illustration Book (C)2015 EXNOA LLC/NITRO PLUS   2022-01-12T08:00:00.000Z   0 0
PRD_3H6B04GYN5RG CNT_00GF32JSG9VG Touken Ranbu Illustration Book CNT_1BM30TEGZWS0 CNT_1BM30TEGZWS0 2 1 1 Touken Ranbu 2nd Anniversary Illustration Book []   Touken Ranbu 2nd Anniversary Illustration Book   To commemorate the 2 years since our servers went online, the original Touken Ranbu -ONLINE- character designers have provided all-new original illustrations, which we've collected in our "Touken Ranbu 2nd Anniversary Illustration Book!" In addition to the illustrations created for the first ever official collaboration event "Touken Ranbu - Honmaruhaku -" which held in 2017, it also features artwork you won't find anywhere else. A total of 61 illustrations is included. Like the "Touken Ranbu Kenran Zuroku" and "Touken Ranbu 1st Anniversary Illustration Book," it's an essential for all true Saniwa. *This eBook is in Japanese A collection of illustrations to commemorate 2 years of Touken Ranbu -ONLINE-! The second Touken Ranbu -ONLINE- illustration book is here!! 01KGAEBVT0PRWFPRRX9BE6VDN8 2.0 2022-01-12T08:00:00.000Z NITRO PLUS LAB_02GEJ5FQW2Q0 GEO_1PQM5BDYSMG0 Touken Ranbu 2nd Anniversary Illustration Book (C)2015 EXNOA LLC/NITRO PLUS   2022-01-12T08:00:00.000Z   0 0
PRD_3NMVKQJ0H4ZG CNT_23TW3C71Z94G Touken Ranbu Illustration Book CNT_1BM30TEGZWS0 CNT_1BM30TEGZWS0 2 1 1 Touken Ranbu 1st Anniversary Illustration Book []   Touken Ranbu 1st Anniversary Illustration Book   We're releasing an official illustration book that collects all the illustrations celebrating our first anniversary! In addition to the 28 works unveiled at the "Touken Ranbu - Honmaru Tsushin -" Twitter account, the book includes 4 all-new exclusive original illustrations. Just like our Touken Ranbu Kenran Zuroku, this is an essential reference for all true Saniwa. *This eBook is in Japanese The first Touken Ranbu -ONLINE- illustration book is here! 01KGADGYP49GXKKDN5JJ41BNSJ 1.0 2022-01-12T08:00:00.000Z NITRO PLUS LAB_02GEJ5FQW2Q0 GEO_1PQM5BDYSMG0 Touken Ranbu 1st Anniversary Illustration Book (C)2015 EXNOA LLC/NITRO PLUS   2022-01-12T08: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.147ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS