Field Reference
Complete reference for all data fields available in the CasinoMass portal. Fields marked Premium require a Solo or Max plan to view or export.
Casino fields
Core fields (all plans)
| Field | Type | Description |
|---|---|---|
name |
string | Casino brand name |
slug |
string | URL-safe identifier, e.g. bet365 |
logo |
url | Brand logo image |
casinoUrl |
url | Primary casino website |
yearEstablished |
integer | Year the brand launched |
closed |
boolean | true if the casino is no longer active |
licences |
string[] | Regulatory licences held, e.g. ["MGA", "UKGC"] |
currencies |
string[] | Accepted fiat and crypto currencies |
numberOfGames |
integer | Total game count |
numberOfSlots |
integer | Slot title count |
numberOfLiveGames |
integer | Live casino game count |
region |
string | Primary target region |
Premium fields (Solo & Max)
| Field | Type | Description |
|---|---|---|
owner |
string | Legal entity operating the brand |
minDeposits |
object[] | Per-currency minimum deposit amounts |
depositMethods |
string[] | Accepted deposit payment methods |
withdrawalMethods |
string[] | Accepted withdrawal methods |
restrictedCountries |
string[] | Countries where registration is blocked |
targetMarkets |
string[] | Markets the operator actively services |
termsAndConditionsUrl |
url | Link to the operator's T&C page |
payout |
float | Published average payout percentage |
liveChat |
boolean | Whether live chat support is available |
vipProgram |
boolean | Whether a VIP/loyalty program exists |
casinoFeatures |
string[] | Notable features (e.g. fast withdrawal, crypto) |
languages |
string[] | Supported interface languages |
organisations |
string[] | Responsible gambling memberships |
providers |
string[] | Software providers active on this casino |
casinoTypes |
string[] | Product categories (slots, live, sports, etc.) |
gameTypes |
string[] | Game type breakdown |
programStatus |
string | Affiliate program status |
affiliateProgram |
string | Affiliate network name |
welcomeBonus |
string | Published welcome bonus description |
affiliateProgramName |
string | Name of the affiliate program |
affiliateProgramUrl |
url | Link to the affiliate program |
affiliateManagerName |
string | Affiliate manager contact name |
affiliateManagerEmail |
Affiliate manager contact email |
Metadata fields
| Field | Type | Description |
|---|---|---|
createdAt |
datetime | When the record was first added |
updatedAt |
datetime | Last modification timestamp |
lastImportedAt |
datetime | Last import cycle that touched this record |
lastVerifiedAt |
datetime | Last human verification timestamp |
Slot fields
Core fields (all plans)
| Field | Type | Description |
|---|---|---|
name |
string | Slot title |
slug |
string | URL-safe identifier |
provider |
string | Software provider name |
releaseDate |
date | Original release date |
type |
string | Slot variant: Video Slot, Megaways, Cluster Pays, etc. |
screenshot |
url | Full-size game screenshot |
thumbnail |
url | Catalog thumbnail image |
Premium fields (Solo & Max)
| Field | Type | Description |
|---|---|---|
rtp |
float | Return-to-player percentage, e.g. 96.5 |
minBet |
float | Minimum bet per spin |
maxBet |
float | Maximum bet per spin |
reels |
integer | Number of reels |
paylines |
integer | Number of paylines or ways to win |
features |
string[] | Bonus features, e.g. ["Free spins", "Multiplier", "Wilds"] |
demoUrl |
url | Link to play-for-free demo |
desktopDemoStatus |
string | Availability of desktop demo |
mobileDemoStatus |
string | Availability of mobile demo |
relatedCasinos |
string[] | Casinos that carry this slot |
Metadata fields
| Field | Type | Description |
|---|---|---|
createdAt |
datetime | When the record was first added |
updatedAt |
datetime | Last modification timestamp |
lastImportedAt |
datetime | Last import cycle that touched this record |
lastVerifiedAt |
datetime | Last human verification timestamp |
Multi-value fields in CSV exports
Fields typed string[] are exported as pipe-separated values within a single cell:
licences: MGA|UKGC|KGC
currencies: EUR|USD|GBP|BTC|ETH
This preserves the full multi-value signal in a format compatible with Excel text-to-columns and most ETL tools.
See also
- Glossary — definitions for field values and iGaming terminology
- Sample CSV — download an example export file
- Export — how to export data from the portal