CambodiaPostalCode Dev
API ReferencePricing
CambodiaPostalCode Dev

REST API for Cambodia address data — provinces, districts, communes, and villages. Free to start, no credit card required.

GitHubTwitter / X
Early access — free API keys

Docs

  • Introduction
  • Quick Start
  • API Reference
  • Authentication
  • Error Codes
  • Rate Limits

Product

  • Pricing
  • Use Cases
  • Dashboard
  • API Keys
  • Changelog
  • Status

Community

  • GitHub
  • Blog
  • Changelog
  • Discussions
  • Contact

Company

  • About
  • Privacy Policy
  • Terms of Service

© 2026 CambodiaPostalCode Dev. Built for developers.

PrivacyTermsContactChangelogGitHub
REST API — SDK coming soon

Cambodia Postal CodeAPI for developers

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 your free API keyView API Docs
25
Provinces & cities
226
Districts
1,663
Communes
14,721
Villages

Simple integration,
powerful results

Get started with just a few lines of code. Standard HTTP requests, no SDK required — works with any language.

  • Plain REST — no SDK dependency
  • Bearer token authentication
  • JSON responses on every endpoint
  • Consistent error codes and messages
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"

Built for developer productivity

Everything you need to add Cambodia address data to your product — no scraping, no spreadsheets.

Lightning fast

Sub-100ms response times with global CDN. Your users never wait.

Secure & reliable

99.9% uptime SLA with enterprise-grade security. Data stays protected.

Complete coverage

All 25 Cambodia provinces and 10,000+ postal codes. Always up to date.

Rich data

Coordinates, communes, districts, and more. Everything you need in one call.

Developer first

Clean REST API, TypeScript SDK, and comprehensive documentation.

Smart caching

Intelligent response caching reduces latency and saves bandwidth.

API Endpoints

GET/v1/provinces
GET/v1/districts
GET/v1/communes
GET/v1/villages
GET/v1/lookup
GET/v1/search

RESTful API designed for
modern applications

A clean, predictable API that follows best practices. JSON responses, standard HTTP methods, and comprehensive documentation.

  • OpenAPI 3.0 specification
  • Versioned endpoints
  • Comprehensive error codes
  • Rate limiting with headers
  • Official Cambodia Ministry of Interior data
View full documentation

Start building today

Sign up for a free API key. No credit card required. Full access to all endpoints during early access.

Get your free API keyRead the docs

Free tier includes 1,000 requests/month. No credit card needed.