products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_0FB5Y68ND2E0"
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_0E4K00RGA5ZG | CNT_1FFH0Q6FHZV0 | Ratman CNT_0FB5Y68ND2E0 | CNT_0FB5Y68ND2E0 | 2 | 1 | 1 | Volume 1 | [] | Ratman, Vol. 1 | Shuto Katsuragi is a superhero otaku. Only problem is, he's too short and always getting teased for his height...especially when he tries to emulate his favorite superhero! To make matters worse, Shuto suddenly gets abducted and tricked into participating in some rather sketchy and super-villainous experiments! What's a shrimp to do when his dreams come true in ways he never expected? | 01K5G7980MP9DVNWPY8342GYVC | 1.0 | 2015-03-30T15:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Ratman, Vol. 1 | (C) Sekihiko INUI 2007 | 2015-03-30T15:00:00.000Z | 0 | 0 | |||||
| PRD_1R352AS6TQV0 | CNT_1A7JTGQYG1RG | Ratman CNT_0FB5Y68ND2E0 | CNT_0FB5Y68ND2E0 | 2 | 1 | 1 | Volume 3 | [] | Ratman, Vol. 3 | When Shuto is knocked unconcious during his battle with the hero Ankaiser, Ratman's innate abilites take over and pummel his opponent. During his recovery later, Shuto is wracked with doubt over his new heroic role. When it seems that his idyllic view of the world of heroism was just an illusion, what's a would-be super hero to do? | 01K5GADDWDJ7FK7RFTR3T7PF6A | 3.0 | 2015-05-26T15:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Ratman, Vol. 3 | (C)Sekihiko INUI 2008 | 2015-05-26T15:00:00.000Z | 0 | 0 | |||||
| PRD_220KQV16EW00 | CNT_32T2696V1Q3G | Ratman CNT_0FB5Y68ND2E0 | CNT_0FB5Y68ND2E0 | 2 | 1 | 1 | Volume 2 | [] | Ratman, Vol. 2 | Despite having been tricked into helping a bunch of weirdo villains, Shuto still hasn't given up on his dream of being a hero. Determined to prove his worth as a crime fighter, he starts going after bad guys on his own, with mixed results. And things really get complicated when Shuto is invited to the Hero Awards, and a fight breaks out among the attendees. How's Shuto supposed to figure out whose side to take when all the people there are ""good guys""? | 01K5GACY3VJSNYBK9AF70NN1Q7 | 2.0 | 2015-04-27T15:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Ratman, Vol. 2 | (C) Sekihiko INUI 2008 | 2015-04-27T15:00:00.000Z | 0 | 0 | |||||
| PRD_311MSQDE0T00 | CNT_1P01DXP0ZN3G | Ratman CNT_0FB5Y68ND2E0 | CNT_0FB5Y68ND2E0 | 2 | 1 | 1 | Volume 4 | [] | Ratman, Vol. 4 | What should have been an easy caper for Ratman goes south when a mysterious hero claiming to be from a secret, elite section of the Hero Association--called "Sector S"--appears. Unable even to scratch this new hero, Shuto is mercilessly beaten down, and the drubbing was enough to ruin his confidence in himself as Ratman. Will Shuto decide to quit Jackal? What's a would-be super hero to do? | 01K5GAF7NFKX56GM34BQSEAZEV | 4.0 | 2015-06-29T15:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PQM5BDYSMG0 | Ratman, Vol. 4 | (C) Sekihiko INUI 2009 | 2015-06-29T15: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);