products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_0VC42RK0JN9G"
This data as json, CSV (advanced)
Suggested facets: description_short, 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_0XCQ7RHTPH4G | CNT_3Z02708R64FG | xxxHOLiC Rei CNT_0VC42RK0JN9G | CNT_0VC42RK0JN9G | 2 | 1 | 1 | Volume 1 | [] | xxxHOLiC Rei 1 | In xxxHOLiC Rei, Kimihiro Watanuki continues his relationship with the Space-Time Witch, Yuko. In her mysterious shop where wishes are granted--for a price--will he discover even more secrets? And what will he have to trade this time for the answers he seeks? * The latest chapter in the critically acclaimed xxxHOLiC franchise from manga legends CLAMP, creators of Tsubasa and Chobits! * The highly anticipated return of high school medium Watanuki and the mysterious witch, Yuko, as they take on new wishes and new enemies! * Beautifully seductive artwork and uniquely Japanese depictions of the supernatural will hypnotize CLAMP fans! | 01KG98DX2XMY1V26JQACB0Y5DD | 1.0 | 2016-10-25T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | xxxHOLiC Rei 1 | (C) CLAMP/ Shigatsu Tsuitachi CO., LTD./ Kodansha Ltd. | 2016-10-25T07:00:00.000Z | 0 | 0 | |||||
| PRD_0YY4M5QGAJ5G | CNT_1ZNN7PJFV5EG | xxxHOLiC Rei CNT_0VC42RK0JN9G | CNT_0VC42RK0JN9G | 2 | 1 | 1 | Volume 3 | [] | xxxHOLiC Rei 3 | RETURN OF RECOGNITION Since returning to his roots working for Y?ko alongside D?meki, Watanuki has been plagued by a sense of deja vu, and upon receiving another visitor with a tale of exchanged coins and a chance encounter with a familiar bird cage, everything falls into place. With understanding comes purpose, but sometimes, as the saying goes, ignorance is bliss... From the Trade Paperback edition. | 01KG999NVASF3R4HDMP3W2QXMD | 3.0 | 2016-10-25T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | xxxHOLiC Rei 3 | (C) CLAMP/ Shigatsu Tsuitachi CO., LTD./ Kodansha Ltd. | 2016-10-25T07:00:00.000Z | 0 | 0 | |||||
| PRD_18QSJ77W7X20 | CNT_25Y6851CRPK0 | xxxHOLiC Rei CNT_0VC42RK0JN9G | CNT_0VC42RK0JN9G | 2 | 1 | 1 | Volume 4 | [] | xxxHOLiC Rei 4 | After fulfilling his promise to Syaoran, Watanuki returns to the shop, where customer requests continue to roll in one after another. But satisfying customers isn't the only thing on Watanuki's mind--there's still the mystery of the strange slab of amber, as well as the overwhelming sense of nostalgia that continues to plague him as more requests come in. And while Watanuki tries his best to grant all the wishes before him, his abilities as a shopkeeper are soon put to the test in a different way, determined by the outcome of a single choice... | FAMILIAR FACES | 01KG9Z9JCCE225MATTN78ZE6FV | 4.0 | 2017-08-07T15:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | xxxHOLiC Rei 4 | CLAMP/ Shigatsu Tsuitachi CO., LTD./ Kodansha Ltd. | 2017-08-15T04:00:00.000Z | 0 | 0 | ||||
| PRD_2Z7FDE6N8JN0 | CNT_2ZBBQZDM1MY0 | xxxHOLiC Rei CNT_0VC42RK0JN9G | CNT_0VC42RK0JN9G | 2 | 1 | 1 | Volume 2 | [] | xxxHOLiC Rei 2 | A SENSE OF DEJA VU Things are familiar at Yuko's wish-granting business?for Kimihiro Watanuki, between the encounters?with spirits of nature and urban legends and the?irritation with his schoolmate Shizuka Domeki-but?perhaps they're a bit too familiar. When Watanuki?is plagued by recurring images, he must make a?choice...but what will he choose, and has he made?this choice before? | 01KG999N9WYR1S73C2FEE5B2CG | 2.0 | 2016-10-25T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | xxxHOLiC Rei 2 | (C) CLAMP/ Shigatsu Tsuitachi CO., LTD./ Kodansha Ltd. | 2016-10-25T07: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);