Sprutgaming API
  • Welcome
  • Information
    • Authorization
  • Core
    • Media
      • Get Banners By Category
      • Get Gallery By Category
    • Stories
      • Get Story List
    • Site Blocks
      • Get News
        • Get Stock News List
        • Get Bonuses With News
        • Get Slot Templates?
      • Get Sections
      • Get Settings
      • Get Languages List
      • Get FAQ List
      • Get Language by slug
      • Get Site Section List
      • Get Site Section by slug
      • Get SIte Footer
    • Sportbook
      • Open Session
      • Close Session
    • Promocodes
      • Activate Promocode
    • Chat
      • Get Chats List
      • Get Ads
      • Get Rules
      • Get Messages In Chat
      • Send Message
  • Services
    • User Service
      • Authorization
        • Recovery
          • Send Code
          • Verify Code
          • Update
        • Password Reset
          • Send Code
          • Update
        • Confirmation
          • Send Code
          • Verify Code
        • Login
        • Register
        • Refresh Token
        • Me
        • Self Block
        • Update
      • Fingerprint
        • Get Widget
        • Get Balance
        • Get Transactions
      • Ranks
      • Avatars
        • Get Avatars
        • Update User Avatar
        • Remove User Avatar
      • Countries
      • Promocodes
    • Game Service
      • Session
        • 🎮Open Demo Session
        • 🎲Open Real Session
      • Sections
        • 🖇️Get Available Sections
        • 📦Get Games By Section
        • 🎲Get Section By Id
      • Themes
        • 🎨Get Available Themes
        • 📦Get Games By Theme
      • Favourites
        • Get Favourites
        • Add To Favourites
        • Remove From Favourites
      • Casino Games
        • Get last played games
        • Get Casino games List
      • Providers
        • Get Providers List
      • Misc
        • Get Game By UUID
        • Get Last Played Games
      • User Big Wins
    • Wallet Service
      • Exchanger
        • ➡️Get Output Pairs
        • ⬅️Get Input Pairs
      • 👉Prerequisites
      • 🗃️Get Wallets
      • 💲Get Wallet By Currency
      • 🗳️Get Transactions
      • 💱Get Available Currencies
      • True Play
        • Get True Play Balance
        • Get True Play Widget
        • Get True Play Exchange transactions
    • Bonus Service
      • Lucky Spin
        • Get Available Spins
        • Spin
      • Get Available Bonuses
      • Get Active Bonuses
      • Get Bonus History
      • Activate Bonus
      • Cancel Active Bonus
      • Get Bonus Categories
      • Get Bonus By Id
    • Tournament Service
      • Get Tournaments
      • Get Tournament by ID
      • Get Tournament Users
      • Get Tournament Games
      • Get User Tournament History
    • Jackpot Service
      • Get Jackpot Groups
      • Get Jackpot Group
      • Get Jackpot Group Winners History
      • Get Jackpot Group Games
      • Get User Jackpot Win History
    • Achievement Service
      • Get List of Achievement Categories
      • Get List of Achievements
      • Get User Achievement Points
    • Store Service
      • Get Products List
      • Get Product Categories
      • Get User Products
      • Purchase Bonus
    • Loyalty Store Service
    • Notification Service
      • User Notifications
        • Get notifications
        • Read Notifications
        • Read All Notifications
        • Delete Notifications
    • SSO (OAuth2) Service
    • Payment Serive
      • Payment Methods Groups
        • List
        • Get By Id
      • Payment Actions
        • Pay
        • Withdraw
        • Cancel
      • Payment Orders
        • List
      • Aggregate
        • Aggregate by currencies
    • Config Service
      • Settings
        • List Public Settings
Powered by GitBook
On this page
  1. Services
  2. Tournament Service

Get Tournaments

Endpoint

GET/tournament-service/v1/tournaments

Body

Name
Type
Description
Optional

is_active

boolean

Returns only active tournaments if set to 1, otherwise returns all tournaments

Yes

page

number

Page number for pagination

Yes

per_page

number

Number of tournaments per page (default: 25, min: 1, max: 100)

Yes

Response

Success Response (200)

{
    "data": [
        {
            "id": 12,
            "name": "Rocket Lucky Spin",
            "description": "Be part of the tournament where cyberpunk meets magic for ultimate rewards and thrills!",
            "start_date": "2025-02-20 09:00:00",
            "end_date": "2025-06-19 09:00:10",
            "points_cost": 100,
            "conditions": "The tournament is based on the total amount of bets placed. *Only bets made with a real money balance are counted. *Qualification is achieved by completing 5 spins with a bet of at least 20 $. *The player who places the highest total bets with a real money balance in the specified slots wins. *Other prize places are determined based on the participants' best results. *1 tournament point is equal to 1 $ of bets placed. *Winnings are paid out to the real balance without any wagering requirements.",
            "min_qualification_points": 5,
            "min_stake": 20,
            "min_count_bets_in_games": 5,
            "tournament_started": true,
            "tournament_over": null,
            "payments_completed": false,
            "prize_fund": 5000000,
            "currency": {
                "id": 13,
                "enabled": 1,
                "name": "US Dollar",
                "image": "01JJVF462CQ2T4W93RX30A826G.png",
                "code": "USD",
                "sign": "$",
                "subunits": 2,
                "type": "fiat",
                "available_for_wallet": 1,
                "fallback": 1
            },
            "created_at": "2025-02-20T14:01:59.000000Z",
            "updated_at": "2025-02-20T14:02:02.000000Z",
            "winUsers": [],
            "image_description": "Be part of the tournament where cyberpunk meets magic for ultimate rewards and thrills!",
            "media": [
                {
                    "id": 51,
                    "size": 128274,
                    "name": "rocket_lucky_spin_desktop",
                    "image_name": "01JMHTMMQRE9QTNXZG92TJGNYC.webp",
                    "original_url": "https://dev-cdn-rmc.garillahub.com/laravel/51/01JMHTMMQRE9QTNXZG92TJGNYC.webp",
                    "mime_type": "image/webp",
                    "custom_properties": {
                        "type": "desktop_banner"
                    }
                }
            ]
        }
    ],
    "links": {
        "first": "http://127.0.0.1:8001/api/tournament?page=1",
        "last": "http://127.0.0.1:8001/api/tournament?page=1",
        "prev": null,
        "next": null
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 1,
        "per_page": 25,
        "total": 1
    }
}
PreviousTournament ServiceNextGet Tournament by ID

Last updated 2 months ago