products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where series_id = "CNT_1V183602XTA0"
This data as json, CSV (advanced)
Suggested facets: listed_at, 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_0M5E5BGETJ0G | CNT_31W76C3E1D20 | Street Fighter Classic CNT_1V183602XTA0 | CNT_1V183602XTA0 | 2 | 1 | 1 | Volume 4 | [] | Street Fighter Classic, Volume 4 | This is it ― the Street Fighter Tournament finals! The world's 12 greatest warriors compete against each other and M.Bison's Shadaloo lieutenants for the chance to be crowned the ultimate fighter. See Ryu VS Sagat, Cammy VS Guile, Ken VS Vega, and, for the first time ever, Akuma VS M.Bison in a battle of the bosses! | 01K5GAX0CFVH4KQRF4VV3JVS3F | 4.0 | 2016-02-03T15:00:00.000Z | UDON Entertainment LAB_0AWFPD6TF9EG | GEO_1PZ1FZ4QK0N0 | Street Fighter Classic, Volume 4 | (C)Capcom | 2016-02-03T15:00:00.000Z | 0 | 0 | |||||
| PRD_1CS4QV5XMNK0 | CNT_2FJ6QFXRYZGG | Street Fighter Classic CNT_1V183602XTA0 | CNT_1V183602XTA0 | 2 | 1 | 1 | Volume 2 | [] | Street Fighter Classic, Volume 2 | The action-packed Street Fighter saga continues as Ryu travels through Asia, meeting fighters he hopes will help him in his journey toward avenging his master's death. Through his exploits he encounters the Yoga Master, Dhalsim, the King of Muay Thai, Sagat, and the mysterious and deadly ex-assassin, Gen. Meanwhile, Chun-Li and Cammy travel to Mexico to uncover the secrets behind the evil Shadaloo Syndicate's Doll Agents. | 01K5GAX3WYMWN1KA2BXJP850P4 | 2.0 | 2016-02-03T15:00:00.000Z | UDON Entertainment LAB_0AWFPD6TF9EG | GEO_1PZ1FZ4QK0N0 | Street Fighter Classic, Volume 2 | (C)Capcom | 2016-02-03T15:00:00.000Z | 0 | 0 | |||||
| PRD_2KFQ1E77GMJ0 | CNT_0EWKPSJ1DYHG | Street Fighter Classic CNT_1V183602XTA0 | CNT_1V183602XTA0 | 2 | 1 | 1 | Volume 3 | [] | Street Fighter Classic, Volume 3 | Kick it into Turbo! The World Warriors battle across Hong Kong, Japan, and America to secure their spots in the ultimate competition ― the Street Fighter Tournament! Only the top fighters will make the cut, but with the villainous Bison running the show, winning could be the worse fate! | 01K5GAX1D7M7B6KCXHB7ASNTZK | 3.0 | 2016-02-03T15:00:00.000Z | UDON Entertainment LAB_0AWFPD6TF9EG | GEO_1PZ1FZ4QK0N0 | Street Fighter Classic, Volume 3 | (C)Capcom | 2016-02-03T15:00:00.000Z | 0 | 0 | |||||
| PRD_2RQKTMQQG460 | CNT_2C5YW64HHRAG | Street Fighter Classic CNT_1V183602XTA0 | CNT_1V183602XTA0 | 2 | 1 | 1 | Volume 5 | [] | Street Fighter Classic, Volume 5 | Presenting UDON's Street Fighter IV comics, now available for the first time in an oversized, hardcover format! Newcomers like Crimson Viper, Rufus, Abel, and Seth battle fan-favorite characters including Sakura, Dan, Akuma, and more! | 01KG9H8APKE2C99XHFKTTW28B5 | 5.0 | 2021-10-08T07:00:00.000Z | UDON Entertainment LAB_0AWFPD6TF9EG | GEO_1PZ1FZ4QK0N0 | Street Fighter Classic, Volume 5 | (C)Capcom | 2021-10-12T07:00:00.000Z | 0 | 0 | |||||
| PRD_2S3198WP4HQ0 | CNT_20WAH0MTJVWG | Street Fighter Classic CNT_1V183602XTA0 | CNT_1V183602XTA0 | 2 | 1 | 1 | Volume 1 | [] | Street Fighter Classic, Volume 1 | New challengers enter the arena of battle! Meet the high-kicking Cammy, the kung fu master Fei Long, the monstrous Blanka, the ancient and mysterious Gen, and more of your favorite World Warriors! Collects the original Street Fighter #7-14, plus cover art and bonus stories from some of the hottest names in comics! | 01K5G9V2GS7VX0QPFMRBGJRCBP | 1.0 | 2016-02-03T15:00:00.000Z | UDON Entertainment LAB_0AWFPD6TF9EG | GEO_1PZ1FZ4QK0N0 | Street Fighter Classic, Volume 1 | (C)Capcom | 2016-02-03T15: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);