products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_34TMBH1N6GNG"
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_14273MDD78KG | CNT_0AQWJ5WXNFZG | Tokyo Alien Bros. CNT_34TMBH1N6GNG | CNT_34TMBH1N6GNG | 2 | 1 | 1 | Volume 1 | [] | Tokyo Alien Bros., Vol. 1 | Fuyunosuke's been living the good life in Tokyo. In fact, he's almost got the whole "being human" thing down. His brother Natsutaro, on the other hand, can't figure out the first thing about blending in on this strange planet. There's still a lot they don't know about humans, but with any luck, Fuyunosuke might just be able to show his bro that life on this little blue ball isn't so bad after all. | 01KG9S7TZF1BBSS9B3YZP3CGJS | 1.0 | 2024-12-19T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PZ1FZ4QK0N0 | Tokyo Alien Bros., Vol. 1 | TOKYO ALIEN BROTHERS ©️ 2016 Keigo SHINZO/SHOGAKUKAN | 2025-01-21T08:00:00.000Z | 0 | 0 | |||||
| PRD_1BRNFSWABY90 | CNT_2GC0TR8KMYEG | Tokyo Alien Bros. CNT_34TMBH1N6GNG | CNT_34TMBH1N6GNG | 2 | 1 | 1 | Volume 2 | [] | Tokyo Alien Bros., Vol. 2 | After a series of unfortunate mishaps, Fuyunosuke and Natsutaro are on the brink of being discovered. Now the two need to learn how to act as human as possible, and fast! Thankfully, Fuyunosuke has a plan. He's going to teach his bro how to hold down a normal job and go on a normal date. But the clock is ticking. If he fails, their entire plan for Earth colonization could go up in smoke! | 01KG9QB3BE42ZASBR00ZRJTE1Y | 2.0 | 2025-03-10T07:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PZ1FZ4QK0N0 | Tokyo Alien Bros., Vol. 2 | TOKYO ALIEN BROTHERS © 2016 Keigo SHINZO/SHOGAKUKAN | 2025-04-15T07:00:00.000Z | 0 | 0 | |||||
| PRD_3GEFWTAJQG2G | CNT_00R642TYSZEG | Tokyo Alien Bros. CNT_34TMBH1N6GNG | CNT_34TMBH1N6GNG | 2 | 1 | 1 | Volume 3 | [] | Tokyo Alien Bros., Vol. 3 | As hard as Fuyunosuke and Natsutaro worked to succeed in their mission, their efforts seem all for naught. With no word from Central Command, the two are faced with a difficult decision—should they finally return to their own people or remain on Earth? | 01KGBQBQW0V52QGHGYQ76C2S9X | 3.0 | 2025-06-09T07:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PZ1FZ4QK0N0 | Tokyo Alien Bros., Vol. 3 | TOKYO ALIEN BROTHERS © 2016 Keigo SHINZO/SHOGAKUKAN | 2025-07-15T07: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);