Get Matka result Using API
Call our MATKA API for quick responses. Follow our documentation for details.
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
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"
}
]
}
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"
}
]
}
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" }
]
}
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"
}
]
}
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 | |||||
We provide a faster Satta Matka API with high accuracy and a clear, detailed guide for result integration.
| Gali | Result | |
|---|---|---|
| No result yet ! | ||
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 ! | ||||
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 ! |
|---|
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.
Our Satta Matka API delivers fast, accurate results with secure integration, real-time updates, and 24/7 support, ensuring reliable and smooth performance.
Call our MATKA API for quick responses. Follow our documentation for details.
We use Socket to post Matka results, providing fast and real-time updates.
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.
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
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.
Matka API is fantastic! Their Teer Results API and Satta Result API are super fast and reliable. Highly recommended!
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's Starline Satta API is amazing! Quick responses and always accurate. Great service and support team.
All API
Integration fees ₹ 1,500
PHP KIT
2 Way API
Old Chart
24/7 Support
All API
Integration fees ₹ 1,000
PHP KIT
2 Way API
Old Chart
24/7 Support
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!
Satta Matka live result API, integration, pricing aur free trial — sab kuch yahan.
domain_key se secure JSON data milta hai; manual
update ki zaroorat nahi.
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.
trial_key milega jo MAPI mein
domain_key ki tarah use hota hai. Trial par aaj ka live result;
limited API calls.
domain_key + params bhejo.
4) JSON ko apne DB / frontend mein show karo.
Basic setup 1–2 hours; full site integration 1–2 days.
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.
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.
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.
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.