We deliver real-time results using trusted satta matka data sources.

MAPI

Satta Matka API Documentation & Integration Guide

Base URL: https://www.matkaapi.com/mapi/ — Auth: domain_key (Dashboard → Domains unique_key, or trial trial_key from Trial Registration). GET or POST. Paid: IP whitelist per domain. Trial: no IP check; limited requests (package.month=0). Postman = IP only (paid); server/cron = domain must match. Download Postman collection

JSON

market_api.php — Market Result API
------------------------------------

Endpoint : GET/POST https://www.matkaapi.com/mapi/market_api.php
IP whitelist on user_domain table.

REQUEST TYPE (auto-detected)
  Client (Postman, browser): IP whitelist — domain optional
  Server (cron, PHP curl, PHP kit): domain required + must match dashboard

AUTHENTICATION
  domain_key (required) — Dashboard → Domains → unique_key
  domain — required on server; optional on Postman/browser
  Postman: domain_key + market — whitelist your public IP
  Server/cron: domain_key + domain=yourdomain.com + whitelist server IP

MARKET LIST
  market_list=1 — all games from market_name
  Fields: name, open_time, close_time, sat_day, sun_day, bg_yellow

PLAN DATA ACCESS (package.month)
  0 trial / 1 monthly / 6 → today only | no previous date | no list=1
  12 yearly               → today + previous date + list=1 (max 500)
  Error: OLD Data not available for Monthly Plan

IP WHITELIST
  • First call (IP empty): IP auto-saved
  • IP matches: result returned
  • IP mismatch: update IP from dashboard

RATE LIMIT & CACHE
  • Same request min 10 sec gap (429 rate_limited)
  • Response cache 45 sec (cached: true — no extra DB load)
  • Flood auto-block 15 min + alerts.log on server

REQUESTS — replace YOUR_KEY with your domain_key

  [GET] Market List
  https://www.matkaapi.com/mapi/market_api.php?market_list=1&domain_key=YOUR_KEY

  [GET] Single Market - Today
  https://www.matkaapi.com/mapi/market_api.php?market=mainbazar&domain_key=YOUR_KEY

  [GET] Single Market - Previous Date (12 month plan only)
  https://www.matkaapi.com/mapi/market_api.php?market=mainbazar&date=2026-06-10&domain_key=YOUR_KEY

  [GET] Single Market - Full History List (12 month plan, max 500)
  https://www.matkaapi.com/mapi/market_api.php?market=mainbazar&list=1&domain_key=YOUR_KEY

  [GET] All Markets - Today
  https://www.matkaapi.com/mapi/market_api.php?market=all&domain_key=YOUR_KEY

  [POST] Single Market - Today (form body: market, domain_key)
  https://www.matkaapi.com/mapi/market_api.php

SHORT EXAMPLES
  /mapi/market_api.php?market_list=1&domain_key=YOUR_KEY
  /mapi/market_api.php?market=mainbazar&domain_key=YOUR_KEY
  /mapi/market_api.php?market=mainbazar&domain=example.com&domain_key=YOUR_KEY

SAMPLE RESPONSE (today)
{
  "status": true,
  "message": "success",
  "market": "MAIN BAZAR",
  "date": "2026-06-12",
  "count": 1,
  "data": [
    {
      "name": "MAIN BAZAR",
      "result": "558-84-789",
      "date": "2026-06-12",
      "open_time": "03:00 PM",
      "close_time": "05:00 PM"
    }
  ]
}
    
JSON

starline_api.php — Starline (Fatafat) API
------------------------------------

Endpoint : GET/POST https://www.matkaapi.com/mapi/starline_api.php
Tables   : fatafat_game_list, fatafat_baji_list, fatafat_game_result

REQUEST TYPE (auto-detected)
  Client (Postman, browser): IP whitelist — domain optional
  Server (cron, PHP curl, PHP kit): domain required + must match dashboard

AUTHENTICATION
  domain_key (required)
  domain — required on server; optional on Postman/browser
  Postman: domain_key + game — whitelist your public IP
  Server/cron: domain_key + domain=yourdomain.com + whitelist server IP

IP WHITELIST
  • First call (IP empty): IP auto-saved
  • IP mismatch: Please update your IP from dashboard

RATE LIMIT & CACHE
  • Same request min 10 sec gap (429 rate_limited)
  • Response cache 45 sec (cached: true)
  • Flood auto-block 15 min + mapi/cache/alerts.log

PLAN & REQUEST LIMIT
  • Active plan: today between f_from and t_to (yearly preferred if overlap)
  • Each hit increments total_req; limit from package.req

PLAN DATA ACCESS (same as Market)
  0 trial / 1 monthly / 6 → today only | no previous date | no list=1
  12 yearly               → today + previous date + list=1 (max 500)

DATA SOURCE
  • Today: live scrape first, fallback database
  • Previous / history: database only (yearly plan)

PARAMS
  game_list=1        — all active games (name only)
  baji_list=1 / slots=1 — slot list for one game (slot, time)
  game / starline    — game slug e.g. kalyanstarline or "all"
  baji / slot        — single slot number
  date               — YYYY-MM-DD (12 month plan only)
  list=1             — history (history, old, Rtype also work)

REQUESTS — replace YOUR_KEY with your domain_key

  [GET] Game List
  https://www.matkaapi.com/mapi/starline_api.php?game_list=1&domain_key=YOUR_KEY

  [GET] Baji / Slot List
  https://www.matkaapi.com/mapi/starline_api.php?game=kalyanstarline&baji_list=1&domain_key=YOUR_KEY

  [GET] Single Game - Today All Slots
  https://www.matkaapi.com/mapi/starline_api.php?game=kalyanstarline&domain_key=YOUR_KEY

  [GET] Single Slot - Today
  https://www.matkaapi.com/mapi/starline_api.php?game=kalyanstarline&baji=1&domain_key=YOUR_KEY

  [GET] Single Game - Previous Date (12 month plan)
  https://www.matkaapi.com/mapi/starline_api.php?game=kalyanstarline&date=2026-06-10&domain_key=YOUR_KEY

  [GET] Single Game - Full History (12 month plan, max 500)
  https://www.matkaapi.com/mapi/starline_api.php?game=kalyanstarline&list=1&domain_key=YOUR_KEY

  [GET] All Games - Today
  https://www.matkaapi.com/mapi/starline_api.php?game=all&domain_key=YOUR_KEY

  [POST] Single Game - Today (form: game, domain_key)
  https://www.matkaapi.com/mapi/starline_api.php

SHORT EXAMPLES
  /mapi/starline_api.php?game_list=1&domain_key=YOUR_KEY
  /mapi/starline_api.php?game=kolkataff&domain_key=YOUR_KEY
  /mapi/starline_api.php?game=kolkataff&baji=1&domain_key=YOUR_KEY
  /mapi/starline_api.php?game=kolkataff&date=2026-06-10&domain_key=YOUR_KEY
  /mapi/starline_api.php?game=kolkataff&list=1&domain_key=YOUR_KEY
  /mapi/starline_api.php?game=all&domain_key=YOUR_KEY

SAMPLE RESPONSE
{
  "status": true,
  "message": "success",
  "game": "KOLKATA FF",
  "date": "2026-06-12",
  "count": 2,
  "data": [
    {
      "game": "KOLKATA FF",
      "slot": 1,
      "time": "10:30 AM",
      "patti": "233",
      "sd": "8",
      "result": "233-8"
    }
  ]
}
										
JSON

satta_api.php — Delhi Side Satta Live Result
------------------------------------

Endpoint : GET/POST https://www.matkaapi.com/mapi/satta_api.php
Tables   : satta_list, satta_result

REQUEST TYPE (auto-detected)
  Client (Postman, browser): IP whitelist — domain optional
  Server (cron, PHP curl, PHP kit): domain required + must match dashboard

AUTHENTICATION
  domain_key (required)
  domain — required on server; optional on Postman/browser
  Postman: domain_key + game — whitelist your public IP
  Server/cron: domain_key + domain=yourdomain.com + whitelist server IP

IP WHITELIST
  • First call (IP empty): IP auto-saved
  • IP mismatch: Please update your IP from dashboard

RATE LIMIT & CACHE
  • Same request min 10 sec gap (429 rate_limited)
  • Response cache 45 sec (cached: true)
  • Flood auto-block 15 min + mapi/cache/alerts.log

PLAN & REQUEST LIMIT
  • Active plan: today between f_from and t_to (yearly 12 preferred)
  • Limit reached: Your Request Limit Reached. Contact admin.

PLAN DATA ACCESS
  0 trial / 1 monthly / 6 → today only | no previous date | no list=1
  12 yearly               → today + previous date + list=1 (max 500)
  Error: OLD Data not available for Monthly Plan

PARAMS
  satta_list=1       — game list (name, time, bg_yellow)
  game / satta       — e.g. GALI or "all"
  date               — YYYY-MM-DD (12 month plan only)
  list=1             — full history

REQUESTS — replace YOUR_KEY with your domain_key

  [GET] Satta List
  https://www.matkaapi.com/mapi/satta_api.php?satta_list=1&domain_key=YOUR_KEY

  [GET] Single Game - Today
  https://www.matkaapi.com/mapi/satta_api.php?game=GALI&domain_key=YOUR_KEY

  [GET] Single Game - Previous Date (12 month plan)
  https://www.matkaapi.com/mapi/satta_api.php?game=GALI&date=2026-06-10&domain_key=YOUR_KEY

  [GET] Single Game - Full History (12 month plan, max 500)
  https://www.matkaapi.com/mapi/satta_api.php?game=GALI&list=1&domain_key=YOUR_KEY

  [GET] All Games - Today
  https://www.matkaapi.com/mapi/satta_api.php?game=all&domain_key=YOUR_KEY

  [POST] Single Game - Today (form: game, domain_key)
  https://www.matkaapi.com/mapi/satta_api.php

SHORT EXAMPLES
  /mapi/satta_api.php?satta_list=1&domain_key=YOUR_KEY
  /mapi/satta_api.php?game=GALI&domain_key=YOUR_KEY
  /mapi/satta_api.php?game=GALI&date=2026-06-10&domain_key=YOUR_KEY
  /mapi/satta_api.php?game=GALI&list=1&domain_key=YOUR_KEY
  /mapi/satta_api.php?game=all&domain_key=YOUR_KEY

SAMPLE RESPONSE (today)
{
  "status": true,
  "message": "success",
  "game": "GALI",
  "date": "2026-06-12",
  "count": 1,
  "data": [
    { "name": "GALI", "result": "66", "time": "11:25 PM" }
  ]
}

HISTORY (list=1) — date per row DD-MM-YYYY, no top-level date
{
  "status": true,
  "message": "success",
  "game": "GALI",
  "count": 7,
  "data": [
    { "name": "GALI", "result": "66", "date": "11-06-2026" },
    { "name": "GALI", "result": "16", "date": "10-06-2026" }
  ]
}
                                                
JSON

teer_api.php — Teer Live Result
------------------------------------

Endpoint : GET/POST https://www.matkaapi.com/mapi/teer_api.php
Tables   : teer_game, teer_result

REQUEST TYPE (auto-detected)
  Client (Postman, browser): IP whitelist — domain optional
  Server (cron, PHP curl, PHP kit): domain required + must match dashboard

AUTHENTICATION
  domain_key (required) — user_domain.unique_key
  domain — required on server; optional on Postman/browser
  Postman: domain_key + game — whitelist your public IP
  Server/cron: domain_key + domain=yourdomain.com + whitelist server IP

RATE LIMIT & CACHE
  • Same request min 10 sec gap (429 rate_limited)
  • Response cache 45 sec (cached: true)
  • Flood auto-block 15 min + mapi/cache/alerts.log

PLAN DATA ACCESS
  0 trial / 1 monthly / 6 → today only | no previous date | no list=1
  12 yearly               → today + previous date + list=1 (max 500)
  Error: OLD Data not available for Monthly Plan

PARAMS
  game_list=1 / teer_list=1 — all games (name, fr_time, sr_time)
  game / teer             — e.g. Shillong Teer or "all"
  date                    — YYYY-MM-DD (12 month plan only)
  list=1                  — full history (date as DD-MM-YYYY per row)

RESULT ROW (today)
  name, fr_result, sr_result, fr_time, sr_time

HISTORY ROW (list=1)
  name, fr_result, sr_result, date (e.g. 11-06-2026)

REQUESTS — replace YOUR_KEY with your domain_key

  [GET] Game List
  https://www.matkaapi.com/mapi/teer_api.php?game_list=1&domain_key=YOUR_KEY

  [GET] Single Game - Today
  https://www.matkaapi.com/mapi/teer_api.php?game=Shillong Teer&domain_key=YOUR_KEY

  [GET] Single Game - Previous Date (12 month plan)
  https://www.matkaapi.com/mapi/teer_api.php?game=Shillong Teer&date=2026-06-10&domain_key=YOUR_KEY

  [GET] Single Game - Full History (12 month plan, max 500)
  https://www.matkaapi.com/mapi/teer_api.php?game=Shillong Teer&list=1&domain_key=YOUR_KEY

  [GET] All Games - Today
  https://www.matkaapi.com/mapi/teer_api.php?game=all&domain_key=YOUR_KEY

  [POST] Single Game - Today (form: game, domain_key)
  https://www.matkaapi.com/mapi/teer_api.php

SHORT EXAMPLES
  /mapi/teer_api.php?game_list=1&domain_key=YOUR_KEY
  /mapi/teer_api.php?game=Shillong Teer&domain_key=YOUR_KEY
  /mapi/teer_api.php?game=Shillong Teer&date=2026-06-10&domain_key=YOUR_KEY
  /mapi/teer_api.php?game=Shillong Teer&list=1&domain_key=YOUR_KEY
  /mapi/teer_api.php?game=all&domain_key=YOUR_KEY

SAMPLE RESPONSE (today)
{
  "status": true,
  "message": "success",
  "game": "Shillong Teer",
  "date": "2026-06-12",
  "count": 1,
  "data": [
    {
      "name": "Shillong Teer",
      "fr_result": "65",
      "sr_result": "76",
      "fr_time": "03:30 PM",
      "sr_time": "04:30 PM"
    }
  ]
}
                                                

MATKA API

Mumbai Satta Matka Live Game Results API

Get instant Mumbai side satta matka live results with our high-speed API. Real-time updates, accurate data, and easy integration for websites and mobile apps.

Market Open Close Open (SD) Close (SD) Jodi
Check Game After time

SATTA API

Delhi Side Satta Live Result

We provide a faster Satta Matka API with high accuracy and a clear, detailed guide for result integration.

Gali Result
No result yet !

Starline API

Kolkata FF and Starline Auto Result API

Access real-time Kolkata FF and Starline results with our satta matka API. Fast integration, accurate data, and seamless updates for your website and apps.

Starline Patti SD Baji
No result yet !

TEER API

Teer Live Result

Our Teer Results API offers real-time updates for Shillong, Khanapara, Juwai, and Night Teer results. Fast, reliable, and easy to integrate for seamless service.

Game FR SR
No result yet !
How Works ?

Satta Matka Result matka api and
Satta Matka API services

matka api

We deliver live satta matka results by fetching accurate data from trusted sources like dpbossattamatka.co, sattamatkadpboss.co, spboss.in, and more. Our API uses high-speed socket connections to provide real-time updates for popular Satta games like Gali, Disawar, and Teer games including Shillong Teer. We also offer fast result integration for NPL and other matka markets, ensuring seamless performance across all platforms.

Why choose Matka API
Services

API Game Categories
List

Two-way API

Satta matka API

Our Satta Matka API delivers fast, accurate results with secure integration, real-time updates, and 24/7 support, ensuring reliable and smooth performance.

  • Get Matka result Using API

    Call our MATKA API for quick responses. Follow our documentation for details.

  • We post Matka result using Socket

    We use Socket to post Matka results, providing fast and real-time updates.

matka api matka api
satta matka api result service
Single API

Starline satta API

Starline Satta features popular games like Kalyan Star Line, Main Star Line, Kolkata Fatafat, and Dream Star Line. Our API result services deliver instant and precise game results, ensuring a smooth experience for users.

  • Starline satta result api today.

  • Starline satta result api free.

  • Starline satta result api app.

matka api matka api
starline satta API
SINGLE API

Satta Result API

Satta Result API delivers quick results for Gali, Disawar, Faridabad, Ghaziabad, and other popular Delhi Satta games.

  • Satta result api online

  • Satta result api free

  • Satta gali disawar result api free

Satta result api free,Satta result api online
Single API

Teer Results API

Shillong Teer Results API provides quick updates for Shillong, Khanapara, Juwai, and Night Teer game results.

  • Shillong teer results api today.

  • Shillong Teer Result list.

  • Shillong Teer Result today.

shillong teer api result,khanapara teer api result,shillong teer result

matka api

Rahul Sharma

Teer Results

Matka API is fantastic! Their Teer Results API and Satta Result API are super fast and reliable. Highly recommended!

matka api

Amit Patel

MH Official

I've been using the Satta Matka API from Matka API, and it's the best in the market. Accurate and real-time results every time!

matka api

Rohit Kumar

Dpboss

Matka API's Starline Satta API is amazing! Quick responses and always accurate. Great service and support team.

Pricing

Choose your plan

Monthly

For 30 Day's

₹ 499 /month

  • All API

  • Integration fees ₹ 1,500

  • PHP KIT

  • 2 Way API

  • Old Chart

  • 24/7 Support

Half-Yearly

184 Day's Save 50%

₹1,999 /6-month's

  • All API

  • Integration fees ₹ 1,000

  • PHP KIT

  • 2 Way API

  • Old Chart

  • 24/7 Support

Yearly

365 Day's

₹4,999 / 1-Year

  • All API

  • Integration fees ₹ 799

  • PHP KIT

  • 2 Way API

  • Old Chart

  • 24/7 Support

Not sure what to choose ? contact us for expert suggestions!

Lates updates

Our latest blog post

matka api
  • Sep 11, 2024
  • MATKA API
  • 5 Comments

matka api: Satta Matka Auto result API Services

MATKA API Read more
satta api
  • Sep 11, 2024
  • SATTA API
  • 5 Comments

Satta result api online | Satta result api free

SATTA API Read more
FAQ

Matka API Questions & Answers

Satta Matka live result API, integration, pricing aur free trial — sab kuch yahan.

Matka API ek REST API hai jo aapki website ya app ko Satta Matka live results automatically deti hai — Market, Starline, Satta aur Teer. MatkaAPI.com par domain_key se secure JSON data milta hai; manual update ki zaroorat nahi.
Satta Matka API matka market (Kalyan, Main Bazar) aur satta games (Gali, Disawar, Faridabad, Ghaziabad) ke open / close results API se fetch karne ka tarika hai. Hamara MAPI ek hi platform par market + satta + starline + teer cover karta hai.
Dashboard se domain add karo → domain_key milta hai → GET/POST se MAPI endpoints call karo (e.g. market_api.php?market=kalyan&domain_key=KEY). Server cron ya PHP kit se har 5–10 minute par result auto-update ho sakta hai.
Free trial limited requests ke saath available hai. Production ke liye paid plans: Monthly ₹499, Half-Yearly ₹1,999, Yearly ₹4,999 — har domain ke liye alag plan aur request limit.
Haan. Trial Registration par Name, Mobile, Domain + OTP verify karo — trial_key milega jo MAPI mein domain_key ki tarah use hota hai. Trial par aaj ka live result; limited API calls.
Monthly ₹499 (30 days), Half-Yearly ₹1,999 (184 days), Yearly ₹4,999 (365 days). Integration help fees plan par ₹799–₹1,500. Full detail homepage pricing section mein.
Fast update, JSON MAPI, PHP integration kit, Postman collection, domain-based security aur 24×7 support (Yearly plan) ke liye developers MatkaAPI.com choose karte hain — real-time satta matka result API ek hi dashboard se manage hoti hai.
Haan. Live market scrape + auto-update se results jaldi update hote hain. Cron har 5–10 minute par call karo taaki website par live matka result users ko turant dikhe — open time, close time aur result field JSON mein aate hain.
Market: Kalyan, Main Bazar, Milan, Rajdhani, Time Bazar, etc. Satta: Gali, Disawar, Faridabad, Ghaziabad. Starline: slot-wise results. Teer: Shillong, Khanapara, Juwai. Kolkata Fatafat bhi supported markets list mein.
Haan. Har MAPI response clean JSON hai — PHP, Node.js, Flutter, Android, Laravel ya kisi bhi stack se parse kar sakte ho. GET ya POST dono supported; Postman collection bhi free download.
1) Register → domain add → plan activate. 2) PHP kit upload karo ya direct MAPI URL cron se call karo. 3) domain_key + params bhejo. 4) JSON ko apne DB / frontend mein show karo. Basic setup 1–2 hours; full site integration 1–2 days.
Haan. Ready PHP Matka API kit hai — curl ya file_get_contents se koi bhi PHP site connect ho jati hai. Laravel HTTP client, WordPress custom plugin/theme, Node.js fetch — sab JSON API se kaam karte hain.
Haan. Flutter http package, Android Retrofit/OkHttp, React Native fetch — sab REST JSON API consume kar sakte hain. Server-side cron recommended; app se direct call par domain param match karna zaroori.
Yearly plan par old date (date=) aur history (list=1) — chart / panna / jodi analysis ke liye. Monthly trial par sirf aaj ka result; purana data Yearly plan se unlock hota hai.
Haan — starline_api.php (slot / baji results), teer_api.php (Shillong, Khanapara, Juwai teer), satta_api.php aur market_api.php sab live result API endpoints hain. Open + close result fields response mein milte hain.
Homepage par MAPI documentation (Market, Starline, Satta, Teer tabs), Postman JSON download, free trial trail-up.html, aur PHP integration kit — sab MatkaAPI.com par free available.