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
DocsGetting StartedQuick Start

Getting Started

Quick Start

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

1

Get your API key

Create a free account and generate an API key from your dashboard.

2

Make your first request

bash
curl -X GET "https://api.cambodiapostalcode.com/v1/provinces" \
  -H "x-api-key: YOUR_API_KEY"
3

Parse the response

json
{
  "status": "success",
  "data": [
    { "code": "12", "name_en": "Phnom Penh", "postal_code": "12000" }
  ]
}
✦
Tip: Want to test endpoints interactively? Head to any API Reference page and use the built-in Playground panel on the right.
PreviousAuthenticationGetting StartedNext All ProvincesAPI Reference

Last updated June 2025

On this page

  • Overview
  • Parameters
  • Response
  • Examples

Quick links

View Pricing Get API Key Authentication