products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_3E7WF7KHYRDG"
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_0N0G78A2NVW0 | CNT_0V2J29YFWF3G | King the Land CNT_3E7WF7KHYRDG | CNT_3E7WF7KHYRDG | 2 | 1 | 1 | Volume 2 | [] | King the Land Vol. 2 | Childhood sweethearts Gu Won and Sa Rang were torn apart by the tragedy. Now grown, the icy Gu Won's rivalry with his sister over the ownership of their family's magnificent luxury hotel comes to a head, while sunny Sa Rang goes to school and begins a career at the King Hotel--the same hotel Gu Won stands to inherit. Life can't keep these fated lovers apart forever. In chance encounters, Gu Won saves Sa Rang from a creep, she mistakes him for a pervert at the gym, and an awkward encounter in the bathroom kicks off a heated rivalry. Follow the fated couple as they find the genuine happiness they lost when they first parted ways and live their happily ever after. | THE DRAMATIC CONCLUSION TO THE BITTERSWEET ROMANCE! | 01KG9QJEA76B2G3SJME7P969DQ | 2.0 | 2025-04-18T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | King the Land Vol. 2 | © SPOON/Choi Rome/Yeondam | 2025-06-10T07:00:00.000Z | 0 | 0 | ||||
| PRD_24FWJWQ7PRF0 | CNT_332Y1KNZJGK0 | King the Land CNT_3E7WF7KHYRDG | CNT_3E7WF7KHYRDG | 2 | 1 | 1 | Volume 1 | [] | King the Land Vol. 1 | Gu Won's upbringing was straight from a storybook--he was the prince of his own world, surrounded by opulence and luxury. Yet, beneath the façade of grandeur, his life was a tapestry of loneliness and betrayal. With a father who pits him against his own sister, Gu Won's world is icy and devoid of joy--until he meets Sa Rang, the sunny daughter of a humble servant. Her friendship and radiant smile begin to thaw his frozen heart. But tragedy strikes, tearing them apart and leaving Sa Rang orphaned and adrift. As their paths diverge, bitterness and longing fuel their journey onward. Can these once inseparable friends navigate their way back to each other? | An electrifying tale inspired by the beloved K-drama romance! Get this full-color webtoon/manhwa (comic) prequel in English print at last--from the artist of Who Made Me a Princess, also available from Seven Seas. | 01KG9SB3CG3G160JWWR1YCEPX1 | 1.0 | 2025-01-06T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | King the Land Vol. 1 | © SPOON/Choi Rome/Yeondam | 2025-02-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);