Use the Satta Matka Result API to pull today’s open, jodi, and close. Field names, sample JSON, old market IDs, and how the live board maps to the API.
The Satta Matka Result API is the part of Satta Matka API that your result card actually reads. This post is the field map — not marketing.
| Job | Call |
|---|---|
| All of today | GET /api/results/today |
| Live / open markets | GET /api/results/live |
| Public board | GET /api/results/board |
| One old market id | GET /api/client/result-by-market-id/22 (Kalyan) |
Full list: docs.
{
"marketId": 22,
"slug": "kalyan",
"marketName": "Kalyan",
"resultString": "139-37-359",
"openPana": "139",
"openAnk": "3",
"jodi": "37",
"closePana": "359",
"closeAnk": "7",
"isComplete": true,
"boardState": "closed"
}
Rules:
resultString if your UI is one linejodi for the middle cell (37 or 6* on partial)boardState: pending | open | closed000Kalyan’s public page is /markets/kalyan. Same data, HTML instead of JSON.
Existing apps stored marketId as an int. That still works:
1 Kalyan Morning18 Milan Day22 Kalyan29 Rajdhani Night30 Main BazarUnknown new markets get a stable hashed id. Slug is always safer for new code.
If a market is off, the Satta Matka Result API leaves today empty. A scraper that reprints last night’s close will get you angry users. We skip exact replays of yesterday.
/today every 5–10 seconds during market hours, orFor a website walkthrough see Display live matka results on your website.
Get 2 days of full access to every endpoint — live results, history, charts, webhooks. No credit card required.
View pricing & start trialA live Matka result API should update within seconds of open and close. How Satta Matka API polls DPBoss, stores today only, and pushes webhooks.
An auto result API fills your matka website when open and close are declared. Satta Matka API webhooks + JSON so staff stop typing numbers.
Show live Satta Matka results on a website with Satta Matka API: fetch today, render open-jodi-close, refresh, and avoid CDN cache.