products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_199TP2DEZHPG"
This data as json, CSV (advanced)
Suggested facets: geoblock_id, 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_1KA886TA2XKG | CNT_0XRQZK3JN2T0 | Can't Stop Cursing You CNT_199TP2DEZHPG | CNT_199TP2DEZHPG | 2 | 1 | 1 | Volume 3 | [] | Can't Stop Cursing You, Vol. 3 | <P>Three It kids. See how they run. Only 666 seconds to tag someone else...or it’s game over. But when the Anti-Curse-God Office prohibits anyone else from entering the building—supposedly to avoid creating more victims—Saeyama and the police have to identify the contractor from the outside. Meanwhile, Yamazaki gets stuck inside with the mysterious transfer student possessing otherworldly powers of unknown origins. Is she friend or foe…?</P> | 01KGAF197G134RNF66CKC41AM9 | 3.0 | 2022-04-06T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | Can't Stop Cursing You, Vol. 3 | 2022-05-03T00:00:00.000Z | 0 | 0 | ||||||
| PRD_20PJ65KSYDNG | CNT_2H8BDCGRFCN0 | Can't Stop Cursing You CNT_199TP2DEZHPG | CNT_199TP2DEZHPG | 2 | 1 | 1 | Volume 4 | [] | Can't Stop Cursing You, Vol. 4 | And a one—a two—a one, two, three, four! A series of grisly murders brings Curse-Breaker Saeyama and his trusty assistant Yamazaki to...the world of idols? When suspicions fall upon the members of Maid On!, it’sup to the pair to find which of these pop stars is set to implode. But when a curse kill threat is sent to the police from a seemingly different contractor, yet another game is a foot! Who will live, who will die—and will anyone be brought to justice...?! The final chapter of Saeyama and Yamazaki’s partnership is underway! | 01KGB6G7RYHZHZ6MMQKJX76V3C | 4.0 | 2023-05-16T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | Can't Stop Cursing You, Vol. 4 | 2023-07-18T00:00:00.000Z | 0 | 0 | ||||||
| PRD_29A61PW0A4Y0 | CNT_2Z20SN1Y4RA0 | Can't Stop Cursing You CNT_199TP2DEZHPG | CNT_199TP2DEZHPG | 2 | 1 | 1 | Volume 1 | [] | Can't Stop Cursing You, Vol. 1 | It was just an ordinary day at Yami High..until it wasn't. A ringing cell phone and the splatter of blood marked the beginning of a deadly game. The rules: Contractor Mikiya has thirty days to curse-kill thirty people-or meet a fate worse than death. On the other side, Curse-Breaker Saeyama must identify the killer... without falling prey to one of Mikiya’s curse-kills. Only time will tell who will emerge victorious... | 01KG9E41B31CKFS9AQFEZD1V8G | 1.0 | 2021-01-27T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Can't Stop Cursing You, Vol. 1 | 2021-03-30T07:00:00.000Z | 0 | 0 | ||||||
| PRD_2SHY9CBPAQF0 | CNT_0107F1FY7BHG | Can't Stop Cursing You CNT_199TP2DEZHPG | CNT_199TP2DEZHPG | 2 | 1 | 1 | Volume 2 | [] | Can't Stop Cursing You, Vol. 2 | Ticktock, ticktock…and so the clock ticks as time tocks on. Just after the case of the curse calls closes, ominous tidings from the precinct mark the start of another deadly duel of wits. Only this time, the culprit’s been caught -but the match is far from over. In this dangerous game of hide-and-seek, can Saeyama identify the curse targets before time runs out? Or will five people fall victim when the clock stops ticking...?! | 01KG9HC7YD894T6JQP3G8994ZK | 2.0 | 2021-10-27T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Can't Stop Cursing You, Vol. 2 | 2021-11-30T08: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);