Introducing M DESK Platform

Simplify Your Digital World

The ultimate automation engine for telecom, broadband, and DTH management. Query subscriptions, refresh signals, and pull active plans instantly.

Engineered for Complete Control

Powering software applications, POS terminals, and retail platforms across Sri Lanka with three core system capabilities.

DTH Subscriber Info

Validate target account status, custom names, current balances, and dynamic next recharge periods instantly before applying top-ups.

GET /api/dth/info

Heavy Refresh Automation

Instantly broadcast explicit over-the-air clear signals directly to customer setup boxes to eliminate stubborn E16-4 hardware errors.

GET /api/dth/heavy-refresh

Dynamic Plan Catalogs

Extract actual runtime broadband values, localized streaming bundles, active internet speeds, and tailored DTH validation matrices.

GET /api/mobile/plans

Supported Networks

Comprehensive integration across major service providers

📱 Mobile Networks

Dialog
Mobitel
Hutch
Airtel Sri Lanka

📺 Sri Lankan Television

Dialog TV
Dialog TV Postpaid
SLT Peo TV
TV Lanka
ASK Cable Vision

🌐 Broadband & WiFi

Dialog WiFi
Dialog WiFi Postpaid
SLT Router

📡 Indian DTH

Dish TV
Sun Direct
Tata Play
Videocon d2h
Airtel Digital TV

Reseller API Plans

Review our plan options to lower your API request costs and maximize your profit.

Standard

LKR 1,000

Minimum Wallet TopUP

  • DTH Info Check 0.30 LKR
  • DTH Plans Fetch 0.15 LKR
  • Heavy Refresh 0.30 LKR
  • Mobile Plans Fetch 0.15 LKR
  • Television Plans Fetch 0.15 LKR
  • Broadband Plans Fetch 0.15 LKR
  • Priority Support
Most Popular
Gold

LKR 2,500

Minimum Wallet TopUP

  • DTH Info Check 0.25 LKR
  • DTH Plans Fetch 0.10 LKR
  • Heavy Refresh 0.25 LKR
  • Mobile Plans Fetch 0.10 LKR
  • Television Plans Fetch 0.10 LKR
  • Broadband Plans Fetch 0.10 LKR
  • Priority Support
Platinum

LKR 5,000

Minimum Wallet TopUP

  • DTH Info Check 0.20 LKR
  • DTH Plans Fetch 0.05 LKR
  • Heavy Refresh 0.20 LKR
  • Mobile Plans Fetch 0.05 LKR
  • Television Plans Fetch 0.05 LKR
  • Broadband Plans Fetch 0.05 LKR
  • Priority Support 24/7
Developer Friendly

Clean APIs, Integrated in Minutes

Incorporate structural token mechanisms parameter queries (`?apikey=...`) inside legacy billing points, local Android systems, or regional POS hardware quickly.

Standard API Authentication
Native JSON Server Yields
dth-info-fetch.sh
cURL
curl "https://plan.mslanka.xyz/api/dth/info?apikey=YOUR_KEY&number=10577378424&operator=Sundirect"
// Response Payload Structure
{
  "status": 1,
  "msg": "Fetch Successfully",
  "my_data": [{
    "status": "Active",
    "customerName": "Murugan",
    "MonthlyRecharge": 225,
    "Balance": 0.00
  }],
  "price_deducted": "0.20",
  "new_balance": "4999.80"
}