Managed by
Ministry of Health

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 | Text | Name of the Cambodian province. |
| population | Number | Estimated total population of the province. |
| pregnant_women | Number | Estimated number of pregnant women in the province. |
| 0_28_days | Number | Estimated number of children aged 0 to 28 days. |
| 28_days_11_months | Number | Estimated number of children aged 29 days to 11 months. |
| 6_months_11_months | Number | Estimated number of children aged 6 to 11 months. |
| 1_year | Number | Estimated number of children aged 1 year. |
| 0_4_year | Number | Estimated number of children aged 0 to 4 years. |
| 1_year_4_years | Number | Estimated number of children aged 1 to 4 years. |
| 5_14_years | Number | Estimated number of children aged 5 to 14 years. |
| 15_24_years | Number | Estimated number of people aged 15 to 24 years. |
| 30_49_years | Number | Estimated number of people aged 30 to 49 years. |
| 30_64_years | Number | Estimated number of people aged 30 to 64 years. |
| 50_64_years | Number | Estimated number of people aged 50 to 64 years. |
| 65_years | Number | Estimated number of people aged 65 years and above. |
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 |
|---|---|---|---|
| CambodianPopulationEstimates2013-2023.csv | CSV | 2.49 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_676e3bb493d4f00001fc5715/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 Health
API Calls
425
Views
998
Downloads
63
Data Source
N/A
Coverage
-
Created at
27 Dec 2024
Updated at
12 Sep 2025