Satta Matka API is a live JSON feed for Kalyan, Milan, Rajdhani, Main Bazar and 200+ markets. See what it returns, who uses it, and how it differs from scraping.
Satta Matka API is a developer API that sends live Satta Matka results as JSON. Websites and apps call it instead of copying numbers by hand or scraping DPBoss HTML.
If you searched for Satta Matka API, you usually want three things: today’s open / jodi / close, a stable URL that does not break every week, and a key you can put behind your own backend.
That is what Satta Matka API is built for. The same product is also the Matka API at /matka-api.
A typical complete result looks like this:
{
"marketName": "Kalyan",
"resultString": "139-37-359",
"openPana": "139",
"jodi": "37",
"closePana": "359",
"isComplete": true
}
When only open is out, the board is partial — for example 259-6 with jodi 6*. Close is not invented. Yesterday is not published as today.
You can see the same numbers on the public live results board and on market pages like Kalyan.
mk_ or sm_ keyIf you run any of those, scraping a matka HTML page is the expensive option. The Satta Matka API already does the fetch, parse, and store step.
| | Result website | Satta Matka API |
|---|---|---|
| Format | HTML for humans | JSON for apps |
| Auth | none | API key |
| Contract | changes with the design | /api/results/today, /live, /board |
| Partial open | often shown as 9* / *** | open + ank, close stays empty |
| Old keys | — | existing mk_ keys still work |
After you start a trial and copy a key:
curl -H "Authorization: Bearer YOUR_KEY" \
https://sattamatkaapi.live/api/results/today
Or hit the public board (no key) to confirm markets exist:
curl https://sattamatkaapi.live/api/results/board
Step-by-step setup is in How to integrate Satta Matka API. Endpoint detail is on the docs.
It is not a guessing forum, not a “fix number” tip sheet, and not a betting desk. It is a result pipe. Your site decides how to render the numbers. We decide they are today’s declared result.
Read What is a Matka API if you need the shorter product name, or open Satta Matka Result API for the exact fields apps parse.
Get 2 days of full access to every endpoint — live results, history, charts, webhooks. No credit card required.
View pricing & start trialA Matka API is a JSON endpoint that returns live Satta Matka open, jodi, and close. Learn the fields, sample calls, and when to use Satta Matka API.
Need a DPBoss API alternative? Satta Matka API reads the DPBoss board, stores today’s results, and gives you JSON, webhooks, and old mk_ keys.
Scraping DPBoss is free until the HTML changes. A Matka API costs a plan and removes parse, mapping, and “yesterday as today” bugs.