Managed by
World Bank

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 |
|---|---|---|
| series_ID | Number | Unique identifier for the data series. |
| series_code | Text | Code representing the data series (e.g., i99H for Internet usage). |
| series_name | Text | Name of the data series (e.g., Individuals using the Internet). |
| series_parent | Text | Parent category of the series (if applicable). |
| series_units | Text | Units of measurement for the series (e.g., percentage). |
| entity_ID | Number | Unique identifier for the entity (country). |
| entityIso | Text | ISO country code (KHM for Cambodia). |
| entity_name | Text | Name of the entity (Cambodia). |
| data_value | Number | Percentage of individuals using the Internet in the given year. |
| data_year | Date | Year of the observation. |
| data_source | Text | Source of the data (e.g., Ministry of Post and Telecommunications, ITU, National Institute of Statistics). |
| series_description | Text | Description of the indicator, including definition and measurement details. |
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 |
|---|---|---|---|
| IndividualsusingtheInternetinCambodiafrom1997to2023.csv | CSV | 6.81 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_6891d25b79fe4d000707da05/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
World Bank
API Calls
70
Views
258
Downloads
9
Data Source
https://data.worldbank.org/indicator/IT.NET.USER.ZS?locations=KH
Coverage
-
Created at
05 Aug 2025
Updated at
05 Aug 2025