products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_10H0A537ECV0"
This data as json, CSV (advanced)
Suggested facets: image_id, copyright, 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_03XEJ8T8Z770 | CNT_1DDGDMSZGK50 | Slayers CNT_10H0A537ECV0 | CNT_10H0A537ECV0 | 2 | 4 | 2 | Volume 1 | [] | Slayers: Volume 1 | In Audio for the First Time! Narrated by Lina's Original English Actress, Lisa Ortiz! Beautiful and brilliant sorcerer girls just can't have nice things, huh? All I wanted to do was swipe a little bit of bandit treasure. Now suddenly I'm being chased around by icky trolls, nasty demons, mean mummies, and brooding golem bad boys. And for what? A tiny little artifact that can bring about the end of the world? Hah! I'll show them there's a reason you don't cross Lina Inverse... | 01KGB2YER0CWABCBRC299Z6YPD | 1.0 | 2022-12-02T08:00:00.000Z | JNC Audio LAB_3M6KPJ60AFBG | GEO_1PQM5BDYSMG0 | Slayers: Volume 1 | © Hajime Kanzaka 2008 | 2022-12-03T08:00:00.000Z | 0 | 0 | |||||
| PRD_3AVMFDQF8FXG | CNT_2VTVSDV4ZQDG | Slayers CNT_10H0A537ECV0 | CNT_10H0A537ECV0 | 2 | 4 | 2 | Volume 3 | [] | Slayers: Volume 3 | Now available in audio and starring the voice of Lina Inverse herself, Lisa Ortiz! All me and Gourry wanted was a peaceful little road trip, but we can't take one step without wannabe heroes showing up to "vanquish" us! You'd think there was a bounty on our heads or— Wait, there IS?! Ah, crap. Better head to Sairaag to get this whole mess sorted out! Sure hope it's just a big misunderstanding and not some complex plot by an old enemy to lure us into a— Wait, WHO issued the bounty? Oh, boy... | 01KGB2YER0CWABCBRC299Z6YPD | 3.0 | 2024-11-14T08:00:00.000Z | JNC Audio LAB_3M6KPJ60AFBG | GEO_1PQM5BDYSMG0 | Slayers: Volume 3 | © Hajime Kanzaka 2008 | 2025-01-28T08:00:00.000Z | 0 | 0 | |||||
| PRD_3BR7X2JRBX50 | CNT_1WPEZBEB37T0 | Slayers CNT_10H0A537ECV0 | CNT_10H0A537ECV0 | 2 | 4 | 2 | Volume 2 | [] | Slayers: Volume 2 | At last, Atlas City! Time to put our feet up and enjoy that urban life. You know, some good food, a bar brawl or two, beating up assassins, intervening in politics, solving a kidnapping... Wait, what?! No! This sounds like work! Great, and now we've got demons stalking us and spike-shooting wolves pouring in through the windows! Guess I'll have to clean up this mess before I get my R&R... | 01KGAT7AFP2F8ZZY99EZGN1B7N | 2.0 | 2023-11-06T08:00:00.000Z | JNC Audio LAB_3M6KPJ60AFBG | GEO_1PQM5BDYSMG0 | Slayers: Volume 2 | None | 2023-12-12T08: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);