BookWalker

home / database

products

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

3 rows where series_id = "CNT_1Q95JMZJ0M30"

✎ 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_0CGG6Z1HTTDG CNT_1ESWK15KSQHG HIRAETH -The End of the Journey- CNT_1Q95JMZJ0M30 CNT_1Q95JMZJ0M30 2 1 1 Volume 3 []   HIRAETH -The End of the Journey- 3   Mika, Hibino, and Hani are set to resume their journey, but time is not on their side, as Hani's corporeal form won't hold out much longer. But the god doesn't wish to pass into Yomi without remembering something long forgotten–something that only Hibino seems to remember. As the truth of their bond finally comes to light, Mika steels herself for the descent into Yomi and her long-awaited reunion with her departed friend, Mitsuha... Will the three travelers find what they each seek, here at the end of the journey?   01KG9KSJFTA9Y1TG28VYRCAT9B 3.0 2023-01-31T08:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG HIRAETH -The End of the Journey- 3 Yuhki Kamatani/Kodansha Ltd.   2023-02-21T08:00:00.000Z   0 0
PRD_0PPX3HFB27Q0 CNT_2MJFMHMRPVW0 HIRAETH -The End of the Journey- CNT_1Q95JMZJ0M30 CNT_1Q95JMZJ0M30 2 1 1 Volume 1 []   HIRAETH -The End of the Journey- 1   After the death of her best friend, Mika is determined to follow her into the grave. But her suicide attempt introduces her to a world unlike any she's ever seen...full of gods and spirits and entities of which she could never have dreamed. But even with this world of wonder, can she find a way out of her sorrow? Warning: This volume contains depictions of suicide attempts and suicidal ideation. If you are experiencing suicidal thoughts or feelings, you are not alone, and there is help. Call the National Suicide Prevention Lifeline at 1-800-273-TALK (8255) or go to suicidepreventionlifeline.org. For international help visit findahelpline.com.   01KGADF04AWE8JEKT3H98NAZ9D 1.0 2022-01-05T08:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG HIRAETH -The End of the Journey- 1 HIRAETH -The End of the Journey- Yuhki Kamatani/Kodansha Ltd.   2022-03-29T07:00:00.000Z   0 0
PRD_36YHGWXH5VKG CNT_0XSTFEHMKD90 HIRAETH -The End of the Journey- CNT_1Q95JMZJ0M30 CNT_1Q95JMZJ0M30 2 1 1 Volume 2 []   HIRAETH -The End of the journey- 2   In shock after the death of her best friend, Mika resolves to die as well, but is saved from her suicide attempt by an immortal man named Hibino and a self-proclaimed god called Hani. Upon learning that the two are headed for Yomi, the mythological land of the dead, Mika decides to accompany them in the hopes of seeing her friend once more. After a brief acquaintance with an old woman in Hakone ends in tragedy, Mika is determined to learn to face death along their journey. But the group is suddenly waylaid by a folklore researcher who knows Hibino's name and secret, and claims to be studying the secrets of immortality to save her sick friend. As Hibino dodges questions about his immortality, Mika struggles with her own discomfort at the researcher's desperation... Warning: This volume contains depictions of suicide attempts and suicidal ideation. If you are experiencing suicidal thoughts or feelings, you are not alone, and there is help. Call the National Suicide Prevention Lifeline at 1-800-273-TALK (8255) or go to suicidepreventionlifeline.org. For international help visit findahelpline.com.   01KGAGTPYGA1XFEDF243EE7M2C 2.0 2022-06-24T07:00:00.000Z Kodansha LAB_0ZM7YN9KHCT0 GEO_1PKAG51AEAQG HIRAETH -The End of the journey- 2 HIRAETH -The End of the Journey- Yuhki Kamatani/Kodansha Ltd.   2022-07-12T07: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.612ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS