គ្រប់គ្រងដោយ
ក្រសួងរៀបចំដែនដី នគរូបនីយកម្ម និងសំណង់

តារាងខាងក្រោមបង្ហាញពីទិន្នន័យដែលបានស្វែងរក ជាមួយនឹងព័ត៌មានលម្អិតសំខាន់ៗអំពីសំណុំទិន្នន័យផ្សេងៗ។
គ្មានទិន្នន័យ
តារាងខាងក្រោមនេះគឺជាតារាងដែលពន្យល់អំពីជួរឈរនីមួយៗនៅក្នុងសំណុំទិន្នន័យ រួមទាំងឈ្មោះប្រភេទទិន្នន័យ និងការពិពណ៌នាសង្ខេបតារាងសំណុំទិន្នន័យនោះ។
| title | type | description |
|---|---|---|
| Zip Code | Number | A numeric identifier assigned to the geographic location. In Cambodia, this typically refers to postal codes or administrative codes. |
| Name | Text | The name of the location, such as a province or district (e.g., "KANDAL", "Kanda/ Stueng"). |
| Longtitude | Text | The east-west geographic coordinate in degrees, minutes, and seconds (e.g., E104° 56' 37.509"). Note: Should be corrected to "longitude". |
| Latitude | Text | The north-south geographic coordinate in degrees, minutes, and seconds (e.g., N11° 29' 26.630"). |
| Type of Location | Text | Describes the administrative level or classification of the location, where Province > District > Commune > Village. |
ផ្នែកនេះបង្ហាញនូវបញ្ជីទម្រង់ឯកសារដែលមានសម្រាប់ទាញយក។ ដើម្បីទទួលបានទិន្នន័យក្នុងទម្រង់ដែលអ្នកត្រូវការ សូមចុចប៊ូតុង “ទាញយកទិន្នន័យ”។
| Name | File Format | Size | Action |
|---|---|---|---|
| pd_66ab60f6bcc3db0001df6708.csv | CSV | 79.07 KB |
API របស់យើងអនុញ្ញាតឱ្យអ្នកប្រើប្រាស់អាចស្នើសុំ និងចាប់ផ្តើមស្វែងរកសំណុំទិន្នន័យ។ ដើម្បីប្រើប្រាស់មុខងារនេះ សូមចម្លងកូដដែលបានផ្តល់ជូនខាងក្រោមទៅក្នុងកម្មវិធីសរសេរកូដរបស់លោកអ្នក ចាប់ផ្តើមដំណើរការ បន្ទាប់មកលោកអ្នកនឹងទទួលបានទិន្នន័យដែលមានរចនាសម្ព័ន្ធ។
const url = "https://data.mef.gov.kh/api/v1/public-datasets/pd_66ab60f6bcc3db0001df6708/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);
});គ្រប់គ្រងដោយ
ក្រសួងរៀបចំដែនដី នគរូបនីយកម្ម និងសំណង់
API Calls
1.38K
ទស្សនា
2.47K
ការទាញយក
399
ឯកសារយោង
ចន្លោះពេល
-
កាលបរិច្ឆេទបង្កើត
01 Aug 2024
កាលបរិច្ឆេទធ្វើបច្ចុប្បន្នភាព
08 Jun 2025