products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_12SSX152DAD0"
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_03MMQS9A8B30 | CNT_3XTY5VGEZG70 | Crocodile Baron CNT_12SSX152DAD0 | CNT_12SSX152DAD0 | 2 | 1 | 1 | Volume 2 | [] | Crocodile Baron 2 | A crocodile gentleman-novelist and his rabbit friend, who is always eager to be treated to a good meal, partake of popular foods from around Japan. When this bestie beastie duo set off on their eating tours they always stumble into great fun. In this second volume, they fully enjoy winged gyoza and beef bowls with extra soup. They even take a hot spring trip. Colorful characters such as a chameleon paparazzi hunting for the crocodile novelist's scandal, a super rich and beautiful rabbit girl, and a lion hatmaker join in as the stories get livelier and livelier ... This manga keeps throwing wild pitches to a burgeoning gourmet manga boom. This is a quirky adventure and a superb masterpiece of gastronomical delight! | 01KGA6DKH27S8HVCTGWR9N10HW | 2.0 | 2019-02-05T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Crocodile Baron 2 | (C) Takuya Okada / Kodansha Ltd. | 2019-02-12T08:00:00.000Z | 0 | 0 | |||||
| PRD_1JD51WXZK07G | CNT_19T3MYN0CWE0 | Crocodile Baron CNT_12SSX152DAD0 | CNT_12SSX152DAD0 | 2 | 1 | 1 | Volume 3 | [] | Crocodile Baron 3 | Let's follow our curious duo--a gentleman crocodile-novelist and a bad-mouthing no-tastebuds rabbit--while they travel around and eat Japanese food such as Tsukemen and fried pond smelts in the latest volume of Crocodile Baron! Guest characters include a super rich and beautiful rabbit girl, a grandma turtle instagrammer, and a cobra curry restaurant owner who show up to add their own wild and funny personalities to a tasty tale. And what is the cobalt-blue-colored secret that awaits the duo when they arrive at a southern island paradise as they search for the common people’s gourmet food ... ? An extraordinary gourmet manga that makes you want to invite someone out for a meal when you read it! See what happens to Alfardo and Rabbit Boy as this gastronomic tale unexpectedly comes to its delicious and fun finale! | 01KGA6NY25NG72XW4NJ000HRYB | 3.0 | 2019-03-29T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Crocodile Baron 3 | (C) Takuya Okada / Kodansha Ltd. | 2019-04-09T07:00:00.000Z | 0 | 0 | |||||
| PRD_2JPZKD5G3PF0 | CNT_0TJX0QTF3BB0 | Crocodile Baron CNT_12SSX152DAD0 | CNT_12SSX152DAD0 | 2 | 1 | 1 | Volume 1 | [] | Crocodile Baron 1 | His name is Alfardo J. Donson. A crocodile. Occupation: novelist. Alfardo enjoys eating around with his friend, Rabbit Boy, who is a bit of a punk rabbit. Sanuki udon in the “udon” prefecture, oysters at an oyster shack somewhere on the Sanriku Coast...you get the idea. Set before these local gourmet foods, reason and wild nature are in a pitched battle against the other! Whether you are an animal lover, an eating out lover, a lover of nobility or you love the book, One Stormy Night, your cravings will certainly be satisfied. The gourmet manga that you thought didn't exist and actually didn't, has now been created! | 01KG9ATTA5BRN11Q0VFAVF08C7 | 1.0 | 2018-11-27T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Crocodile Baron 1 | (C) Takuya Okada / Kodansha Ltd. | 2018-12-11T08: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);