CPCCambodiaPostalCode Dev
API ReferencePricing
CPCCambodiaPostalCode Dev

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

GitHubTwitter / X
Free API — no credit card required

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
CambodiaPostalCode Dev
CambodiaPostalCode Dev
DocsAPI ReferenceHomeIntroduction
API ReferenceGet all provinces GETGet province by ID GETGet districts by province GETGet district by ID GETGet communes by district GETGet commune by ID GETGet villages by commune GETGet village by ID GETSearch administrative units GETLookup postal code GET

Getting Started

Get up and running with the Cambodia Postal Code API in minutes

Overview

This guide will help you make your first API call in a few minutes.

Prerequisites

  • An API key (get one from the dashboard)
  • Any HTTP client (curl, fetch, Postman, etc.)

Base URL

EnvironmentBase URL
Productionhttps://api.cambodiapostalcode.com/v1

Steps

  1. Get an API key — Sign up and generate an API key from your dashboard
  2. Make your first request — Call any endpoint with your API key in the x-api-key header
  3. Explore the API — Browse the API Reference for all 10 endpoints

Authentication

All requests require an API key passed in the x-api-key header:

x-api-key: YOUR_API_KEY

See Authentication for details on obtaining and managing API keys.