Coverage API
Integrate coverage checking directly into your application.

Coming Soon
We're working on a public API for coverage checking.
Stay tuned!
API Preview
// Check coverage for an address
POST /api/v1/coverage/check
{
"address": "123 Jalan Budiman, Shah Alam 40000",
"country": "MY"
}
// Response
{
"covered": true,
"postcode": "40000",
"district": "Shah Alam",
"state": "Selangor",
"services": {
"delivery": true,
"cod": true,
"selfCollect": true
}
}RESTful API
Simple JSON-based requests and responses
Bulk Checking
Check up to 100 addresses per request
Real-time Data
Always up-to-date coverage information
3 Countries
Malaysia, Singapore, Philippines