3x5 Slot Machine Engine & Grid Logic (Video Slot API)
Currently in a test period. Free tier capped at 3,000 requests/month per user. Returns 3×5 Slot Machine / Video Slot grid patterns without complex mathematical coding. This API serves as a backend for slot machines, handling reel generation, win evaluation, and score calculation on the server side. Unlike generic random number generators, it provides pre-verified grid patterns. This server-side…
3x5 Slot Machine Engine & Grid Logic (Video Slot API) endpoints
| Method | Endpoint | Description |
|---|---|---|
| game | ||
| POST |
symbol_array_create /game/ |
Play the slot game by consuming points. - Selects a random distribution pattern - Picks a random earned_points value from the distribution - Applies multiplier based on… |
| POST |
symbol_array_custom /game/{score_table}/{theme}/ |
Play the slot game by consuming points. - Selects a random distribution pattern - Picks a random earned_points value from the distribution - Applies multiplier based on… |
| game-rules | ||
| GET |
game_rules_retrieve /game-rules/{theme}/{score_table}/ |
Returns a game rules configuration with all scoring entries, with symbols translated to the specified theme. **Available score_table values:** 'default', 'low' **Available theme… |
| GET |
game_rules_retrieve_noslash /game-rules/{theme}/{score_table} |
Returns a game rules configuration with all scoring entries, with symbols translated to the specified theme. **Available score_table values:** 'default', 'low' **Available theme… |
| scorelines | ||
| GET |
scorelines_retrieve /scorelines/{scoreline_id}/ |
Returns a scoreline configuration with all line patterns. |
| GET |
scorelines_list /scorelines/ |
Returns a list of all active scoreline configurations with line counts. |
3x5 Slot Machine Engine & Grid Logic (Video Slot API) pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 60 / minute |
|