Nagad Number Verification API

Nagad API Management Professional & Secure

Verify Nagad mobile numbers, get NID information, and access user data with our powerful RESTful API. Fast, reliable, and secure.

99.9%
Uptime
<100ms
Response Time
24/7
Support

What is Nagad?

Nagad is Bangladesh's leading mobile financial service provider, offering digital payment solutions to millions of users across the country.

Digital Wallet

Secure mobile wallet for payments, transfers, and financial transactions

Millions of Users

Trusted by millions of Bangladeshi users for their daily financial needs

Secure & Trusted

Bank-level security with government-backed reliability

Why Choose Our API?

Powerful features for seamless integration

Secure API Keys

Generate secure API keys with lifetime or monthly plans. Full control over your access.

Real-time Analytics

Track your API usage with detailed analytics, charts, and comprehensive reports.

Lightning Fast

Ultra-fast response times with 99.9% uptime guarantee. Built for performance.

Easy Integration

Simple RESTful API with comprehensive documentation. Get started in minutes.

Enterprise Security

Bank-level encryption, secure authentication, and comprehensive security measures.

24/7 Support

Round-the-clock customer support to help you whenever you need assistance.

API Documentation

Get started with our API in minutes

API Endpoint

https://nagad.arman-dev.online/api.php

Use this endpoint to verify Nagad numbers and retrieve user information.

cURL Request

curl -X POST https://nagad.arman-dev.online/api.php \
  -d "key=YOUR_API_KEY" \
  -d "number=01300000000"

PHP Example

$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);

Success Response

{
  "status": "success",
  "msisdn": "01300000000",
  "nid": "4202591295",
  "dob": "1997-07-06",
  "gender": "UNKWON",
  "userStatus": "Active"
}

Error Response

{
  "status": "fail",
  "message": "number not found"
}

HTTP Status Codes

200
Success: Request processed successfully
401
Unauthorized: Invalid API key
403
Forbidden: API key expired or suspended
429
Too Many Requests: API limit reached
404
Not Found: Number not found in database

Simple Pricing

Choose the plan that works for you

LIFETIME

Lifetime Plan

Pay Once

No recurring fees

  • Fixed request limit
  • No expiration date
  • One-time payment
  • Full API access
MONTHLY

Monthly Plan

Monthly

Flexible subscription

  • Monthly renewal
  • Flexible usage limits
  • Auto-renewal option
  • Full API access

Get Started Today

Join thousands of developers using our Nagad API

Already Have an Account?

Sign in to access your dashboard and API keys

Access your API keys
View usage analytics
Manage your account
Login Now

New to Nagad API?

Create a free account and start using our API today

Free account creation
Get your API key instantly
Admin approval required
Sign Up Free

Already registered? Login here

Need Help?

Our support team is here to help you get started and answer any questions.