Satta MatkaAPILive Result API
HomeLive ResultsPricingDocsFAQBlogContact
›
Satta MatkaAPILive Result API

Live matka results, market history, and charts via a fast JSON API. Built for developers who need real-time data delivery.

WhatsApp +91 7295908450·+91 7295908450

System status

Product

  • Live Results
  • Pricing
  • Matka API
  • Auto Result API
  • API Services

Resources

  • Documentation
  • FAQ
  • Blog
  • What is Satta Matka API
  • Status

Company

  • About
  • Contact
  • Privacy
  • Terms

© 2026 Satta Matka API. All rights reserved. Built with care for developers.

    ›
    ›
    Home›Blog›Satta Matka Result API: Fields, Sample JSON, and Live Board
    Tutorial

    Satta Matka Result API: Fields, Sample JSON, and Live Board

    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.

    Satta Matka API Team16 Aug 20268 min read59 views

    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.

    Endpoints

    | 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.

    Fields you should parse

    {
      "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:

    • Prefer resultString if your UI is one line
    • Use jodi for the middle cell (37 or 6* on partial)
    • boardState: pending | open | closed
    • Do not treat a missing close as 000

    Kalyan’s public page is /markets/kalyan. Same data, HTML instead of JSON.

    Old integer IDs

    Existing apps stored marketId as an int. That still works:

    • 1 Kalyan Morning
    • 18 Milan Day
    • 22 Kalyan
    • 29 Rajdhani Night
    • 30 Main Bazar

    Unknown new markets get a stable hashed id. Slug is always safer for new code.

    Do not send yesterday as today

    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.

    Wire it to the UI

    1. Poll /today every 5–10 seconds during market hours, or
    2. Register a webhook (guide)

    For a website walkthrough see Display live matka results on your website.

    Tags#satta matka result api#matka result api#json#board
    Ready to build?

    Start your free API trial

    Get 2 days of full access to every endpoint — live results, history, charts, webhooks. No credit card required.

    View pricing & start trial

    Related tutorials

    Tutorial7 min

    Live Matka Result API: Keep Your Board in Sync

    A live Matka result API should update within seconds of open and close. How Satta Matka API polls DPBoss, stores today only, and pushes webhooks.

    16 Aug 2026
    Tutorial7 min

    Auto Result API for Matka Websites (No Manual Entry)

    An auto result API fills your matka website when open and close are declared. Satta Matka API webhooks + JSON so staff stop typing numbers.

    16 Aug 2026
    Tutorial8 min

    How to Display Live Matka Results on Your Website

    Show live Satta Matka results on a website with Satta Matka API: fetch today, render open-jodi-close, refresh, and avoid CDN cache.

    16 Aug 2026