products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_21C2X7HZ9XAG"
This data as json, CSV (advanced)
Suggested facets: listed_at, copyright, on_sale_at, 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_1BJTXHZ04G8G | CNT_36XHWXZZFBA0 | I Am Alice: Body Swap in Wonderland CNT_21C2X7HZ9XAG | CNT_21C2X7HZ9XAG | 2 | 1 | 1 | Volume 1 | [] | I Am Alice: Body Swap in Wonderland Vol. 1 | When unsuspecting Japanese teen Makoto pulls a copy of ""Alice in Wonderland"" off a library bookshelf, his world will never be the same - literally. Suddenly, he is transported into the magical world of Wonderland, and even more shockingly, he is now stuck in Alice's body! To make matters curiouser, the real Alice is stuck in Makoto's body, and neither of them are happy about the situation. There's only one way to reverse the body swap and return Makoto home, but it won't be easy: they must journey together to Heart's Castle and defeat the King of Hearts. | From the creator of?Dictatorial Grimoire?comes an all-new gender-bender in Wonderland | 01K5G9S75CMB73DRNSC2HSM17R | 1.0 | 2015-10-04T15:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | I Am Alice: Body Swap in Wonderland Vol. 1 | (C) 2013 Kanou Ayumi, (C) Visualworks | 2015-10-04T15:00:00.000Z | 0 | 0 | ||||
| PRD_2PRWC72C9350 | CNT_12B6PKS63EEG | I Am Alice: Body Swap in Wonderland CNT_21C2X7HZ9XAG | CNT_21C2X7HZ9XAG | 2 | 1 | 1 | Volume 2 | [] | I Am Alice: Body Swap in Wonderland Vol. 2 | Poor Makoto - sucked into Wonderland through a mysterious book, then body-swapped with an adorable Alice, who happens to be a super-athletic gun nut. The White Rabbit freaks out every time he remembers that Makoto is really a boy in a girl's body, while the rest of Makoto's (male) companions keep hitting on him. As secrets are shared and tangled stories become unraveled, the group draws closer to the palace of the King of Hearts, where a magical gate awaits that will get Makoto back into his own world - and his own body. But is that what Makoto truly wants? | "I JUST WANT YOU TO TREAT ME LIKE A NORMAL GUY!" | 01K5GANN77Z53EHH637JD2472G | 2.0 | 2015-10-07T15:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | I Am Alice: Body Swap in Wonderland Vol. 2 | (C) Kanou Ayumi, (C) Visualworks | 2015-10-07T15:00:00.000Z | 0 | 0 | ||||
| PRD_369B1JVPTRHG | CNT_01CW4G7062H0 | I Am Alice: Body Swap in Wonderland CNT_21C2X7HZ9XAG | CNT_21C2X7HZ9XAG | 2 | 1 | 1 | Volume 3 | [] | I Am Alice: Body Swap in Wonderland Vol. 3 | Alice, Makoto, and their Wonderland companions finally make it to the palace of the King of Hearts, only to be flung far away by the King's magic. Makoto and the Hatter will have to fight their way back through a tangled maze of illusions set up by the devious Jabberwock. To make matters worse, the Hatter's life depends on Makoto successfully solving the labyrinth. Meanwhile, Alice, the White Rabbit, and the rest try to unravel the King of Hearts' secret in time to save their companions - and all of Wonderland. | TRAPPED IN A LABYRINTH OF LIES! | 01K5GANRVJ3EDAJ0JNK1WGYVP9 | 3.0 | 2015-10-07T15:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | I Am Alice: Body Swap in Wonderland Vol. 3 | (C) Kanou Ayumi, (C) Visualworks | 2015-10-07T15:00:00.000Z | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);