Managed by
Ministry of Land Management, Urban Planning and Construction

The table below presents a preview of the data explore, featuring key details about various datasets.
No data found
Below is a column legend explaining each column in the dataset, including its name, data type, and a brief description of what it represents.
| Title | Type | Description |
|---|---|---|
| province_code | Text | A unique identification number of each Province by various names-based. It is used to track and organize the data in order sequentially. |
| province_kh | Text | The name of Province which's showing in Khmer languages. |
| province_en | Text | The name of Province which's showing in English languages. |
| district_code | Text | A unique identification number of each District by various names-based. It is used to track and organize the data in order sequentially. |
| district_kh | Text | The name of District which's showing in Khmer languages. |
| district_en | Text | The name of District which's showing in English languages. |
| commune_code | Text | A unique identification number of each Commune by various names-based. It is used to track and organize the data in order sequentially. |
| commune_kh | Text | The name of Commune which's showing in Khmer languages. |
| commune_en | Text | The name of Commune which's showing in English languages. |
| village_code | Text | A unique identification number of each village by various name, used to track and organize data in order sequentially. |
| village_kh | Text | The name of the villages that is written in Khmer Language. |
| village_en | Text | The English Name or Latin Name of the villages that was translated from the Name_km which making it easier for those who are not Cambodian to understand. |
This section provides a list of available file formats for download. To obtain the data in your preferred format, simply click the download button corresponding to your choice.
| Name | File Format | Size | Action |
|---|---|---|---|
| CambodiaGeographicalList2025.csv | CSV | 2.3 MB |
Our API enables you to request and commence exploring our datasets. To utilize this functionality, please copy the code provided below into your preferred development environment, execute it, and you will receive structured data in return.
const url = "https://data.mef.gov.kh/api/v1/public-datasets/pd_68e370856a965e00074a5e7b/json?page=1&page_size=10";
fetch(url)
.then(response => {
if (!response.ok) {
throw new Error('Failed to fetch data');
}
return response.json();
})
.then(data => {
console.error(data);
})
.catch(error => {
console.error('Error fetching data:', error);
});Managed by
Ministry of Land Management, Urban Planning and Construction
API Calls
11.63K
Views
4.22K
Downloads
251
Data Source
Coverage
-
Created at
06 Oct 2025
Updated at
22 Oct 2025