๐ŸŽฐ Jackpot Tracker API

REST API for Bulgarian casino progressive jackpot tracking โ€” monitors 7 casino sites, 70+ pool categories, and 500K+ snapshots in real time.

โšก Updated every 30 min ๐Ÿ”’ API key required ๐Ÿ“Š 40+ endpoints
โ€”
Sites
โ€”
Active Pools
โ€”
Snapshots
โ€”
Fetch Runs
โ€”
Days Tracked

๐Ÿ”‘ Authentication

All endpoints (except /api/health) require an API key passed via the X-API-Key header.

To obtain an API key, contact the administrator.

# Quick test with your key curl -s -H "X-API-Key: YOUR_KEY" {{BASE_URL}}/api/pools/current | python3 -m json.tool

๐Ÿ“– Interactive Documentation

Full OpenAPI documentation with try-it-out functionality โ€” no need to write curl commands.

๐Ÿ“‹ Endpoints 40+

๐Ÿ  Sites

GET/api/sitesList all sites
GET/api/sites/{code}Site details + stats
GET/api/sites/{code}/poolsPools on a site

๐ŸŠ Pools

GET/api/poolsList all pools
GET/api/pools/currentcoreLatest values
GET/api/pools/{id}Pool detail + levels
GET/api/pools/{id}/historyTime-series data
GET/api/pools/{id}/history/{level}Level time-series

๐Ÿ“‚ Categories

GET/api/categoriesAll categories
GET/api/categories/{name}Category detail
GET/api/categories/{name}/comparecoreCross-site compare

๐Ÿ”„ Fetch Runs

GET/api/runsList fetch runs
GET/api/runs/latestLatest run
GET/api/runs/{id}Run detail

๐Ÿ’ฐ Wins

GET/api/wins/latestcoreLatest wins
GET/api/wins/dropscoreJackpot drops

๐Ÿ“ˆ Growth

GET/api/growth/topcoreTop growth pools
GET/api/growth/sitesSite growth ranking
GET/api/growth/dailyDaily growth

๐Ÿ”ฎ Predictions

GET/api/predict/l1-riskhotL1 risk assessment
GET/api/predict/hot-pools๐Ÿ”ฅHot pools ranking
GET/api/predict/l2-statsL2 win statistics

๐Ÿ“Š Stats

GET/api/stats/overviewDashboard summary
GET/api/stats/healthcoreSite reliability
GET/api/stats/providersGame providers
GET/api/stats/coverageCoverage matrix