slreport commited on
Commit
6a4ae8e
·
verified ·
1 Parent(s): 55f09f9

Update README with dataset documentation

Browse files
Files changed (1) hide show
  1. README.md +71 -3
README.md CHANGED
@@ -1,3 +1,71 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Slot Machine Database
3
+ tags:
4
+ - gambling
5
+ - slots
6
+ - casino
7
+ - gaming
8
+ - tabular
9
+ - statistics
10
+ license: cc-by-4.0
11
+ size_categories:
12
+ - 1K<n<10K
13
+ task_categories:
14
+ - tabular-classification
15
+ - tabular-regression
16
+ language:
17
+ - en
18
+ ---
19
+
20
+ # Slot Machine Database — 5,669 Slots from 58 Providers
21
+
22
+ Comprehensive dataset of online slot machine metadata covering 58 game providers. Each record includes RTP, volatility, max win multiplier, grid layout, mechanics, themes, features, and bet ranges.
23
+
24
+ **Homepage:** [slot.report](https://slot.report)
25
+ **API:** [slot.report/api/](https://slot.report/api/)
26
+
27
+ ## Dataset Description
28
+
29
+ This dataset contains structured metadata for 5,669 online slot machines, making it one of the largest publicly available slot game databases.
30
+
31
+ ### Fields
32
+
33
+ | Field | Description | Coverage |
34
+ |---|---|---|
35
+ | name | Game title | 100% |
36
+ | slug | URL-friendly identifier | 100% |
37
+ | provider | Game studio / provider | 100% |
38
+ | rtp | Return to Player percentage | 99% |
39
+ | volatility | Volatility rating (Low to Extreme) | 97% |
40
+ | max_win | Maximum win multiplier | 94% |
41
+ | grid | Reel layout (e.g. 5x3, 6x5) | 79% |
42
+ | paylines | Number of paylines or ways | varies |
43
+ | mechanic | Game mechanic (e.g. Ways, Megaways, Cluster) | 86% |
44
+ | theme | Visual theme | 95% |
45
+ | features | Bonus features list | 96% |
46
+ | min_bet | Minimum bet in EUR | varies |
47
+ | max_bet | Maximum bet in EUR | varies |
48
+ | has_bonus_buy | Whether bonus buy is available | 36% |
49
+ | has_jackpot | Whether the game has a jackpot | varies |
50
+ | hit_frequency | How often wins occur | 27% |
51
+ | summary | Brief game description | varies |
52
+
53
+ ### Providers (58 total)
54
+
55
+ Top providers by game count: Pragmatic Play, Hacksaw Gaming, BGaming, Play'n GO, NetEnt, Nolimit City, Red Tiger, Push Gaming, and 50 more.
56
+
57
+ ## Use Cases
58
+
59
+ - Game recommendation systems
60
+ - RTP and volatility analysis across providers
61
+ - Slot game classification by theme/mechanic
62
+ - Market analysis of the online slot industry
63
+ - Statistical modeling of game characteristics
64
+
65
+ ## Source
66
+
67
+ Data collected and maintained by [slot.report](https://slot.report), a German slot review database. Available via free REST API at [slot.report/api/](https://slot.report/api/).
68
+
69
+ ## License
70
+
71
+ CC-BY-4.0 — Attribution required. Please credit slot.report as the data source.