BookWalker

home / database

products

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

5 rows where series_id = "CNT_2CXF3SA5JVC0"

✎ 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_074R433JB400 CNT_3YAA0E2J6S30 Shaman King: Marcos CNT_2CXF3SA5JVC0 CNT_2CXF3SA5JVC0 2 1 1 Volume 3 []   Shaman King: Marcos 3   "Three Thousand Leagues to Reach Marco..." Luchist finally reveals where captain four-eyes has been hiding. The X-LAWS quickly assemble, but before them appears the enemy who "they can never win against"...But when that happens, the mysteries behind the unfindable Marco is all revealed!   01KGADC5PR3AJTV6TS05JTPAC9 3.0 2022-02-01T08:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG Shaman King Marcos 3 SHAMAN KING: MARCOS Hiroyuki Takei, Jet Kusamura/Kodansha Ltd.   2022-02-15T08:00:00.000Z   0 0
PRD_07MWKJWET3ZG CNT_1BWKRFREENXG Shaman King: Marcos CNT_2CXF3SA5JVC0 CNT_2CXF3SA5JVC0 2 1 1 Volume 5 []   Shaman King: Marcos 5   "It's goodbye for real this time, Marco." Under orders by Spimea, the Dong clan attacks the island where the young angel Marco sleeps. Bound by the fetters of his family lineage, what decision will Luchist make? The story of love and light between Marco and Luchist finally reaches its final volume...   01KGB68BGQFWGQSVMCF299GYJ2 5.0 2023-04-07T07:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG Shaman King Marcos 5 Hiroyuki Takei, Jet Kusamura/Kodansha Ltd.   2023-04-18T07:00:00.000Z   0 0
PRD_0AC5Y1JDY2ZG CNT_00CN3M5DAFE0 Shaman King: Marcos CNT_2CXF3SA5JVC0 CNT_2CXF3SA5JVC0 2 1 1 Volume 4 []   Shaman King: Marcos 4   "On the night the moon is closest to earth, the warriors will depart for the moon." Luchist finally reveals the stage where the FOM battles will take place! X-LAWS reunites once again, with the young angel, Marco, in its center. Behind the curtains, team YVS has more sinister ploys in the works. Everything that happened in the past are finally coming together as our heroes' fates unfold!   01KGAJMDTFBEJ4P3J715J59QWG 4.0 2022-09-01T07:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG Shaman King Marcos 4 SHAMAN KING: MARCOS Hiroyuki Takei, Jet Kusamura/Kodansha Ltd.   2022-09-20T07:00:00.000Z   0 0
PRD_1EGPSB3BTST0 CNT_305XDP19KXE0 Shaman King: Marcos CNT_2CXF3SA5JVC0 CNT_2CXF3SA5JVC0 2 1 1 Volume 1 []   Shaman King: Marcos 1   What should be a bright future for the X-Laws is shadowed by the absence of Marco. Where could he have gone, and is something sinister behind it? Join the fan favorites in another Shaman King spinoff!   01KG9E3QQTHDHB6481TQBQZ562 1.0 2021-02-17T08:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG Shaman King: Marcos 1 Hiroyuki Takei, Jet Kusamura/Kodansha Ltd.   2021-03-09T08:00:00.000Z   0 0
PRD_20BG57JJ6YAG CNT_0CZGYZQS48V0 Shaman King: Marcos CNT_2CXF3SA5JVC0 CNT_2CXF3SA5JVC0 2 1 1 Volume 2 []   Shaman King: Marcos 2   It is revealed that Santa Muerte was actually Hao's gift to Peyote. Meanwhile, the members of X-LAWS across the world are being targeted and lost contact with each other. With the Flower of Maize just around the corner, all parties are beginning to make their move! Lyserg reaches the ruins of Luchist's church, only to find standing in his way is Spimea, a member of the Lasso family, a family of weapon dealers who controlled the wars across the world. To his surprise, the X-LAWS aren't the only ones looking for Marco...   01KG9FP5R89C749YKVFJTP9PXR 2.0 2021-06-23T07:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG Shaman King: Marcos 2 Hiroyuki Takei, Jet Kusamura/Kodansha Ltd.   2021-07-13T07: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 33.728ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS