Free BD Number Lookup API - Public API for Developers
Integrate our free Bangladesh mobile number lookup API into your application
Why Use Our Free API?
- Completely free - no subscription required
- No API authentication for basic usage
- Fast response times (under 100ms)
- Instant operator detection for any BD number
- Accurate BTRC database
- Perfect for form validation and verification
API Documentation
Endpoint:
GET /api/lookup
Parameters:
number: string (11 digits) token: string (API token)
Example Request:
GET /api/lookup?number=01712345678&token=TOKEN
Example Response:
{
"success": true,
"name": "Grameenphone",
"number": "01712345678",
"carrier": "Grameenphone",
"carrier_code": "0171",
"location": "Dhaka",
"type": "Mobile",
"international_format": "+8801712345678"
}Use Cases for Developers
Form Validation: Validate phone numbers during user registration
SMS Marketing: Segment recipients by operator for targeted campaigns
Business Verification: Verify customer information during checkout
Data Cleaning: Clean and validate phone number lists
Telecom Analysis: Analyze operator distribution in your user base