# Bear Crazy **Provider:** Pragmatic Play > **Note:** Illustrative excerpt — values may differ. Always query the live endpoint for current data, media URLs and demo links. ## Endpoint `GET /api/v1/slots/bear-crazy-b7/` ## Request Examples ### curl ```bash curl -H "Authorization: Token $TOKEN" \ https://i-gaming.tools/api/v1/slots/bear-crazy-b7/ ``` ### Python (requests) ```python import requests r = requests.get( "https://i-gaming.tools/api/v1/slots/bear-crazy-b7/", headers={"Authorization": "Token "}, ) data = r.json() ``` ### JavaScript (fetch) ```javascript const r = await fetch("https://i-gaming.tools/api/v1/slots/bear-crazy-b7/", { headers: { "Authorization": "Token " }, }); const data = await r.json(); ``` ### PHP ```php $ch = curl_init("https://i-gaming.tools/api/v1/slots/bear-crazy-b7/"); curl_setopt($ch, CURLOPT_HTTPHEADER, ["Authorization: Token "]); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $data = json_decode(curl_exec($ch), true); ``` ## Illustrative Response > Media URLs (screenshots, icons, logo) are live CDN/presigned URLs. Request the live endpoint for current values. ```json { "slug": "bear-crazy-b7", "name": "Bear Crazy", "status": "active", "provider": { "slug": "pragmatic-play", "name": "Pragmatic Play" }, "game_category": "video_slot", "rtp_default": "96.52", "rtp_variants": [ { "rtp": "96.52", "variant": "default", "is_default": true }, { "rtp": "96.52", "variant": "bonus_buy", "is_default": false } ], "volatility": "high", "mechanic": "lines", "reels": 5, "rows": 4, "jackpot_type": "none", "has_bonus_buy": "yes", "bonus_buys": [ { "label": "Expanding Bears", "cost": "100.00", "is_default": true }, { "label": "Multiplied Bears", "cost": "100.00", "is_default": false } ], "release_date": "2026-06-01", "themes": [ { "slug": "animals", "name": "Animals" }, { "slug": "food", "name": "Food" } ], "features": [ { "slug": "ante_bet", "name": "Ante Bet" }, { "slug": "expanding_wild", "name": "Expanding Wild" }, { "slug": "free_spins", "name": "Free Spins" } ], "assets": { "logo_url": "", "screenshots": [ "" ], "demo": { "page_url": "https://i-gaming.tools/slot-games/bear-crazy-b7/" } }, "studio": { "slug": "reel-kingdom", "name": "Reel Kingdom" } } ``` ## Search Demand `GET /api/v1/slots/bear-crazy-b7/demand/` Trailing-12-month search demand for this slot, with per-country breakdown. ```bash curl -H "Authorization: Token $TOKEN" \ https://i-gaming.tools/api/v1/slots/bear-crazy-b7/demand/ ``` **12-month volume (illustrative):** 690 · **trend:** flat > Illustrative snapshot — query the live endpoint for current values. | Country | 12-month volume | Trend | |---|---|---| | Brazil | 150 | growing | | Greece | 60 | growing | | Malaysia | 40 | growing | | South Africa | 40 | growing | | Tunisia | 40 | growing | | Argentina | 30 | growing | | Indonesia | 30 | growing | | Netherlands | 30 | growing | | Australia | 20 | growing | | Belarus | 20 | flat | > Full per-country breakdown (25 markets) via the /demand/ endpoint. ## Links - **Live endpoint:** https://i-gaming.tools/api/v1/slots/bear-crazy-b7/ - **Public page:** https://i-gaming.tools/slot-games/bear-crazy-b7/ - **Full schema:** https://i-gaming.tools/api/docs/