Getting Started
Get up and running with the Cambodia Postal Code API in under 5 minutes.
Create a free account and generate an API key from your dashboard.
curl -X GET "https://api.cambodiapostalcode.com/v1/provinces" \
-H "x-api-key: YOUR_API_KEY"{
"status": "success",
"data": [
{ "code": "12", "name_en": "Phnom Penh", "postal_code": "12000" }
]
}Last updated June 2025