Know the Real Operator Before Every Recharge
ZuelPay's MNP (Mobile Number Portability) API gives you real-time operator and telecom circle information for any Indian mobile number — including numbers that have been ported to a different operator. Without MNP lookup, recharges sent to the wrong operator fail silently, costing you money and frustrating customers.
The API is essential for recharge platforms, SMS gateways and telecom services. It helps eliminate routing inefficiency, prevent revenue leakage, increase delivery success rates and power accurate online recharge alternatives for customers whose numbers have been ported.
Our system is continuously updated with the latest MNP data from TRAI's central database — our database covers all 22 telecom circles, all active operators and hundreds of millions of porting records.
All Operators, All 22 Circles
Why Use MNP Lookup API?
// POST /v2/mnp/lookup
fetch('https://api.zuelpay.com/v2/mnp/lookup', {
method: 'POST',
headers: { 'Authorization': 'Bearer zp_live_xxx' },
body: JSON.stringify({
mobile: '9876543210'
})
});
// Returns operator, circle, porting status
// Response time: <200ms
Request Parameters
Complete Telecom API Suite
Integrate MNP Lookup in Your Recharge Platform
All operators, all circles, ported number detection. <200ms response. Bulk API included.