Managed by
Ministry of Tourism
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 |
---|---|---|
Inbound Torism | Text | Showing the total number of international tourists visiting Cambodia in 2025, divided by how they arrived. |
Air | Number | The total number of tourists who arrived in Cambodia by airplane across all airports in 2025. |
Phnom Penh Int'l Airport (PNH) | Number | The number of tourists who arrived at Phnom Penh International Airport in 2025. |
Siem Reap Angkor Int'l Airport (SAI) | Number | The number of tourists who arrived at Siem Reap Angkor International Airport in 2025. |
Sihanouk Int'l Airport (KOS) | Number | The number of tourists who arrived at Sihanouk International Airport in 2025. |
Land and Waterways | Number | The total number of tourists who arrived in Cambodia by land or waterways in 2025. |
Land | Number | The number of tourists who entered Cambodia through land borders in 2025. |
Waterways | Number | The number of tourists who arrived in Cambodia by water routes in 2025. |
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 |
---|---|---|---|
InboundTourismofInternationaltouristarrivalsin2025.csv | CSV | 202 Bytes |
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_67d39a31c8ee8000012cebd1/json?page=1&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 Tourism
Data Source
N/A
Views
994
Downloads
169
API Calls
97
Coverage
-
Created at
14 Mar 2025
Updated at
06 May 2025