BookWalker

home / database

products

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

3 rows where series_id = "CNT_1AYH27VQ5Z6G"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: label_id, geoblock_id, 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_0STC7H3V7QY0 CNT_2QTXZQQNZW8G Her Royal Highness Seems to Be Angry CNT_1AYH27VQ5Z6G CNT_1AYH27VQ5Z6G 2 2 1 Volume 3 []   Her Royal Highness Seems to Be Angry, Volume 3   <P>Now that exams are over, the students of Lucrezia Academy get to relax and what better way to do that than a camping trip? But what was supposed to be a fun extracurricular activity turns into a nightmare when Leticiel’s friends get captured by bandits. <br><br>But this incident may not be as simple as it seems. <br><br>As Leticiel digs into the mysteries of the black fog, she meets a masked figure who not only seems to have something to do with the dangerous fog, but he seems to know her former self Drossell. Just who is this masked man? And how are he and Drossell connected to each other?</P>   01KPJ807M5SVZKXMAST69FDMD1 3.0 2026-04-19T06:48:07.000Z LoveLove LAB_3TY7S40666N0 GEO_1G15ETQ2GP3G Her Royal Highness Seems to Be Angry, Volume 3     2026-03-31T00:00:00.000Z   0 0
PRD_15BTAFVNHNX0 CNT_223QNRDWXXD0 Her Royal Highness Seems to Be Angry CNT_1AYH27VQ5Z6G CNT_1AYH27VQ5Z6G 2 2 1 Volume 1 []   Her Royal Highness Seems to Be Angry, Volume 1   Leticiel was born as a princess in a time of war and was hailed as her nation’s Greatest Sorceress. After suffering a devastating loss during an invasion by a neighboring country, she gave up her life to prevent the enemy from stealing her magical powers — or so she thought. Until she wakes up and finds she’s been reincarnated a thousand years in the future. Not only that, but the body she’s transmigrated into belongs to a truly pitiful woman despised even by her own family. There are many things for Leticiel to be angry about, but number one on her list: why is magic in the future so lame?   01KG9RB88DAM1DZXR3FBEQD6EN 1.0 2025-01-10T08:00:00.000Z Tokyopop LAB_2C2B4XAHKSHG GEO_1PQM5BDYSMG0 Her Royal Highness Seems to Be Angry, Volume 1 ©2021   2025-01-11T08:00:00.000Z   0 0
PRD_2CT1XT7THJGG CNT_3ADNR15S7MGG Her Royal Highness Seems to Be Angry CNT_1AYH27VQ5Z6G CNT_1AYH27VQ5Z6G 2 2 1 Volume 2 []   Her Royal Highness Seems to Be Angry, Volume 2   <P>After the commotion at the academy left the school in chaos and the prince out of commission, Leticiel is left with more questions than answers. One thing is for certain, though: she does not want to live at the Filiaregis manor anymore, so with the help of the king, she finally gets away from Drossell's horrible family.<br><br>Even though Leticiel is much happier than before, she still must contend with a few things that she never had to deal with in her first life: final exams, and the sudden reappearance of beings the populace once believed to be extinct—spirits. Can Leticiel survive her finals and a pair of twin spirits in one piece?</P>   01KPJ801TV1JH0PZGWN5RTEJXW 2.0 2026-04-19T06:47:54.000Z LoveLove LAB_3TY7S40666N0 GEO_1G15ETQ2GP3G Her Royal Highness Seems to Be Angry, Volume 2     2025-11-25T00: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 27.554ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS