Updated 2026

What is Satta Matka API?

Satta Matka API is a live JSON API that delivers declared Satta Matka results for Kalyan, Milan, Rajdhani, Main Bazar, Time Bazar and 200+ other Indian markets. Developers call HTTPS endpoints with a Bearer API key and receive open pana, close pana, jodi, and market status without scraping HTML.

How to get live results

  1. Create a free account at sattamatkaapi.live and start a 2-day trial. No card is required.
  2. Copy your API key from the dashboard. New keys look like sm_<plan>_<32 hex characters>.
  3. Call GET https://sattamatkaapi.live/api/results/board with header Authorization: Bearer YOUR_KEY.
  4. Read openPana, closePana, jodi, and status from the JSON. Poll every few seconds or use webhooks for new completes.

Satta Matka API vs scraping DPBoss

NeedSatta Matka APIHTML scrape
FormatStable JSONFragile HTML
Today vs leftoverSkips yesterday’s leftover boardOften reprints last result
AuthBearer / X-API-KeyNone / blocked
CoverageBoston primary + Mobi fillOne site only

Full comparison: Matka API vs scraping.

Frequently asked questions

What is Satta Matka API?
Satta Matka API is a live JSON API that delivers declared Satta Matka results for Kalyan, Milan, Rajdhani, Main Bazar, Time Bazar and 200+ other Indian markets. Developers call HTTPS endpoints with a Bearer API key and receive open pana, close pana, jodi, and market status without scraping HTML.
How do I get live Kalyan Matka results via API?
Send GET https://sattamatkaapi.live/api/results/board or GET /api/results/kalyan with Authorization: Bearer YOUR_KEY. The JSON includes Kalyan open pana, close pana, and jodi as soon as they are declared. Kalyan official market time is 03:45 PM–05:45 PM IST; results can print 10–15 minutes later.
What does Satta Matka API cost in India?
A 2-day free trial is ₹0. Paid plans are ₹2,500 per month, ₹8,500 for six months, and ₹12,000 per year (INR). Payment is manual UPI or bank transfer. There is no USD checkout.
Is Satta Matka API better than scraping DPBoss?
Yes for production apps. Scraping DPBoss HTML breaks when markup changes and can show yesterday’s leftover numbers as today. Satta Matka API returns a stable JSON contract, skips leftover boards, and uses DPBoss Boston as the primary source with Mobi only for markets Boston does not list.
Do I need a query-string API key?
Old mk_ keys still accept ?key=. New sm_ keys are Bearer or X-API-Key only. Do not put new keys in the URL.
How many markets does Satta Matka API cover?
The live board covers 200+ active markets including Kalyan, Milan Day/Night, Rajdhani Day/Night, Main Bazar, Time Bazar, and Sridevi. The public board is at https://sattamatkaapi.live/live-results.

Start on the pricing page or read the API docs.