Checking...
WebSocket Client

SkyAPI Real-Time Aggregator

Control Center

Production-grade, highly resilient sports odds and live casino aggregator. Focuses strictly on high-performance caching and automated settlement mapping. Built using modular event loops that bypass WAF blocking.

Database Status

Connecting to storage...

Live Odds Stream

Events broadcast loop

Active Casino Tables

Consolidated tables

Active Fixtures

Polled upstream

✓ High Performance Active — Core data is cached in-memory with a 3s sweep interval for odds, serving clients instantly with 0ms database overhead.

SaaS API Pricing & Keys

Developer Hub

Manage your subscription, generate high-performance API keys, and monitor real-time request volume. Upgrade to premium plans to remove odds latency, unlock live video proxy streams, and increase request limits.

Hobby Tier

For testing and development

$0/month
  • 10,000 requests per month
  • 5-second delay on odds data
  • Standard Sports feeds (Cricket, Soccer)
  • No Casino or Live TV proxies
  • Community support
Pro Aggregator

For production applications & live betting

$199/month
  • 500,000 requests per month
  • Zero Odds delay (3-second hot polling)
  • Premium live Casino & cards logs
  • Live TV streaming URLs & proxies
  • Priority developer support
Enterprise

For high-volume operators & exchanges

Custom/month
  • Unlimited requests per month
  • Dedicated Chromium/Puppeteer pool
  • Custom WebSockets & webhook settings
  • 24/7 dedicated phone & slack support
  • Uptime SLA guarantee contract

🔑 Developer Credentials Dashboard

Hobby Plan

Pass this token as Authorization: Bearer <key> in all API headers.

Monthly API Requests 4,821 / 10,000 used
Simulated API Volume (24h) Avg Latency: 48ms

Interactive Demo Zone

Interactive Viewer

A visual Betfair-style sandbox showing real-time aggregated feeds. Switch between tabs to explore live odds, scraped premium casino tables, and administrator tools.

All Sports
🏏 Cricket
⚽ Soccer
🎾 Tennis
Select a match from the dropdown above to render Betfair-style odds.

🎰 Lords Premium Live Tables

Real-time scraped status, card logs, and betting back/lay ladders from Lords premium tables.

Loading casino tables...

⚙️ Lords Admin Explorer

📢 Winners Live Feed
Loading winners feed...
🖼️ Active Dashboard Banners
Loading banners...

Quick Start Guide

1
Discover Available Sports
Query active sports mapping IDs.
GET /api/v2/sports
2
List Fixtures & Events
List cricket, football, or tennis fixtures that are currently live or upcoming.
GET /api/v2/events?sport_id=4&status=live
3
Fetch Betfair Odds
Get the full MarketBook price ladders (Back/Lay ladders) for any active market.
GET /api/v2/events/{eventId}/odds?market_id={marketId}
4
Query Live Scorecard
Get raw ball-by-ball score data, wickets, and embedded score center iframe HTML.
GET /api/v2/events/{eventId}/scorecard
5
Connect Real-Time WS Stream
Register client on WebSocket path to stream live updates with ultra-low latency.
wss://skyprovider.cc/ws/allwhitelabel

Uni247 API Primary Upstream

Core REST Endpoints

Primary upstream CDN endpoints, serving standard Betfair MarketBook formats for odds, scorecards, and live streaming URLs.

GET/api/v2/sportsGet all active sports

Lists sports mapped with their upstream event type IDs.

Request Path
GET /api/v2/sports
GET/api/v2/eventsList events with filters

List match events with parameters like sport_id, status (live, upcoming), and pagination.

Query ParamTypeDescription
sport_idstring4=Cricket, 1=Football, 2=Tennis
statusstringlive, upcoming, or all
limitnumber1 to 100
GET/api/v2/events/:eventId/oddsBetfair MarketBook Odds

Query exact back and lay lists for any target market ID.

Path/Query ParamRequiredDescription
eventIdYesEvent unique ID
market_idYesTarget Market ID (e.g. 11_188138379)

Lords Exchange API Stable Upstream

AES Encrypted

High-speed, stable direct integration utilizing Lords Exchange AES payload algorithms. Bypasses browser overhead entirely for sports and casino.

Active & Stable: Direct API collector is online and actively tracking 9 Cricket/Soccer fixtures with full back/lay odds.

Live Real-Time API Live

In-Memory Feed

High-performance real-time data layer serving consolidated sports and casino tables snapshots instantly from cache.

GET/api/v2/live/aggregateComplete aggregator snapshot

Returns the entire live odds pool, active sports list, live casino tables list, and current inplay fixtures in one single query. Curated defaults: sports from Lords, casino from Haribet.

GET/api/v2/live/casinoAll active live casino tables

Consolidates all live casino lobbies (Our Casino, VIP Casino, Virtual, Premium, Tembo) with full details and table counts. Defaults to Lords.

GET/api/v2/live/casino/categoriesCasino tables grouped by categories

Groups all live tables into distinct folders (regular, vip, virtual, premium, tembo) for easy client navigation.

GET/api/v2/live/casino/category/:categoryFilter casino by category path

Query specific casino folders directly. Supported categories: regular, vip, virtual, premium, tembo.

GET/api/v2/live/casino/:gtype/:casinoGet specific casino table detail

Query exact current round and cards metrics for any active table. Example parameters: /api/v2/live/casino/pteen/Premium Teenpatti.

GET/api/v2/live/sportsGet all active sports

Lists sports mapped with their upstream event type IDs (e.g. Cricket, Soccer, Tennis).

GET/api/v2/live/sports/rawAll matches grouped under sports

Lists all active matches and fixtures grouped directly by their parent sport folder.

GET/api/v2/live/sports/:sportIdList fixtures for single sport

Query matches for a specific sport. e.g. /api/v2/live/sports/4 for Cricket.

GET/api/v2/live/match/:eventIdQuery single event details

Returns the metadata and active cache state for any specific event by ID.

GET/api/v2/live/dashboardDashboard overview details

Fetch total counters, running status stats, and link structures for administrative panels.

Bets & Settlements Automatic

Tracking & Resolution

Tracks bet placements, processes automatic scorecard-based resolutions every 10s, and stores audit logs for complete ledger transparency.

POST/api/v2/betsRecord a bet placement

Inserts a new placed bet into tracking ledger. The auto-settlement engine will monitor and settle it once the event completes.

POST/api/v2/settlements/bulkBulk settle bets manually

Trigger manual bulk settlement for multiple bet entries immediately.

Session Maintenance Tool

Operator Utility

When upstream exchange sessions expire, choose one of the three methods below to start or refresh active sessions and keep data flowing.

🤖 Option 1: Server-Side Auto-Login

Click a button to spin up a Puppeteer session on the server. The backend will automatically solve Cloudflare, enter credentials, and refresh active cookies.

Lords Exchange (Casino & Games)
Ready
Lords Exchange (Sports Odds)
⚙️ Direct API Collector Active (Auto-Managed)
Runs 24/7 on background thread (No browser proxy session needed).

📋 Option 2: Copy Code & Open Admin

If server-side auto-login faces captcha blocks, click a button to copy the session sync code and open the admin portal in a new tab. Paste it into the Console to sync.

Instructions: F12 -> Console -> Paste (Ctrl+V) -> Enter

🔖 Option 3: Drag Bookmarklet

Drag the button below to your bookmarks bar. Log into your target admin panel, then click the bookmarklet to sync the session.

javascript:(function(){...})()

Interactive API Playground

Sandbox Console

Execute real API requests directly from your browser to test payloads and responses in real-time.

Response Panel
Choose an endpoint and click "Send Request" to perform live analysis...

WebSocket Live Terminal

Debugger Client

Establish a persistent WebSocket link to receive live streaming odds and casino logs.

WebSocket Message Log
Debugger ready. Click "Connect" to open live WebSocket tunnel...

Domain Pools health

Rotation Pools
Lords Exchange

Direct API Upstream

● Online
quote-cdn.uni247.xyz

Primary API CDN

● Online

System & Diagnostics

Platform Health

Node Runtime

Version

Node.js v22.22.2

Environment

PM2 Node Env

production

Process Restarts

PM2 restarter

462 Restarts

System Uptime

PM2 Online

Online
Live Stream Player
Complete Upgrade
Upgrade your workspace to the Pro Plan for $199/month.
💳