REST API V1 DOCUMENTATION
Interactive API Test Playground
Test real endpoints directly in your browser. Copy production-ready integration code in PHP, Node.js, Python, or cURL.
🛠️ Request Builder
Default master key pre-filled for instant testing.
Production Integration Code
⚡ Response Output
Latency: --
📖 Complete API Endpoints Specification
| Method | Endpoint Path | Description | Authentication | Rate Limit |
|---|---|---|---|---|
| GET | /api/v1/live-results |
Fetches all 19+ active markets (Kalyan, Milan, Sridevi, Rajdhani, etc.) with live result numbers and open/close times. | x-api-key |
Tier-based |
| GET | /api/v1/markets/:identifier |
Retrieve single market status and result by name slug (e.g. kalyan, sridevi) or ID. |
x-api-key |
Tier-based |
| GET | /api/v1/starline |
Returns all Starline hourly game markets and declaring results. | x-api-key |
Tier-based |
| GET | /api/v1/jackpot |
Returns all Jackpot game results. | x-api-key |
Tier-based |
| GET | /api/v1/rates |
Returns current payout rates (Single, Jodi, Single Pana, Double Pana, etc.). | x-api-key |
Tier-based |
| GET | /api/v1/chart/:market?type=jodi |
Returns parsed historical Jodi or Pana chart rows for the specified market. | x-api-key |
Tier-based |
| POST | /api/v1/webhook/subscribe |
Registers client callback URL for instant result push alerts with optional HMAC signature. | x-api-key |
Tier-based |