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 |
---|---|---|
Zip Code | Number | A numerical code identifying specific areas within Phnom Penh Capital City, used for administrative and postal purposes, ranging from city-level to village-level granularity. |
Name | Text | The name of the location, such as the capital city, khan (district), sangkat (commune), or village within Phnom Penh, serving as a textual identifier for each geographical entity. |
Longtitude | Text | The east-west geographical coordinate of the location, given in degrees, minutes, and seconds (e.g., E104° 55' 01.162"), indicating its position relative to the Prime Meridian. |
Latitude | Text | The north-south geographical coordinate of the location, expressed in degrees, minutes, and seconds (e.g., N11° 34' 33.951"), showing its position relative to the Equator. |
Type of Location | Text | The administrative or geographical classification of the location, such as Capital City, Khan, Sangkat, or Village, indicating its hierarchical level within Phnom Penh. |
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 |
---|---|---|---|
GeographicalcoordinatesofPhnomPenhCapitalCityofCambodia.csv | CSV | 73.92 KB |
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_66ab60fbbcc3db0001df670f/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
1.92K
Views
3.02K
Downloads
580
Data Source
https://mlmupc.gov.kh/2023/10/26/gazetteer-cambodia/
Coverage
-
Created at
01 Aug 2024
Updated at
27 May 2025