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
Browse docs

Getting Started

  • Introduction
  • Authentication
  • Quick Start

API Reference

  • All Provinces
  • Province by Code
  • Districts
  • Communes
  • Villages
  • Search

Resources

  • Error Handling
  • Rate Limits
  • SDKs & Libraries
DocsAPI ReferenceAll Provinces

API Reference

All Provinces

GET /v1/provinces — returns all 25 provinces with their codes and postal information.

GET/v1/provinces

Returns a list of all 25 provinces in Cambodia with their codes and postal information. No parameters required.

Response

json
{
  "status": "success",
  "data": [
    {
      "code": "01",
      "name_en": "Banteay Meanchey",
      "name_km": "បន្ទាយមានជ័យ",
      "postal_code": "01000"
    },
    {
      "code": "12",
      "name_en": "Phnom Penh",
      "name_km": "ភ្នំពេញ",
      "postal_code": "12000"
    }
  ]
}

Playground

GET/v1/provincesPlayground

Request URL

https://api.cambodiapostalcode.com/v1/provinces

cURL

curl -X GET "https://api.cambodiapostalcode.com/v1/provinces" \
  -H "Content-Type: application/json"
PreviousQuick StartGetting StartedNext Province by CodeAPI Reference

Last updated June 2025

Try it

Live
GET/v1/provincesPlayground

Request URL

https://api.cambodiapostalcode.com/v1/provinces

cURL

curl -X GET "https://api.cambodiapostalcode.com/v1/provinces" \
  -H "Content-Type: application/json"

Quick links

View Pricing Get API Key