BookWalker

home / database

products

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

3 rows where series_id = "CNT_0CT74A041CYG"

✎ 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_0N3B3FWXAG90 CNT_3G8D2VY5D4MG Earthchild CNT_0CT74A041CYG CNT_0CT74A041CYG 2 1 1 Volume 1 []   Earthchild, Vol. 1   After Kareri saves Reisuke's life, one thing leads to another, and before long, the two are hopelessly in love. But an impending, humanity-ending crisis doesn't much care about their romance! Kareri must fulfill her duty to the planet, while Reisuke can only hope for her safe return. What does fate have in store for the couple?!   01KGBETCBN0M3K0KX3FW057QS3 1.0 2024-11-26T08:00:00.000Z VIZ Media LAB_15X2T7H1V07G GEO_1PQM5BDYSMG0 Earthchild, Vol. 1 CHIKYU NO KO © 2022 by Hideo Shinkai/SHUEISHA Inc.   2024-11-26T08:00:00.000Z   0 0
PRD_0PJRHV2VEHA0 CNT_1GXG389WY5BG Earthchild CNT_0CT74A041CYG CNT_0CT74A041CYG 2 1 1 Volume 3 []   Earthchild, Vol. 3   Reisuke and his allies are doing all they can to save Kareri from the cold void of space, but just when it looks like everything is going smoothly, a deadly dust trail threatens the mission. Reisuke and Albert dive headlong into danger to rescue Kareri. The entire family is ready to battle to the bitter end to free Earthchildren from their typically tragic fate. Witness the conclusion of the epic romance between a superhero and a normal civilian, as they bring about one miracle after another!   01KGBF7QVYB46TZ98DMFHWRXBP 3.0 2024-11-26T08:00:00.000Z VIZ Media LAB_15X2T7H1V07G GEO_1PQM5BDYSMG0 Earthchild, Vol. 3 CHIKYU NO KO © 2022 by Hideo Shinkai/SHUEISHA Inc.   2024-11-26T08:00:00.000Z   0 0
PRD_2MT3A5DRCHSG CNT_2GJPJH314MV0 Earthchild CNT_0CT74A041CYG CNT_0CT74A041CYG 2 1 1 Volume 2 []   Earthchild, Vol. 2   Kareri has averted a crisis that would've doomed all of humanity. She's paid the ultimate price, however, and now finds herself fused to an orbiting stony satellite. In order to save his wife, Reisuke decides to train their son, Mamoru, who has inherited his mother's superpowers! In the process, they meet Albert—a former Earthchild who knows of a possible way to save Kareri, but it would put Mamoru in harm's way!   01KGBF7Q5A4BM366Y2YVHYZHP1 2.0 2024-11-26T08:00:00.000Z VIZ Media LAB_15X2T7H1V07G GEO_1PQM5BDYSMG0 Earthchild, Vol. 2 CHIKYU NO KO © 2022 by Hideo Shinkai/SHUEISHA Inc.   2024-11-26T08: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 23.573ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS