Satta Matka API vs matkaapi.com — JSON vs PHP query-string

Two hosted Matka result APIs. Satta Matka API is a Bearer JSON REST service. matkaapi.com is a PHP query-string API with a kit. This page lists public differences — no fake reviews, no “10x” claims.

Auth

Header Bearer vs domain_key in the URL.

Leftover boards

We skip leftover completes. Their leftover rule is not published.

List price

₹2,500/mo vs ₹499 + ₹1,500 integration.

CriteriaSatta Matka APImatkaapi.com
AuthBearer or X-API-Key header. New sm_ keys stay out of the URL.domain_key (and often domain=) in the query string, e.g. market_api.php?market=kalyan&domain_key=KEY
Result formatREST JSON: openPana, jodi, closePana, statusPHP endpoints under /mapi/*.php returning JSON
Leftover Sunday/Friday boardNot stored as today. Yesterday’s complete is not reprinted as today’s result.Not documented as leftover-aware. A PHP kit typically mirrors whatever the source board currently shows.
Price (INR, public list)₹2,500 / month. Trial ₹0. No listed integration fee.₹499 / month + ₹1,500 integration (monthly). Half-yearly ₹1,999 + ₹1,000. Yearly ₹4,999 + ₹799.
HistoryGET /api/results/history/:slug. Depth follows plan (7–365 days).Old chart listed on plans; older data is described as a yearly unlock.
WebhooksDashboard HTTPS URL. POST JSON on a new complete (result.new).Primary path is a PHP kit plus cron (often 5–10 min). Some pages mention webhooks; the public contract is query-string PHP.
PHP / integrationREST: cURL or Laravel HTTP with a Bearer header. No kit upload.Ready PHP kit (curl / file_get_contents) plus domain_key query params.

What this is not

matkaapi.com is a real product with a PHP kit, Starline/Teer endpoints, and a lower monthly sticker. We do not claim their reviews, speed, or legality. Use either API only where it is lawful for you. Numbers above are their public list prices and our published INR plans as of 2026.

Bottom line: pick Bearer JSON if you want REST, leftover-aware today rows, history, and webhooks without a PHP kit. Pick matkaapi.com if you want their query-string PHP kit and listed ₹499 monthly plus integration. Start on pricing or the PHP guide.

Frequently asked questions

Matka API price kitna hai?
Satta Matka API: 2-day trial ₹0, phir ₹2,500 / month (half-yearly ₹8,500, yearly ₹12,000). Listed integration fee nahi hai. matkaapi.com public pricing: monthly ₹499 plus integration ₹1,500 (half-yearly ₹1,999 + ₹1,000, yearly ₹4,999 + ₹799). Sticker alag hai — total cost plan + kit + history features se nikalna chahiye.
PHP me kaise use kare?
Satta Matka API PHP me plain cURL ya Laravel HTTP client se chalti hai. Header me Authorization: Bearer YOUR_API_KEY bhejo, GET https://sattamatkaapi.live/api/results/board. Alag PHP kit upload karne ki zaroorat nahi. Step-by-step: /docs/php.
Query string me API key kyu nahi daalni chahiye?
Naye sm_ keys Bearer ya X-API-Key header ke liye hain. URL me ?key= ya ?domain_key= access logs, browser history, aur Referer headers me leak ho sakti hai. Purani mk_ keys ab bhi ?key= accept karti hain; nayi keys URL me mat daalo.