Verify Nagad mobile numbers, get NID information, and access user data with our powerful RESTful API. Fast, reliable, and secure.
Nagad is Bangladesh's leading mobile financial service provider, offering digital payment solutions to millions of users across the country.
Secure mobile wallet for payments, transfers, and financial transactions
Trusted by millions of Bangladeshi users for their daily financial needs
Bank-level security with government-backed reliability
Powerful features for seamless integration
Generate secure API keys with lifetime or monthly plans. Full control over your access.
Track your API usage with detailed analytics, charts, and comprehensive reports.
Ultra-fast response times with 99.9% uptime guarantee. Built for performance.
Simple RESTful API with comprehensive documentation. Get started in minutes.
Bank-level encryption, secure authentication, and comprehensive security measures.
Round-the-clock customer support to help you whenever you need assistance.
Get started with our API in minutes
https://nagad.arman-dev.online/api.php
Use this endpoint to verify Nagad numbers and retrieve user information.
curl -X POST https://nagad.arman-dev.online/api.php \
-d "key=YOUR_API_KEY" \
-d "number=01300000000"
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://nagad.arman-dev.online/api.php');
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query([
'key' => 'YOUR_API_KEY',
'number' => '01300000000'
]));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$response = curl_exec($ch);
curl_close($ch);
$data = json_decode($response, true);
{
"status": "success",
"msisdn": "01300000000",
"nid": "4202591295",
"dob": "1997-07-06",
"gender": "UNKWON",
"userStatus": "Active"
}
{
"status": "fail",
"message": "number not found"
}
Choose the plan that works for you
Pay Once
No recurring fees
Monthly
Flexible subscription
Join thousands of developers using our Nagad API
Sign in to access your dashboard and API keys
Create a free account and start using our API today
Already registered? Login here
Our support team is here to help you get started and answer any questions.
Email Us
support@nagadapi.com