A clean REST API for Cambodia address data. Look up provinces, districts, communes, and villages by postal code—with JSON responses that gets you integrated in minutes.
Get started with just a few lines of code. Standard HTTP requests, no SDK required — works with any language.
const res = await fetch(
"https://api.cambodiapostalcode.com/v1/lookup?code=12201",
{ headers: { "x-api-key": "YOUR_API_KEY" } }
);
const data = await res.json();
console.log(data.province); // "Phnom Penh"
console.log(data.district); // "Daun Penh"Everything you need to add Cambodia address data to your product — no scraping, no spreadsheets.
Sub-100ms response times with global CDN. Your users never wait.
99.9% uptime SLA with enterprise-grade security. Data stays protected.
All 25 Cambodia provinces and 10,000+ postal codes. Always up to date.
Coordinates, communes, districts, and more. Everything you need in one call.
Clean REST API, TypeScript SDK, and comprehensive documentation.
Intelligent response caching reduces latency and saves bandwidth.
A clean, predictable API that follows best practices. JSON responses, standard HTTP methods, and comprehensive documentation.
Sign up for a free API key. No credit card required. Full access to all endpoints during early access.
Free tier includes 1,000 requests/month. No credit card needed.