This repository contains JSON files with detailed information about the regions, districts, and townships of Myanmar. The data includes postal codes, geographical coordinates (latitude and longitude) and names in both English and Burmese 🇲🇲.
- 🏷️ Postal Codes: Includes postal codes.
- 📍 Geographical Coordinates: Provides latitude and longitude.
- 🧩 Flexible Format: Easy-to-use JSON format.
- 🌐 Multi-language Support: Names in both English and Burmese.
- Download Files - Learn how to use and integrate the data.
- Example JSON Format - See how the data is structured.
Easily download all the JSON files with this command:
npx gitget https://github.com/kyawthura-gg/myanmar-geography-json/tree/main/data
Here are some example data structures for regions, districts, townships, and combined geography data.
{
"id": 9,
"regionCode": "MMR010",
"regionNameEn": "Mandalay",
"regionNameMm": "မန္တလေးတိုင်းဒေသကြီး"
}
{
"id": 39,
"regionCode": "MMR010",
"districtCode": "MMR010D002",
"districtNameEn": "Pyinoolwin",
"districtNameMm": "ပြင်ဦးလွင်ခရိုင်"
}
{
"id": 223,
"regionCode": "MMR010",
"districtCode": "MMR010D002",
"townshipCode": "MMR010011701",
"townshipNameEn": "Mogoke",
"townshipNameMm": "မိုးကုတ်",
"latitude": 22.92139,
"longitude": 96.5054,
"postalCode": "05090"
}
{
"id": 223,
"regionCode": "MMR010",
"regionNameEn": "Mandalay",
"regionNameMm": "မန္တလေးတိုင်းဒေသကြီး",
"districtCode": "MMR010D002",
"districtNameEn": "Pyinoolwin",
"districtNameMm": "ပြင်ဦးလွင်ခရိုင်",
"townshipCode": "MMR010011701",
"townshipNameEn": "Mogoke",
"townshipNameMm": "မိုးကုတ်",
"latitude": 22.92139,
"longitude": 96.5054,
"postalCode": "05090"
}
- Thanks to themimu.info for the data.