Check Courier Fraud Status
Enter a phone number to check courier information and detect potential fraud risks
API Usage This Month
Loading...Enter a valid Bangladesh phone number starting with 01
Delivery Success Ratio Success Ratio
Courier Details
| Courier | Orders | Delivered | Cancelled | Success Rate |
|---|
Check Courier Fraud
Enter a mobile number and click "Check Courier Status" to check delivery history and fraud risk assessment.
API Documentation
Integrate courier fraud detection into your applications
Base URL
https://fraudsafety.pages.dev/api
/stats
Get current API usage statistics
GET https://fraudsafety.pages.dev/api/stats
View Response Example
{
"used": 50,
"remaining": 950,
"limit": 1000,
"resetDate": "2025-11-01",
"credit": {
"author": "zenjahid",
"website": "https://zenjahid.pages.dev"
}
}
/check/:phone
Check courier fraud status for a phone number
GET https://fraudsafety.pages.dev/api/check/01857699910
Optional Header (Premium Tier):
X-API-Key: frc_your_api_key_here
View Response Example
{
"success": true,
"phone": "01857699910",
"data": {
"pathao": { "name": "Pathao", "total_parcel": 0, ... },
"steadfast": { "name": "SteadFast", "total_parcel": 8, ... },
"summary": { "total_parcel": 8, "success_ratio": 62.5 }
},
"rateLimit": {
"used": 51,
"remaining": 949,
"limit": 1000,
"resetDate": "2025-11-01"
},
"credit": {
"author": "zenjahid",
"website": "https://zenjahid.pages.dev"
}
}
/check
Check courier fraud status with JSON body
POST https://fraudsafety.pages.dev/api/check
Request Body:
{
"phone": "01857699910"
}
Headers:
Content-Type: application/json X-API-Key: frc_*** (Optional)
View Response Example
{
"success": true,
"phone": "01857699910",
"data": { ... },
"rateLimit": { ... },
"credit": { ... }
}
Pricing & Rate Limits
৳0
Perfect for testing
- 1,000 API calls/month
- No API key required
- Auto-resets monthly
- Community support
Custom
For high-volume usage
- 10,000+ API calls/month
- Dedicated API key
- Priority support
- Custom integration help