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›Kalyan Matka Result API: Everything You Need to Know
    Market Guide

    Kalyan Matka Result API: Everything You Need to Know

    Kalyan is the highest-traffic matka market. This guide covers the Kalyan-specific endpoints, typical result declaration times, history depth, and chart endpoints you should use for Kalyan-focused sites.

    Satta Matka API Team01 Jun 20256 min read57 views

    Kalyan is, by a wide margin, the most-searched matka market on the internet. If your site shows live results, Kalyan is almost certainly your highest-traffic page. This guide covers everything API-specific about Kalyan — endpoints, declaration windows, history, charts, and the common pitfalls.

    Kalyan market profile

    | Field | Value | |---|---| | Slug | kalyan | | Session | day | | Open time (IST) | 03:45 PM | | Close time (IST) | 05:45 PM | | Result frequency | Twice daily (open + close) |

    The slug kalyan is the only identifier you need — all Kalyan-specific API endpoints are namespaced under /api/results/kalyan (or /api/results/{chartType}/kalyan for chart data).

    Fetching today's Kalyan result

    The simplest Kalyan-specific call:

    curl -H "Authorization: Bearer $MATKA_API_KEY" \
         https://sattamatkaapi.live/api/results/kalyan
    

    Response shape:

    {
      "market": {
        "slug": "kalyan",
        "name": "Kalyan",
        "session": "day",
        "openTime": "03:45 PM",
        "closeTime": "05:45 PM"
      },
      "date": "2026-08-14",
      "openPana": "456",
      "openAnk": "5",
      "closePana": "123",
      "closeAnk": "6",
      "jodi": "56",
      "resultString": "456-56-123",
      "isComplete": true,
      "verified": true,
      "source": "multi-source-consensus",
      "publishedAt": "2026-08-14T12:29:42.000Z"
    }
    

    If you call this before 03:45 PM IST, you will get isComplete: false and all result fields null. Your UI should handle the pending state gracefully — most sites show a "Result awaited" placeholder.

    Fetching Kalyan history

    Paid plans (Basic and above) include historical results — up to 5 years on yearly plans, 7 days on the free trial. The history endpoint:

    curl -H "Authorization: Bearer $MATKA_API_KEY" \
         "https://sattamatkaapi.live/api/results/history/kalyan?days=30"
    

    Returns the last 30 days of Kalyan results, newest first, as an array of objects with the same shape as the single-result response.

    Fetching Kalyan charts

    Kalyan has two main chart endpoints:

    # Jodi chart — last 60 jodis with dates
    curl -H "Authorization: Bearer $MATKA_API_KEY" \
         https://sattamatkaapi.live/api/results/chart/jodi/kalyan
    
    # Pana chart — last 30 open+close panas with dates
    curl -H "Authorization: Bearer $MATKA_API_KEY" \
         https://sattamatkaapi.live/api/results/chart/panel/kalyan
    

    The jodi chart is what most matka sites render as a colorful 10-column grid (one column per first-digit). Each tile is colored by the jodi's first digit (0–9). The pana chart is usually rendered as a date-sorted table.

    See Matka Chart Analysis: Reading Jodi and Pana Patterns for an in-depth look at the patterns.

    Don't forget Kalyan's siblings

    There are three Kalyan-family markets, each with its own slug:

    • kalyan — the main day market (03:45 PM – 05:45 PM)
    • kalyan-night — night market (09:00 PM – 11:00 PM)
    • kalyan-morning — morning market (11:15 AM – 12:15 PM)

    A common mistake is to assume "Kalyan" returns all three. It does not — each is a separate market with its own slug, history, and chart endpoints.

    Kalyan Starline

    Kalyan Starline (kalyan-starline-{hour}) is a separate family of hourly markets. There are 12 Kalyan Starline markets, one per hour from 11:00 AM to 10:00 PM. To fetch all of them in one call:

    curl -H "Authorization: Bearer $MATKA_API_KEY" \
         "https://sattamatkaapi.live/api/results/live?session=starline&family=kalyan"
    

    This returns 12 result objects, one per hourly slot.

    Typical declaration times for Kalyan

    The API typically publishes results within 1–3 minutes of the official declaration:

    • 03:46 PM – 03:50 PM IST — open pana published
    • 05:46 PM – 05:50 PM IST — close pana + jodi + resultString published

    If your polling loop runs every 30 seconds during these windows, you will catch the result within 30 seconds of declaration. For sub-10-second latency, switch to webhooks.

    Common pitfalls

    • Polling the wrong market: users sometimes confuse kalyan (day) with kalyan-night. Always check the session field in your UI.
    • Treating pending as null: a null jodi does not mean "API is broken" — it means the close pana hasn't been declared yet. Show "Pending" instead of breaking the UI.
    • Wrong date format: the API uses IST date strings ("2026-08-14"), not UTC. If your server is in UTC and you query by date, you may miss today's result depending on the time of day. Always pass the date in IST or omit it (the API defaults to today in IST).
    • Trusting unverified results: the API returns a verified boolean. Only display verified results on production sites — unverified results come from a single source and may be wrong.

    Summary

    Kalyan is the crown jewel of matka markets, and the API treats it as a first-class citizen with dedicated endpoints, history, and charts. Use the right slug, poll smartly around declaration windows, lock your UI to verified results, and your Kalyan page will feel instant and authoritative.

    Tags#kalyan#markets#api#charts
    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 market guides

    Market Guide6 min

    Milan Day Matka API: Live Result, Timing, and JSON

    Pull Milan Day from the Matka API. Session timing, sample JSON, old market id 18, and how to show open vs close on your site.

    16 Aug 2026
    Market Guide6 min

    Rajdhani Matka Result API: Day, Night, and JSON IDs

    Rajdhani Day and Rajdhani Night on Satta Matka API — slugs, old ids, live JSON, and how to keep night sessions on the right IST date.

    16 Aug 2026
    Market Guide7 min

    Matka Chart Analysis: Reading Jodi and Pana Patterns

    Jodi and pana charts are the most-studied artifacts in matka. This guide explains what they mean, how the API returns them, and the most common analytical patterns enthusiasts look for in historical data.

    28 Jun 2026